You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2012/02/27 17:17:26 UTC

svn commit: r1294200 - /incubator/syncope/trunk/pom.xml

Author: coheigea
Date: Mon Feb 27 16:17:26 2012
New Revision: 1294200

URL: http://svn.apache.org/viewvc?rev=1294200&view=rev
Log:
Adding in build-tools dependency so that the project can be built via "mvn install"

Modified:
    incubator/syncope/trunk/pom.xml

Modified: incubator/syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/pom.xml?rev=1294200&r1=1294199&r2=1294200&view=diff
==============================================================================
--- incubator/syncope/trunk/pom.xml (original)
+++ incubator/syncope/trunk/pom.xml Mon Feb 27 16:17:26 2012
@@ -38,6 +38,7 @@
     </build>
 
     <modules>
+        <module>build-tools</module>
         <module>client</module>
         <module>core</module>
         <module>console</module>