From: <bh...@us...> - 2008-03-26 14:08:06
|
Revision: 719 http://cishell.svn.sourceforge.net/cishell/?rev=719&view=rev Author: bh2 Date: 2008-03-26 07:07:42 -0700 (Wed, 26 Mar 2008) Log Message: ----------- Committing an additional dependency that the remoting project has Added Paths: ----------- trunk/libs/org.knopflerfish.util/.classpath trunk/libs/org.knopflerfish.util/.project trunk/libs/org.knopflerfish.util/.settings/ trunk/libs/org.knopflerfish.util/.settings/org.eclipse.pde.core.prefs trunk/libs/org.knopflerfish.util/META-INF/ trunk/libs/org.knopflerfish.util/META-INF/MANIFEST.MF trunk/libs/org.knopflerfish.util/build.properties trunk/libs/org.knopflerfish.util/org/ trunk/libs/org.knopflerfish.util/org/knopflerfish/ trunk/libs/org.knopflerfish.util/org/knopflerfish/util/ trunk/libs/org.knopflerfish.util/org/knopflerfish/util/framework/ trunk/libs/org.knopflerfish.util/org/knopflerfish/util/sort/ trunk/libs/org.knopflerfish.util/org/knopflerfish/util/workerthread/ Added: trunk/libs/org.knopflerfish.util/.classpath =================================================================== --- trunk/libs/org.knopflerfish.util/.classpath (rev 0) +++ trunk/libs/org.knopflerfish.util/.classpath 2008-03-26 14:07:42 UTC (rev 719) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry exported="true" kind="lib" path=""/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="output" path="bin"/> +</classpath> Added: trunk/libs/org.knopflerfish.util/.project =================================================================== --- trunk/libs/org.knopflerfish.util/.project (rev 0) +++ trunk/libs/org.knopflerfish.util/.project 2008-03-26 14:07:42 UTC (rev 719) @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.knopflerfish.util</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/libs/org.knopflerfish.util/.settings/org.eclipse.pde.core.prefs =================================================================== --- trunk/libs/org.knopflerfish.util/.settings/org.eclipse.pde.core.prefs (rev 0) +++ trunk/libs/org.knopflerfish.util/.settings/org.eclipse.pde.core.prefs 2008-03-26 14:07:42 UTC (rev 719) @@ -0,0 +1,5 @@ +#Wed Mar 26 13:40:17 GMT 2008 +eclipse.preferences.version=1 +pluginProject.equinox=false +pluginProject.extensions=false +resolve.requirebundle=false Added: trunk/libs/org.knopflerfish.util/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/org.knopflerfish.util/META-INF/MANIFEST.MF (rev 0) +++ trunk/libs/org.knopflerfish.util/META-INF/MANIFEST.MF 2008-03-26 14:07:42 UTC (rev 719) @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Knopflerfish Utility Bundle +Bundle-SymbolicName: org.knopflerfish.util +Bundle-Version: 2.0.4 +Export-Package: org.knopflerfish.util, + org.knopflerfish.util.framework, + org.knopflerfish.util.sort, + org.knopflerfish.util.workerthread +Import-Package: org.osgi.framework; version="1.4.0" Added: trunk/libs/org.knopflerfish.util/build.properties =================================================================== --- trunk/libs/org.knopflerfish.util/build.properties (rev 0) +++ trunk/libs/org.knopflerfish.util/build.properties 2008-03-26 14:07:42 UTC (rev 719) @@ -0,0 +1,4 @@ +source.. = . +output.. = . +bin.includes = META-INF/,\ + org/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |