You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2014/11/25 13:35:03 UTC

svn commit: r1641607 - /openwebbeans/branches/owb_1.2.x/pom.xml

Author: struberg
Date: Tue Nov 25 12:35:03 2014
New Revision: 1641607

URL: http://svn.apache.org/r1641607
Log:
remove redundant module declaration

Modified:
    openwebbeans/branches/owb_1.2.x/pom.xml

Modified: openwebbeans/branches/owb_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/pom.xml?rev=1641607&r1=1641606&r2=1641607&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/pom.xml Tue Nov 25 12:35:03 2014
@@ -830,11 +830,5 @@
             </modules>
         </profile>
 
-        <profile>
-            <id>doc</id>
-            <modules>
-                <module>webbeans-doc</module>
-            </modules>
-        </profile>
     </profiles>
 </project>