From: <pat...@us...> - 2010-08-03 17:01:55
|
Revision: 1103 http://cishell.svn.sourceforge.net/cishell/?rev=1103&view=rev Author: pataphil Date: 2010-08-03 17:01:48 +0000 (Tue, 03 Aug 2010) Log Message: ----------- * Initial commit of org.cishell.utilities.swt. Added Paths: ----------- trunk/core/org.cishell.utilities.swt/.classpath trunk/core/org.cishell.utilities.swt/.project trunk/core/org.cishell.utilities.swt/.settings/ trunk/core/org.cishell.utilities.swt/.settings/org.eclipse.jdt.core.prefs trunk/core/org.cishell.utilities.swt/.settings/org.eclipse.pde.core.prefs trunk/core/org.cishell.utilities.swt/META-INF/ trunk/core/org.cishell.utilities.swt/META-INF/MANIFEST.MF trunk/core/org.cishell.utilities.swt/build.properties trunk/core/org.cishell.utilities.swt/src/ trunk/core/org.cishell.utilities.swt/src/org/ trunk/core/org.cishell.utilities.swt/src/org/cishell/ trunk/core/org.cishell.utilities.swt/src/org/cishell/utilities/ trunk/core/org.cishell.utilities.swt/src/org/cishell/utilities/swt/ Added: trunk/core/org.cishell.utilities.swt/.classpath =================================================================== --- trunk/core/org.cishell.utilities.swt/.classpath (rev 0) +++ trunk/core/org.cishell.utilities.swt/.classpath 2010-08-03 17:01:48 UTC (rev 1103) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="output" path="bin"/> +</classpath> Added: trunk/core/org.cishell.utilities.swt/.project =================================================================== --- trunk/core/org.cishell.utilities.swt/.project (rev 0) +++ trunk/core/org.cishell.utilities.swt/.project 2010-08-03 17:01:48 UTC (rev 1103) @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.utilities.swt</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/core/org.cishell.utilities.swt/.settings/org.eclipse.jdt.core.prefs =================================================================== --- trunk/core/org.cishell.utilities.swt/.settings/org.eclipse.jdt.core.prefs (rev 0) +++ trunk/core/org.cishell.utilities.swt/.settings/org.eclipse.jdt.core.prefs 2010-08-03 17:01:48 UTC (rev 1103) @@ -0,0 +1,7 @@ +#Tue Aug 03 12:42:22 EDT 2010 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 Added: trunk/core/org.cishell.utilities.swt/.settings/org.eclipse.pde.core.prefs =================================================================== --- trunk/core/org.cishell.utilities.swt/.settings/org.eclipse.pde.core.prefs (rev 0) +++ trunk/core/org.cishell.utilities.swt/.settings/org.eclipse.pde.core.prefs 2010-08-03 17:01:48 UTC (rev 1103) @@ -0,0 +1,5 @@ +#Tue Aug 03 12:42:22 EDT 2010 +eclipse.preferences.version=1 +pluginProject.equinox=false +pluginProject.extensions=false +resolve.requirebundle=false Added: trunk/core/org.cishell.utilities.swt/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.utilities.swt/META-INF/MANIFEST.MF (rev 0) +++ trunk/core/org.cishell.utilities.swt/META-INF/MANIFEST.MF 2010-08-03 17:01:48 UTC (rev 1103) @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: CIShell SWT Utilities +Bundle-SymbolicName: org.cishell.utilities.swt +Bundle-Version: 1.0.0 +Bundle-RequiredExecutionEnvironment: J2SE-1.5 Added: trunk/core/org.cishell.utilities.swt/build.properties =================================================================== --- trunk/core/org.cishell.utilities.swt/build.properties (rev 0) +++ trunk/core/org.cishell.utilities.swt/build.properties 2010-08-03 17:01:48 UTC (rev 1103) @@ -0,0 +1,4 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |