Menu

Commit [r267]  Maximize  Restore  History

Select the MySQL connector to the plugin

hotzst 2008-06-28

changed /plugin/.classpath
changed /plugin/META-INF/MANIFEST.MF
changed /plugin/Readme.txt
changed /plugin/build.properties
added /plugin/lib/GPL2.txt
added /plugin/lib/README_MySQL.txt
added /plugin/lib/mysql-connector-java-5.1.6-bin.jar
/plugin/.classpath Diff Switch to side-by-side view
--- a/plugin/.classpath
+++ b/plugin/.classpath
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
+	<classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.6-bin.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/jdom.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/sahitsUtil_0.1.1.jar" sourcepath="/home/andi/eclipse/plugin_ch.sahits.codegen.java/lib/sahitsUtil_src_0.1.1.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
/plugin/META-INF/MANIFEST.MF Diff Switch to side-by-side view
--- a/plugin/META-INF/MANIFEST.MF
+++ b/plugin/META-INF/MANIFEST.MF
@@ -24,7 +24,8 @@
 Eclipse-LazyStart: true
 Bundle-ClassPath: .,
  lib/sahitsUtil_0.1.1.jar,
- lib/jdom.jar
+ lib/jdom.jar,
+ lib/mysql-connector-java-5.1.6-bin.jar
 Export-Package: ch.sahits.codegen.java,
  ch.sahits.codegen.java.input,
  ch.sahits.codegen.java.model,
/plugin/Readme.txt Diff Switch to side-by-side view
Loading...
/plugin/build.properties Diff Switch to side-by-side view
Loading...
/plugin/lib/GPL2.txt Diff Switch to side-by-side view
Loading...
/plugin/lib/README_MySQL.txt Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.