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/06/03 11:23:02 UTC

svn commit: r1130956 - /commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml

Author: simonetripodi
Date: Fri Jun  3 09:23:02 2011
New Revision: 1130956

URL: http://svn.apache.org/viewvc?rev=1130956&view=rev
Log:
fixed subpackaging

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

Modified: commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml?rev=1130956&r1=1130955&r2=1130956&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml (original)
+++ commons/sandbox/digester3/trunk/src/examples/edsl/atom/pom.xml Fri Jun  3 09:23:02 2011
@@ -26,14 +26,14 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-digester3-samples-edsl</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Commons Digester :: Examples :: EDSL</name>
+  <name>Apache Commons Digester :: Examples :: EDSL :: Atom</name>
   <build>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
         <configuration>
-          <mainClass>org.apache.commons.digester3.edsl.Main</mainClass>
+          <mainClass>org.apache.commons.digester3.edsl.atom.Main</mainClass>
         </configuration>
       </plugin>
     </plugins>