[TeamTalk 313]: [849] trunk/TeamTalk/Agents/PenDecoder/nbproject/project.properties: Use libraries instead of simple jars.

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Thu Oct 18 02:51:42 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20071018/2c5e526e/attachment.html
-------------- next part --------------
Modified: trunk/TeamTalk/Agents/PenDecoder/nbproject/project.properties
===================================================================
--- trunk/TeamTalk/Agents/PenDecoder/nbproject/project.properties	2007-10-18 06:50:36 UTC (rev 848)
+++ trunk/TeamTalk/Agents/PenDecoder/nbproject/project.properties	2007-10-18 06:51:42 UTC (rev 849)
@@ -16,15 +16,11 @@
 dist.dir=dist
 dist.jar=${dist.dir}/PenDecoder.jar
 dist.javadoc.dir=${dist.dir}/javadoc
-file.reference.bsh-core-2.0b4.jar=bsh-core-2.0b4.jar
-file.reference.bsh-util-2.0b4.jar=bsh-util-2.0b4.jar
-file.reference.galaxy.jar-1=../../Libraries/Galaxy/contrib/MITRE/bindings/java/lib/galaxy.jar
 file.reference.PenDecoder-src=src
 jar.compress=false
 javac.classpath=\
-    ${file.reference.galaxy.jar-1}:\
-    ${file.reference.bsh-util-2.0b4.jar}:\
-    ${file.reference.bsh-core-2.0b4.jar}
+    ${libs.BeanShell.classpath}:\
+    ${libs.Galaxy.classpath}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint
 javac.deprecation=false
@@ -45,6 +41,12 @@
 javadoc.use=true
 javadoc.version=false
 javadoc.windowtitle=
+# Property libs.BeanShell.classpath is set here just to make sharing of project simpler.
+# The library definition has always preference over this property.
+libs.BeanShell.classpath=bsh-core-2.0b4.jar;bsh-util-2.0b4.jar
+# Property libs.Galaxy.classpath is set here just to make sharing of project simpler.
+# The library definition has always preference over this property.
+libs.Galaxy.classpath=../../Libraries/Galaxy/contrib/MITRE/bindings/java/lib/galaxy.jar
 main.class=edu.cmu.ravenclaw.pendecoder.PenDecoderServer
 manifest.file=manifest.mf
 meta.inf.dir=${src.dir}/META-INF


More information about the TeamTalk-developers mailing list