You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2007/12/20 19:20:27 UTC

svn commit: r605988 - in /db/jdo/trunk: api2-legacy/project.xml api2/project.xml

Author: clr
Date: Thu Dec 20 10:20:26 2007
New Revision: 605988

URL: http://svn.apache.org/viewvc?rev=605988&view=rev
Log:
add API2.MF to maven project resources

Modified:
    db/jdo/trunk/api2-legacy/project.xml
    db/jdo/trunk/api2/project.xml

Modified: db/jdo/trunk/api2-legacy/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2-legacy/project.xml?rev=605988&r1=605987&r2=605988&view=diff
==============================================================================
--- db/jdo/trunk/api2-legacy/project.xml (original)
+++ db/jdo/trunk/api2-legacy/project.xml Thu Dec 20 10:20:26 2007
@@ -93,6 +93,12 @@
                 </includes>
             </resource>
             <resource>
+                <directory>${basedir}</directory>
+                <includes>
+                    <include>API2.MF</include>
+                </includes>
+            </resource>
+            <resource>
                 <directory>${basedir}/src/java</directory>
                 <includes>
                     <include>javax/jdo/*.properties</include>

Modified: db/jdo/trunk/api2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/project.xml?rev=605988&r1=605987&r2=605988&view=diff
==============================================================================
--- db/jdo/trunk/api2/project.xml (original)
+++ db/jdo/trunk/api2/project.xml Thu Dec 20 10:20:26 2007
@@ -89,7 +89,7 @@
         <!-- Resources that are packaged up inside the JAR file -->
         <resources>
             <resource>
-            <directory>${basedir}</directory>
+                <directory>${basedir}</directory>
                 <includes>
                     <include>API2.MF</include>
                 </includes>