You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/12/23 08:18:03 UTC

svn commit: r728893 - in /commons/proper/digester/trunk: maven.xml project.properties project.xml src/assembly/src.xml

Author: rahul
Date: Mon Dec 22 23:18:03 2008
New Revision: 728893

URL: http://svn.apache.org/viewvc?rev=728893&view=rev
Log:
Primary build for the v2.x line will be m2.
Remove m1 build from the v2.x line.
Ant build TBD, but best retained I think (ant is used for the examples as well, so theres value in retaining it).

Removed:
    commons/proper/digester/trunk/maven.xml
    commons/proper/digester/trunk/project.properties
    commons/proper/digester/trunk/project.xml
Modified:
    commons/proper/digester/trunk/src/assembly/src.xml

Modified: commons/proper/digester/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/assembly/src.xml?rev=728893&r1=728892&r2=728893&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/assembly/src.xml (original)
+++ commons/proper/digester/trunk/src/assembly/src.xml Mon Dec 22 23:18:03 2008
@@ -28,9 +28,6 @@
         <include>LICENSE*</include>
         <include>NOTICE*</include>
         <include>pom.xml</include>
-        <include>project.xml</include>
-        <include>project.properties</include>
-        <include>maven.xml</include>
         <include>build.xml</include>
         <include>build.properties.sample</include>
         <include>checkstyle.xml</include>