You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by mm...@apache.org on 2004/02/21 17:01:27 UTC

svn commit: rev 6811 - incubator/depot/trunk/version

Author: mmay
Date: Sat Feb 21 09:01:26 2004
New Revision: 6811

Added:
   incubator/depot/trunk/version/build.properties
Log:
Added

Added: incubator/depot/trunk/version/build.properties
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/version/build.properties	Sat Feb 21 09:01:26 2004
@@ -0,0 +1,12 @@
+repository.path=lib
+junit.jar=${repository.path}/junit.jar
+jsse.jar=${java.home}/lib/jsse.jar
+jce.jar=${java.home}/lib/jce.jar
+# Only needed for JDK1.2 and JDK1.3 not JDK1.4 and above
+#jsse.jar=${java.home}/lib/jsse.jar
+#jcert.jar=${java.home}/lib/jcert.jar
+#jnet.jar=${java.home}/lib/jnet.jar
+commons-logging.jar=${repository.path}/commons-logging.jar
+servlet.jar=${repository.path}/servlet-api.jar
+ant.jar=${repository.path}/ant.jar
+ant.testutil.jar=${repository.path}/ant-testutil.jar