You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by bg...@apache.org on 2007/02/18 20:37:33 UTC

svn commit: r508956 - /ibatis/trunk/java/mapper/mapper2/pom.xml

Author: bgoodin
Date: Sun Feb 18 11:37:33 2007
New Revision: 508956

URL: http://svn.apache.org/viewvc?view=rev&rev=508956
Log:
- updated comments in pom.xml

Modified:
    ibatis/trunk/java/mapper/mapper2/pom.xml

Modified: ibatis/trunk/java/mapper/mapper2/pom.xml
URL: http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/pom.xml?view=diff&rev=508956&r1=508955&r2=508956
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/pom.xml (original)
+++ ibatis/trunk/java/mapper/mapper2/pom.xml Sun Feb 18 11:37:33 2007
@@ -109,6 +109,12 @@
               <addClasspath>false</addClasspath>
             </manifest>
             <manifestEntries>
+            <!--
+            Need to find a way to specify a current date.
+            This appears to be a maven problem. Still looking for a
+            way to implement it. Apparently on it's way but not quite
+            here http://jira.codehaus.org/browse/MNG-1832
+            -->
               <Build-On>${still.working.on.this}</Build-On>
             </manifestEntries>
             <manifestSections>
@@ -210,9 +216,10 @@
           <dates>
             <date implementation="java.lang.String">2006-12-01</date>
             <!--
-            need to find a way to have a property for the current date
-            this appears to be a mavent problem. Still looking for a
-            way to implement it.
+            Need to find a way to specify a current date.
+            This appears to be a maven problem. Still looking for a
+            way to implement it. Apparently on it's way but not quite
+            here http://jira.codehaus.org/browse/MNG-1832
             -->
             <date implementation="java.lang.String">2007-02-18</date>
           </dates>