Author: britter
Date: Thu Jan  9 16:07:52 2014
New Revision: 1556855

URL: http://svn.apache.org/r1556855
Log:
Reuse properties from default build

Modified:
    commons/proper/lang/trunk/src/release-tools/build.properties.sample
    commons/proper/lang/trunk/src/release-tools/build.xml

Modified: commons/proper/lang/trunk/src/release-tools/build.properties.sample
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/release-tools/build.properties.sample?rev=1556855&r1=1556854&r2=1556855&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/release-tools/build.properties.sample 
(original)
+++ commons/proper/lang/trunk/src/release-tools/build.properties.sample Thu Jan 
 9 16:07:52 2014
@@ -17,5 +17,4 @@
 ##########################################################################
 
 # Repository base path - unnecessary if full jar paths are provided below
-version=3.2.1
 apache.id=luckyRM

Modified: commons/proper/lang/trunk/src/release-tools/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/release-tools/build.xml?rev=1556855&r1=1556854&r2=1556855&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/release-tools/build.xml (original)
+++ commons/proper/lang/trunk/src/release-tools/build.xml Thu Jan  9 16:07:52 
2014
@@ -25,6 +25,7 @@
 <project name="release-lang" basedir="../../">
 
     <property file="src/release-tools/build.properties" />
+    <property file="default.properties" />
 
     <target name="pre-rc" description="Prepares the download page and the 
release notes for rolling out a RC">
 
@@ -40,7 +41,7 @@
 
     <target name="rc" description="Create the RC">
 
-        <property name="repo.path" 
value="${user.home}/.m2/repository/org/apache/commons/commons-lang3/${version}" 
/>
+        <property name="repo.path" 
value="${user.home}/.m2/repository/org/apache/commons/${component.name}/${component.version}"
 />
         <property name="release.path" value="${user.home}/lang-rc" />
         <property name="release.url" 
value="https://dist.apache.org/repos/dist/dev/commons/lang"; />
 


Reply via email to