You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2010/05/08 00:24:12 UTC

svn commit: r942254 - in /geronimo/external/branches/openejb-3.1.3-r942249: assembly/ examples/ pom.xml

Author: dblevins
Date: Fri May  7 22:24:12 2010
New Revision: 942254

URL: http://svn.apache.org/viewvc?rev=942254&view=rev
Log:
Removing non-essentials

Removed:
    geronimo/external/branches/openejb-3.1.3-r942249/assembly/
    geronimo/external/branches/openejb-3.1.3-r942249/examples/
Modified:
    geronimo/external/branches/openejb-3.1.3-r942249/pom.xml

Modified: geronimo/external/branches/openejb-3.1.3-r942249/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/branches/openejb-3.1.3-r942249/pom.xml?rev=942254&r1=942253&r2=942254&view=diff
==============================================================================
--- geronimo/external/branches/openejb-3.1.3-r942249/pom.xml (original)
+++ geronimo/external/branches/openejb-3.1.3-r942249/pom.xml Fri May  7 22:24:12 2010
@@ -268,26 +268,11 @@
     <module>itests</module>
     <module>container</module>
     <module>server</module>
-    <module>examples</module>
   </modules>
 
   <profiles>
     <profile>
-      <id>assemble</id>
-      <activation>
-        <property>
-          <name>assemble</name>
-        </property>
-      </activation>
-      <modules>
-        <module>assembly</module>
-      </modules>
-    </profile>
-    <profile>
       <id>release</id>
-      <modules>
-        <module>assembly</module>
-      </modules>
       <build>
         <plugins>
           <!-- We want to sign the artifact, the POM, and all attached artifacts -->