You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/02/20 02:10:45 UTC

svn commit: r1072473 - /commons/sandbox/digester3/trunk/src/examples/pom.xml

Author: simonetripodi
Date: Sun Feb 20 01:10:45 2011
New Revision: 1072473

URL: http://svn.apache.org/viewvc?rev=1072473&view=rev
Log:
removed modules, the exec-plugin will look for files in wrong location

Modified:
    commons/sandbox/digester3/trunk/src/examples/pom.xml

Modified: commons/sandbox/digester3/trunk/src/examples/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/pom.xml?rev=1072473&r1=1072472&r2=1072473&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/pom.xml Sun Feb 20 01:10:45 2011
@@ -107,11 +107,4 @@
         </dependency>
     </dependencies>
 
-    <modules>
-        <module>addressbook</module>
-        <module>catalog</module>
-        <module>dbinsert</module>
-        <module>document-markup</module>
-    </modules>
-
 </project>