You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/05/15 15:16:05 UTC

svn commit: r944637 - /synapse/trunk/java/pom.xml

Author: ruwan
Date: Sat May 15 13:16:05 2010
New Revision: 944637

URL: http://svn.apache.org/viewvc?rev=944637&view=rev
Log:
adding the migrator to the modules

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=944637&r1=944636&r2=944637&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Sat May 15 13:16:05 2010
@@ -808,6 +808,7 @@
         <module>modules/handler</module>
         <module>modules/xar-maven-plugin</module>
         <module>modules/experimental</module>
+        <module>modules/migrator</module>
         <module>modules/distribution</module>
         <module>modules/packaging/package-skeleton</module>
         <module>modules/packaging/package-archetype</module>