From: <mwl...@us...> - 2007-07-25 20:33:29
|
Revision: 438 http://cishell.svn.sourceforge.net/cishell/?rev=438&view=rev Author: mwlinnem Date: 2007-07-25 13:33:27 -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.commandline/.classpath trunk/testing/org.cishell.testing.convertertester.commandline/.project trunk/testing/org.cishell.testing.convertertester.commandline/.settings/ trunk/testing/org.cishell.testing.convertertester.commandline/.settings/org.eclipse.pde.core.prefs Added: trunk/testing/org.cishell.testing.convertertester.commandline/.classpath =================================================================== --- trunk/testing/org.cishell.testing.convertertester.commandline/.classpath (rev 0) +++ trunk/testing/org.cishell.testing.convertertester.commandline/.classpath 2007-07-25 20:33:27 UTC (rev 438) @@ -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.commandline/.project =================================================================== --- trunk/testing/org.cishell.testing.convertertester.commandline/.project (rev 0) +++ trunk/testing/org.cishell.testing.convertertester.commandline/.project 2007-07-25 20:33:27 UTC (rev 438) @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.testing.convertertester.commandline</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.commandline/.settings/org.eclipse.pde.core.prefs =================================================================== --- trunk/testing/org.cishell.testing.convertertester.commandline/.settings/org.eclipse.pde.core.prefs (rev 0) +++ trunk/testing/org.cishell.testing.convertertester.commandline/.settings/org.eclipse.pde.core.prefs 2007-07-25 20:33:27 UTC (rev 438) @@ -0,0 +1,4 @@ +#Wed Jul 25 13:20:26 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. |