You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2007/10/20 18:04:15 UTC

svn commit: r586754 - /portals/pluto/branches/1.1-286-trunk-merge/dist-build.xml

Author: cdoremus
Date: Sat Oct 20 09:04:14 2007
New Revision: 586754

URL: http://svn.apache.org/viewvc?rev=586754&view=rev
Log:
Modified to pull version info from root pom.xml.

Modified:
    portals/pluto/branches/1.1-286-trunk-merge/dist-build.xml

Modified: portals/pluto/branches/1.1-286-trunk-merge/dist-build.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-trunk-merge/dist-build.xml?rev=586754&r1=586753&r2=586754&view=diff
==============================================================================
--- portals/pluto/branches/1.1-286-trunk-merge/dist-build.xml (original)
+++ portals/pluto/branches/1.1-286-trunk-merge/dist-build.xml Sat Oct 20 09:04:14 2007
@@ -36,8 +36,10 @@
 -->
 <project name="PlutoDistributions" default="bin-dist">
 
-	<property name="pluto.version" value="1.1.0-286-SNAPSHOT" description="Version of Pluto 1.1 to build"/>
-	<property name="tomcat.version" value="5.5.17" description="Version of Tomcat to deploy Pluto"/>
+    <property name="tomcat.version" value="5.5.23" description="Version of Tomcat to deploy Pluto"/>
+
+    <xmlproperty file="pom.xml"/> <!-- picks up version from pom file -->
+    <property name="pluto.version" value="${project.version}" description="Version of Pluto 1.1 to build"/>
 
 	<property name="dist.basedir" value="target/dist" description="Base working directory"/>
 	<property name="base.name" value="apache-tomcat-${tomcat.version}"/>