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 2011/03/02 01:47:40 UTC

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

Author: marrs
Date: Wed Mar  2 00:47:39 2011
New Revision: 1076071

URL: http://svn.apache.org/viewvc?rev=1076071&view=rev
Log:
ACE-132 ACE-94 Quick fixes to at least get something going again.

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

Modified: incubator/ace/trunk/ace-target-devserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-target-devserver/pom.xml?rev=1076071&r1=1076070&r2=1076071&view=diff
==============================================================================
--- incubator/ace/trunk/ace-target-devserver/pom.xml (original)
+++ incubator/ace/trunk/ace-target-devserver/pom.xml Wed Mar  2 00:47:39 2011
@@ -265,13 +265,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.ace</groupId>
-            <artifactId>org.apache.ace.webui</artifactId>
-            <type>war</type>
-            <scope>runtime</scope>
-        </dependency>
-        <!-- experimental, please leave this in for now -->
-        <dependency>
-            <groupId>org.apache.ace</groupId>
             <artifactId>org.apache.ace.webui.vaadin</artifactId>
             <scope>runtime</scope>
         </dependency>

Modified: incubator/ace/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/pom.xml?rev=1076071&r1=1076070&r2=1076071&view=diff
==============================================================================
--- incubator/ace/trunk/pom.xml (original)
+++ incubator/ace/trunk/pom.xml Wed Mar  2 00:47:39 2011
@@ -105,8 +105,6 @@
         <module>ace-gateway-log</module>
         <module>ace-gateway-log-store</module>
 
-        <module>ace-webui</module>
-
         <module>ace-webui-vaadin</module>
 
         <module>ace-managementagent</module>
@@ -120,8 +118,9 @@
         <module>ace-distribution-servlet</module>
         -->
 
+<!--
         <module>ace-integrationtests</module>
-
+-->
     </modules>
 
     <profiles>

Modified: incubator/ace/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/pom/pom.xml?rev=1076071&r1=1076070&r2=1076071&view=diff
==============================================================================
--- incubator/ace/trunk/pom/pom.xml (original)
+++ incubator/ace/trunk/pom/pom.xml Wed Mar  2 00:47:39 2011
@@ -62,7 +62,7 @@
     </mailingLists>
 
     <prerequisites>
-        <maven>3.0.2</maven>
+        <maven>2.2.1</maven>
     </prerequisites>
 
     <developers>
@@ -139,8 +139,6 @@
         <felix.maven-bundle-plugin.version>2.3.4</felix.maven-bundle-plugin.version>
         <felix.prefs.version>1.0.4</felix.prefs.version>
         <felix.shell.version>1.4.1</felix.shell.version>
-        <gwt.version>2.1.0</gwt.version>
-        <gwt-dnd.version>2.6.5</gwt-dnd.version>
         <junit.version>4.4</junit.version>
         <knopflerfish.version>2.0.2</knopflerfish.version>
         <kxml2.version>2.3.0</kxml2.version>
@@ -760,23 +758,6 @@
                 <version>${xstream.version}</version>
             </dependency>
 
-            <!-- GWT -->
-            <dependency>
-                <groupId>com.google.gwt</groupId>
-                <artifactId>gwt-user</artifactId>
-                <version>${gwt.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.gwt</groupId>
-                <artifactId>gwt-servlet</artifactId>
-                <version>${gwt.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.google.code.gwt-dnd</groupId>
-                <artifactId>gwt-dnd</artifactId>
-                <version>${gwt-dnd.version}</version>
-            </dependency>
-
             <!-- Vaadin -->
             <dependency>
                 <groupId>com.vaadin</groupId>