You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2011/09/24 22:07:24 UTC

svn commit: r1175231 - in /axis/axis2/java/rampart/branches/1_5_x: ./ pom.xml

Author: veithen
Date: Sat Sep 24 20:07:24 2011
New Revision: 1175231

URL: http://svn.apache.org/viewvc?rev=1175231&view=rev
Log:
Merged r1072180 to the 1.5 branch.

Modified:
    axis/axis2/java/rampart/branches/1_5_x/   (props changed)
    axis/axis2/java/rampart/branches/1_5_x/pom.xml

Propchange: axis/axis2/java/rampart/branches/1_5_x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Sep 24 20:07:24 2011
@@ -1 +1 @@
-/axis/axis2/java/rampart/trunk:1072178,1072182,1072187,1072313,1072316,1083686,1089599,1130570,1132548,1134683,1144616,1157613,1157670,1157672,1157674,1157724,1157731,1172842
+/axis/axis2/java/rampart/trunk:1072178,1072180,1072182,1072187,1072313,1072316,1083686,1089599,1130570,1132548,1134683,1144616,1157613,1157670,1157672,1157674,1157724,1157731,1172842

Modified: axis/axis2/java/rampart/branches/1_5_x/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/pom.xml?rev=1175231&r1=1175230&r2=1175231&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_5_x/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_5_x/pom.xml Sat Sep 24 20:07:24 2011
@@ -358,6 +358,16 @@
                 </plugins>
             </build>
         </profile>
+        
+        <profile>
+            <!-- Profile that includes all modules. This is handy when using maven-release-plugin
+                 for anything else than doing a release. -->
+            <id>everything</id>
+            <modules>
+                <module>modules/documentation</module>
+                <module>modules/distribution</module>
+            </modules>
+        </profile>
     </profiles>
 
     <modules>