You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/06/25 20:54:33 UTC

svn commit: r958074 - in /jakarta/jmeter/trunk: build.properties build.xml

Author: sebb
Date: Fri Jun 25 18:54:33 2010
New Revision: 958074

URL: http://svn.apache.org/viewvc?rev=958074&view=rev
Log:
Oops - forgot to include the BC jars in the download
Props to Milamber for spotting this!

Modified:
    jakarta/jmeter/trunk/build.properties
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.properties?rev=958074&r1=958073&r2=958074&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.properties (original)
+++ jakarta/jmeter/trunk/build.properties Fri Jun 25 18:54:33 2010
@@ -46,6 +46,15 @@ beanshell.jar               = bsh-2.0b5.
 beanshell.loc               = http://www.beanshell.org
 beanshell.md5               = 02F72336919D06A8491E82346E10B4D5
 
+# Bouncy Castle jars (compile and test only - not distributed)
+bcmail.jar                  = bcmail-jdk15-1.45.jar
+bcmail.loc                  = http://repo2.maven.org/maven2/org/bouncycastle/bcmail-jdk15/1.45/
+bcmail.md5                  = 13321fc7eff7bcada7b4fedfb592025c
+
+bcprov.jar                  = bcprov-jdk15-1.45.jar
+bcprov.loc                  = http://repo2.maven.org/maven2/org/bouncycastle/bcprov-jdk15/1.45/
+bcprov.md5                  = 2062f8e3d15748443ea60a94b266371c
+
 commons-codec.jar           = commons-codec-1.4.jar
 commons-codec.loc           = http://repo2.maven.org/maven2/commons-codec/commons-codec/1.4
 commons-codec.md5           = 82B899580DA472BE37055DA949B731FA

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=958074&r1=958073&r2=958074&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Fri Jun 25 18:54:33 2010
@@ -2031,6 +2031,8 @@ run JMeter unless all the JMeter jars ar
         <available classpathref="classpath" classname="javax.script.ScriptEngine" property="javax.script.present"/>
         <antcall target="_process_javax_script"/>
         <process_jarfile jarname="avalon-framework"/>
+        <process_jarfile jarname="bcmail" dest.dir="${lib.api}"/>
+        <process_jarfile jarname="bcprov" dest.dir="${lib.api}"/>
         <process_jarfile jarname="beanshell"/>
         <process_jarfile jarname="commons-codec"/>
         <process_jarfile jarname="commons-collections"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org