From: <bh...@us...> - 2006-06-29 14:39:53
|
Revision: 76 Author: bh2 Date: 2006-06-29 07:39:45 -0700 (Thu, 29 Jun 2006) ViewCVS: http://svn.sourceforge.net/cishell/?rev=76&view=rev Log Message: ----------- initial commit of the new cishell Added Paths: ----------- trunk/libs/jythonlib/.classpath trunk/libs/jythonlib/.project trunk/libs/jythonlib/.settings/ trunk/libs/jythonlib/.settings/org.eclipse.pde.core.prefs trunk/libs/jythonlib/META-INF/ trunk/libs/jythonlib/META-INF/MANIFEST.MF trunk/libs/jythonlib/build.properties trunk/libs/jythonlib/jython.jar Added: trunk/libs/jythonlib/.classpath =================================================================== --- trunk/libs/jythonlib/.classpath (rev 0) +++ trunk/libs/jythonlib/.classpath 2006-06-29 14:39:45 UTC (rev 76) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry exported="true" kind="lib" path="jython.jar"/> + <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/jythonlib/.project =================================================================== --- trunk/libs/jythonlib/.project (rev 0) +++ trunk/libs/jythonlib/.project 2006-06-29 14:39:45 UTC (rev 76) @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>jythonlib</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/jythonlib/.settings/org.eclipse.pde.core.prefs =================================================================== --- trunk/libs/jythonlib/.settings/org.eclipse.pde.core.prefs (rev 0) +++ trunk/libs/jythonlib/.settings/org.eclipse.pde.core.prefs 2006-06-29 14:39:45 UTC (rev 76) @@ -0,0 +1,4 @@ +#Mon Jun 26 13:04:22 EST 2006 +eclipse.preferences.version=1 +pluginProject.equinox=false +pluginProject.extensions=false Added: trunk/libs/jythonlib/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/jythonlib/META-INF/MANIFEST.MF (rev 0) +++ trunk/libs/jythonlib/META-INF/MANIFEST.MF 2006-06-29 14:39:45 UTC (rev 76) @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Jython Library +Bundle-SymbolicName: jythonlib +Bundle-Version: 2.2.1 +Bundle-ClassPath: jython.jar +Bundle-Vendor: jython.org +Bundle-Localization: plugin +Export-Package: com.ziclix.python.sql,com.ziclix.python.sql.connect,com.ziclix.python.sql.handler,com.ziclix.python.sql.pipe,com.ziclix.python.sql.pipe.csv,com.ziclix.python.sql.pipe.db,com.ziclix.python.sql.procedure,com.ziclix.python.sql.resource,com.ziclix.python.sql.util,javatests,jxxload_help,org.apache.oro.text.regex,org.python.compiler,org.python.core,org.python.modules,org.python.modules.sets,org.python.modules.sre,org.python.parser,org.python.parser.ast,org.python.rmi,org.python.util Added: trunk/libs/jythonlib/build.properties =================================================================== --- trunk/libs/jythonlib/build.properties (rev 0) +++ trunk/libs/jythonlib/build.properties 2006-06-29 14:39:45 UTC (rev 76) @@ -0,0 +1,2 @@ +bin.includes = META-INF/,\ + jython.jar Added: trunk/libs/jythonlib/jython.jar =================================================================== (Binary files differ) Property changes on: trunk/libs/jythonlib/jython.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |