You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by se...@apache.org on 2009/08/12 14:29:27 UTC

svn commit: r803472 - in /jakarta/bsf/branches/bsf3.x: bsf-engines/build.xml bsf-engines/pom.xml distribution/build.xml distribution/pom.xml

Author: sebb
Date: Wed Aug 12 12:29:27 2009
New Revision: 803472

URL: http://svn.apache.org/viewvc?rev=803472&view=rev
Log:
Ensure bsf.version is synch. with project version

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

Modified: jakarta/bsf/branches/bsf3.x/bsf-engines/build.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/bsf-engines/build.xml?rev=803472&r1=803471&r2=803472&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/bsf-engines/build.xml (original)
+++ jakarta/bsf/branches/bsf3.x/bsf-engines/build.xml Wed Aug 12 12:29:27 2009
@@ -19,7 +19,6 @@
 -->
 <project name="Engine-Installer">
 
-    <property name="bsf.version" value="3.0-SNAPSHOT"/>
     <property name="download.dir" value="/target/engines-download/"/>
     <property name="download.file" value="${basedir}${download.dir}engines.zip"/>
     <property name="merged.engines.dir" value="${basedir}/target/merged-engines"/>

Modified: jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml?rev=803472&r1=803471&r2=803472&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/bsf-engines/pom.xml Wed Aug 12 12:29:27 2009
@@ -76,6 +76,7 @@
                             <tasks>
                                 <ant target="install-engines">
                                     <property name="localRepository" value="${settings.localRepository}"/>
+                                    <property name="bsf.version" value="${project.version}"/>
                                 </ant>
                             </tasks>
                         </configuration>

Modified: jakarta/bsf/branches/bsf3.x/distribution/build.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/distribution/build.xml?rev=803472&r1=803471&r2=803472&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/distribution/build.xml (original)
+++ jakarta/bsf/branches/bsf3.x/distribution/build.xml Wed Aug 12 12:29:27 2009
@@ -22,8 +22,6 @@
 
 <project name="Create-bsf-all">
 
-    <property name="bsf.version" value="3.0-SNAPSHOT"/>
-
     <target name="create-bsf-all">
 
         <mkdir dir="${basedir}/target/bsf-all"/>

Modified: jakarta/bsf/branches/bsf3.x/distribution/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/distribution/pom.xml?rev=803472&r1=803471&r2=803472&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/distribution/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/distribution/pom.xml Wed Aug 12 12:29:27 2009
@@ -48,6 +48,7 @@
                             <tasks>
                                 <ant target="create-bsf-all">
                                     <property name="localRepository" value="${settings.localRepository}"/>
+                                    <property name="bsf.version" value="${project.version}"/>
                                 </ant>
                             </tasks>
                         </configuration>



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