You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2018/06/20 17:43:28 UTC

svn commit: r1833931 - /pivot/trunk/build.xml

Author: rwhitcomb
Date: Wed Jun 20 17:43:28 2018
New Revision: 1833931

URL: http://svn.apache.org/viewvc?rev=1833931&view=rev
Log:
PIVOT_1035:  Change the build number to a date stamp of the form:
YYYYDDDHHmm
which is "20181711037" right now.


Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1833931&r1=1833930&r2=1833931&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Wed Jun 20 17:43:28 2018
@@ -52,8 +52,12 @@ limitations under the License.
     <!-- Dynamic properties -->
     <property file="build.properties"/>
     <property name="release" value="apache-${ant.project.name}-${version}"/>
-    <buildnumber/>
-    <!-- Compiler properties and Test properties have been moved in build.properties -->
+    <propertyfile file="build.number" comment="## Auto generated build number. DO NOT MODIFY!">
+        <entry key="build.number" type="date" operation="=" value="now" pattern="YYYYDDDHHmm"/>
+    </propertyfile>
+    <property file="build.number"/>
+
+    <!-- Compiler properties and Test properties have been moved into build.properties -->
 
     <!-- Jar file names -->
     <property name="jar.charts" value="${ant.project.name}-charts-${version}.jar" />