nashorn/make/project.properties
changeset 16234 86cb162cec6c
parent 16226 0e4f37e6cc40
child 16255 cb52a2524ca8
--- a/nashorn/make/project.properties	Thu Feb 14 13:01:52 2013 +0100
+++ b/nashorn/make/project.properties	Thu Feb 14 13:22:26 2013 +0100
@@ -87,23 +87,10 @@
  org.testng.reporters.EmailableReporter, \
  jdk.nashorn.internal.test.framework.JSJUnitReportReporter
 
-# Define the version of Dynalink that is used. Version types are either
-# 'snapshot' or 'release'. When it is 'snapshot', the version must have
-# "-SNAPSHOT" suffix and the jar version will have a timestamp in it. When
-# it's 'release', the version has no suffix, and the jar version is 
-# identical to version - fun with Maven central.
-dynalink.version=0.5-SNAPSHOT
-dynalink.version.type=snapshot
-dynalink.jar.version=0.5-20130109.113843-12
-dynalink.dir.name=dynalink
-dynalink.dir=build/${dynalink.dir.name}
-dynalink.jar=${dynalink.dir}/dynalink.jar
-
 javac.debug=true
 javac.encoding=ascii
 javac.classpath=\
-    ${build.classes.dir}:\
-    ${dynalink.jar}
+    ${build.classes.dir}
 javac.test.classpath=\
     ${build.classes.dir}:\
     ${build.test.classes.dir}:\