You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/07/20 16:27:54 UTC

svn commit: r1148787 - in /incubator/lcf/trunk: framework/pom.xml pom.xml

Author: kwright
Date: Wed Jul 20 14:27:53 2011
New Revision: 1148787

URL: http://svn.apache.org/viewvc?rev=1148787&view=rev
Log:
Reorder pom build so that jetty-runner is done last.

Modified:
    incubator/lcf/trunk/framework/pom.xml
    incubator/lcf/trunk/pom.xml

Modified: incubator/lcf/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/pom.xml?rev=1148787&r1=1148786&r2=1148787&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/pom.xml (original)
+++ incubator/lcf/trunk/framework/pom.xml Wed Jul 20 14:27:53 2011
@@ -37,7 +37,6 @@
 		<module>ui-core</module>
 		<module>agents</module>
 		<module>pull-agent</module>
-		<module>jetty-runner</module>
 		<module>authority-servlet</module>
 		<module>api-servlet</module>
 		<module>authority-service</module>

Modified: incubator/lcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/pom.xml?rev=1148787&r1=1148786&r2=1148787&view=diff
==============================================================================
--- incubator/lcf/trunk/pom.xml (original)
+++ incubator/lcf/trunk/pom.xml Wed Jul 20 14:27:53 2011
@@ -41,6 +41,7 @@
 		<module>framework</module>
 		<module>connectors</module>
     <module>tests</module>
+    <module>framework/jetty-runner</module>
 	</modules>
 
   <build>