Author: sebb
Date: Tue Aug  2 22:01:32 2011
New Revision: 1153288

URL: http://svn.apache.org/viewvc?rev=1153288&view=rev
Log:
Fix location for BouncyCastle optional jars

Modified:
    jakarta/jmeter/trunk/eclipse.classpath

Modified: jakarta/jmeter/trunk/eclipse.classpath
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/eclipse.classpath?rev=1153288&r1=1153287&r2=1153288&view=diff
==============================================================================
--- jakarta/jmeter/trunk/eclipse.classpath (original)
+++ jakarta/jmeter/trunk/eclipse.classpath Tue Aug  2 22:01:32 2011
@@ -80,7 +80,7 @@
        <classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
        <classpathentry kind="lib" path="lib/xstream-1.3.1.jar"/>
     <!-- Needed for build and test -->
-    <classpathentry kind="var" 
path="M2_REPO/org/bouncycastle/bcmail-jdk15/1.45/bcmail-jdk15-1.45.jar"/>
-    <classpathentry kind="var" 
path="M2_REPO/org/bouncycastle/bcprov-jdk15/1.45/bcprov-jdk15-1.45.jar"/>
+    <classpathentry kind="lib" path="lib/api/bcmail-jdk15-1.45.jar"/>
+    <classpathentry kind="lib" path="lib/api/bcprov-jdk15-1.45.jar"/>
     <classpathentry kind="output" path="build"/>
 </classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to