You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2006/04/06 06:48:38 UTC

svn commit: r391898 - in /incubator/harmony/enhanced/classlib/trunk/modules: crypto/make/common/build.xml security/make/common/build.xml

Author: smishura
Date: Wed Apr  5 21:48:36 2006
New Revision: 391898

URL: http://svn.apache.org/viewcvs?rev=391898&view=rev
Log:
Importing properties file

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml
    incubator/harmony/enhanced/classlib/trunk/modules/security/make/common/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml?rev=391898&r1=391897&r2=391898&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml Wed Apr  5 21:48:36 2006
@@ -16,7 +16,9 @@
 -->
 
 <project name="Common_CRYPTO_Build">
-	
+
+        <property file="../../../../make/depends.properties" />
+
 	<target name="compile.java" description="Compile CRYPTO java code">
 		<echo message="Compiling CRYPTO classes from ${hy.crypto.src.main.java}" />
 		
@@ -98,7 +100,7 @@
 			<!-- to pick up junit.jar               -->
 			<!-- FIXME: package access tests and    -->
 			<!-- public API tests must be separated -->
-			<jvmarg value="-Xbootclasspath/a:${hy.crypto.bin.test}${path.separator}../../../../depends/jars/junit_3.8.1/junit.jar"/>
+			<jvmarg value="-Xbootclasspath/a:${hy.crypto.bin.test}${path.separator}../../../../${junit.jar}"/>
 
 			<formatter type="xml" />
 

Modified: incubator/harmony/enhanced/classlib/trunk/modules/security/make/common/build.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/security/make/common/build.xml?rev=391898&r1=391897&r2=391898&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/security/make/common/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/security/make/common/build.xml Wed Apr  5 21:48:36 2006
@@ -17,6 +17,8 @@
 
 <project name="Common_Security_Build">
 
+        <property file="../../../../make/depends.properties" />
+
 	<property name="hy.security.src.main.java.platform"
 		value="${hy.security.src.main.java}/../${hy.os_family}" />
 
@@ -104,7 +106,7 @@
 			<jvmarg value="-DTEST_SRC_DIR=${hy.security.src.test.java}"/>
 
 			<!-- to pick up junit.jar -->
-			<jvmarg value="-Xbootclasspath/a:${hy.security.bin.test}${path.separator}${env.CLASSPATH}"/>
+			<jvmarg value="-Xbootclasspath/a:${hy.security.bin.test}${path.separator}../../../../${junit.jar}"/>
 
 			<env key="JAVA_HOME" value="${hy.target}/jre"/>