You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2012/03/14 23:58:07 UTC

svn commit: r1300776 - in /ace/trunk: ace-target-devserver/pom.xml pom.xml pom/pom.xml

Author: marrs
Date: Wed Mar 14 22:58:07 2012
New Revision: 1300776

URL: http://svn.apache.org/viewvc?rev=1300776&view=rev
Log:
ACE-227 updated the poms to include this new bundle during the build and in the server

Modified:
    ace/trunk/ace-target-devserver/pom.xml
    ace/trunk/pom.xml
    ace/trunk/pom/pom.xml

Modified: ace/trunk/ace-target-devserver/pom.xml
URL: http://svn.apache.org/viewvc/ace/trunk/ace-target-devserver/pom.xml?rev=1300776&r1=1300775&r2=1300776&view=diff
==============================================================================
--- ace/trunk/ace-target-devserver/pom.xml (original)
+++ ace/trunk/ace-target-devserver/pom.xml Wed Mar 14 22:58:07 2012
@@ -372,5 +372,10 @@
             <artifactId>org.apache.ace.nodelauncher.amazon</artifactId>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.ace</groupId>
+            <artifactId>org.apache.ace.target.mgmt.ui</artifactId>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 </project>

Modified: ace/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ace/trunk/pom.xml?rev=1300776&r1=1300775&r2=1300776&view=diff
==============================================================================
--- ace/trunk/pom.xml (original)
+++ ace/trunk/pom.xml Wed Mar 14 22:58:07 2012
@@ -110,6 +110,7 @@
         <module>ace-gateway-log-store</module>
 
         <module>ace-webui-vaadin</module>
+        <module>ace-target-mgmt-ui</module>
 
         <module>ace-tageditor</module>
 

Modified: ace/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/ace/trunk/pom/pom.xml?rev=1300776&r1=1300775&r2=1300776&view=diff
==============================================================================
--- ace/trunk/pom/pom.xml (original)
+++ ace/trunk/pom/pom.xml Wed Mar 14 22:58:07 2012
@@ -663,6 +663,11 @@
                 <artifactId>org.apache.ace.tageditor</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.ace</groupId>
+                <artifactId>org.apache.ace.target.mgmt.ui</artifactId>
+                <version>${project.version}</version>
+            </dependency>
 
             <!-- Commons -->
             <dependency>