|
From: <mwl...@us...> - 2007-07-25 20:33:36
|
Revision: 437
http://cishell.svn.sourceforge.net/cishell/?rev=437&view=rev
Author: mwlinnem
Date: 2007-07-25 13:32:40 -0700 (Wed, 25 Jul 2007)
Log Message:
-----------
Including extra hidden files so hopefully project will be correctly treated as a plugin project in other people's workspaces.
Added Paths:
-----------
trunk/testing/org.cishell.testing.convertertester.core.new/.classpath
trunk/testing/org.cishell.testing.convertertester.core.new/.project
trunk/testing/org.cishell.testing.convertertester.core.new/.settings/
trunk/testing/org.cishell.testing.convertertester.core.new/.settings/org.eclipse.pde.core.prefs
Added: trunk/testing/org.cishell.testing.convertertester.core.new/.classpath
===================================================================
--- trunk/testing/org.cishell.testing.convertertester.core.new/.classpath (rev 0)
+++ trunk/testing/org.cishell.testing.convertertester.core.new/.classpath 2007-07-25 20:32:40 UTC (rev 437)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="build"/>
+</classpath>
Added: trunk/testing/org.cishell.testing.convertertester.core.new/.project
===================================================================
--- trunk/testing/org.cishell.testing.convertertester.core.new/.project (rev 0)
+++ trunk/testing/org.cishell.testing.convertertester.core.new/.project 2007-07-25 20:32:40 UTC (rev 437)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.cishell.testing.convertertester.core.new</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: trunk/testing/org.cishell.testing.convertertester.core.new/.settings/org.eclipse.pde.core.prefs
===================================================================
--- trunk/testing/org.cishell.testing.convertertester.core.new/.settings/org.eclipse.pde.core.prefs (rev 0)
+++ trunk/testing/org.cishell.testing.convertertester.core.new/.settings/org.eclipse.pde.core.prefs 2007-07-25 20:32:40 UTC (rev 437)
@@ -0,0 +1,4 @@
+#Tue Jul 24 14:03:40 EDT 2007
+eclipse.preferences.version=1
+pluginProject.equinox=false
+pluginProject.extensions=false
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|