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/05 15:59:51 UTC

svn commit: r951721 - /jakarta/bsf/branches/bsf3.x/distribution/build.xml

Author: sebb
Date: Sat Jun  5 13:59:51 2010
New Revision: 951721

URL: http://svn.apache.org/viewvc?rev=951721&view=rev
Log:
No need to install bsf-all anymore

Modified:
    jakarta/bsf/branches/bsf3.x/distribution/build.xml

Modified: jakarta/bsf/branches/bsf3.x/distribution/build.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/distribution/build.xml?rev=951721&r1=951720&r2=951721&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/distribution/build.xml (original)
+++ jakarta/bsf/branches/bsf3.x/distribution/build.xml Sat Jun  5 13:59:51 2010
@@ -52,19 +52,6 @@
         <!-- Remove work directory -->
         <delete dir="${basedir}/target/bsf-all"/>
 
-        <!-- these are required for the mvn install command to work correctly -->
-        <condition property="maven.suffix" value="">
-            <os family="unix"/>
-        </condition>
-        <condition property="maven.suffix" value=".bat">
-            <os family="windows"/>
-        </condition>
-
-        <property name="mvn.path" value="" description="Allows override in case mvn is not on the default path"/>
-        <exec executable="${mvn.path}mvn${maven.suffix}" dir="${basedir}" failonerror="true">
-            <arg line="install:install-file -DgroupId=org.apache.bsf -DartifactId=bsf-all -Dversion=${bsf.version} -Dpackaging=jar -DgeneratePom=false -Dfile=${basedir}/target/bsf-all-${bsf.version}.jar"/>
-        </exec>
-
     </target>
 
 </project>



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