← Back to team overview

kadosu-dev team mailing list archive

[Branch ~kadosu-dev/kadosu/main] Rev 113: o remove java 1.7 dep and add source to path

 

------------------------------------------------------------
revno: 113
committer: Martin Schaaf <mascha@xxxxxxxxxx>
branch nick: kadosu
timestamp: Mon 2009-11-16 21:40:08 +0100
message:
  o remove java 1.7 dep and add source to path
modified:
  org.kadosu.plugin.speech.german/.classpath


--
lp:kadosu
https://code.launchpad.net/~kadosu-dev/kadosu/main

Your team Kadosu Developer is subscribed to branch lp:kadosu.
To unsubscribe from this branch go to https://code.launchpad.net/~kadosu-dev/kadosu/main/+edit-subscription.
=== modified file 'org.kadosu.plugin.speech.german/.classpath'
--- org.kadosu.plugin.speech.german/.classpath	2009-11-09 19:09:56 +0000
+++ org.kadosu.plugin.speech.german/.classpath	2009-11-16 20:40:08 +0000
@@ -1,10 +1,10 @@
 <?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/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="src" path="src/resources"/>
 	<classpathentry kind="src" path="src/test"/>
-	<classpathentry exported="true" kind="lib" path="Voxforge_German_20090508.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry exported="true" kind="lib" path="Voxforge_German_20090508.jar" sourcepath="org.kadosu.plugin.speech.germansrc.zip"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>