From: <mwl...@us...> - 2007-08-01 17:06:29
|
Revision: 449 http://cishell.svn.sourceforge.net/cishell/?rev=449&view=rev Author: mwlinnem Date: 2007-08-01 09:44:53 -0700 (Wed, 01 Aug 2007) Log Message: ----------- Project Stuff. Added Paths: ----------- trunk/testing/org.cishell.testing.convertertester.algorithm/.classpath trunk/testing/org.cishell.testing.convertertester.algorithm/.project trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/ trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.jdt.core.prefs trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.jdt.ui.prefs trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.pde.core.prefs Added: trunk/testing/org.cishell.testing.convertertester.algorithm/.classpath =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/.classpath (rev 0) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/.classpath 2007-08-01 16:44:53 UTC (rev 449) @@ -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.algorithm/.project =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/.project (rev 0) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/.project 2007-08-01 16:44:53 UTC (rev 449) @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.testing.convertertester.algorithm</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.algorithm/.settings/org.eclipse.jdt.core.prefs =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.jdt.core.prefs (rev 0) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.jdt.core.prefs 2007-08-01 16:44:53 UTC (rev 449) @@ -0,0 +1,12 @@ +#Mon Jul 23 10:56:42 EDT 2007 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.4 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning +org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning +org.eclipse.jdt.core.compiler.source=1.3 Added: trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.jdt.ui.prefs =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.jdt.ui.prefs (rev 0) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.jdt.ui.prefs 2007-08-01 16:44:53 UTC (rev 449) @@ -0,0 +1,3 @@ +#Mon Jul 23 10:52:15 EDT 2007 +eclipse.preferences.version=1 +internal.default.compliance=default Added: trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.pde.core.prefs =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.pde.core.prefs (rev 0) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/.settings/org.eclipse.pde.core.prefs 2007-08-01 16:44:53 UTC (rev 449) @@ -0,0 +1,4 @@ +#Fri Jul 20 13:44:43 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. |