You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/15 09:50:40 UTC

svn commit: r765078 - /commons/sandbox/runtime/trunk/build.xml

Author: mturk
Date: Wed Apr 15 07:50:40 2009
New Revision: 765078

URL: http://svn.apache.org/viewvc?rev=765078&view=rev
Log:
Fix typos

Modified:
    commons/sandbox/runtime/trunk/build.xml

Modified: commons/sandbox/runtime/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/build.xml?rev=765078&r1=765077&r2=765078&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/build.xml (original)
+++ commons/sandbox/runtime/trunk/build.xml Wed Apr 15 07:50:40 2009
@@ -137,7 +137,7 @@
         <filter token="VERSION" value="${version}"/>
         <filter token="VERSION_MAJOR" value="${version.major}"/>
         <filter token="VERSION_MINOR" value="${version.minor}"/>
-        <filter token="VERSION_PATHC" value="${version.patch}"/>
+        <filter token="VERSION_PATCH" value="${version.patch}"/>
         <filter token="VERSION_NUMBER" value="${version.number}"/>
         <filter token="VERSION_BUILT" value="${TODAY} ${TSTAMP}"/>
         <copy todir="${build.src}/java" filtering="yes">
@@ -198,6 +198,9 @@
         </tstamp>
         <!-- Copy static resource files -->
         <filter token="VERSION" value="${version}"/>
+        <filter token="VERSION_MAJOR" value="${version.major}"/>
+        <filter token="VERSION_MINOR" value="${version.minor}"/>
+        <filter token="VERSION_PATCH" value="${version.patch}"/>
         <filter token="VERSION_NUMBER" value="${version.number}"/>
         <filter token="VERSION_BUILT" value="${TODAY} ${TSTAMP}"/>
         <copy todir="${build.src}/examples" filtering="yes">