You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2006/11/24 11:50:05 UTC

svn commit: r478832 - /gump/metadata/project/smartfrog.xml

Author: stevel
Date: Fri Nov 24 02:50:05 2006
New Revision: 478832

URL: http://svn.apache.org/viewvc?view=rev&rev=478832
Log:
commenting out some more ivy-related components. These will come back, once ivy is working properly on our machines here.

Modified:
    gump/metadata/project/smartfrog.xml

Modified: gump/metadata/project/smartfrog.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/smartfrog.xml?view=diff&rev=478832&r1=478831&r2=478832
==============================================================================
--- gump/metadata/project/smartfrog.xml (original)
+++ gump/metadata/project/smartfrog.xml Fri Nov 24 02:50:05 2006
@@ -339,7 +339,6 @@
     </ant>
     <depend project="ant" runtime="false"/>
     <depend project="junit3" runtime="false"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
     <depend project="smartfrog" runtime="true" inherit="runtime"/>
     <depend project="smartfrog-tasks" runtime="false"/>
     <depend project="smartfrog-testharness" runtime="false"/>
@@ -361,6 +360,7 @@
 
   <!-- Jetty component is an instantiation of the abstract
        deployment stuff in sf-www, on which it depends -->
+<!--
   <project name="smartfrog-jetty" >
     <package>org.smartfrog.services.jetty</package>
     <ant basedir="components/jetty" target="gump">
@@ -371,15 +371,12 @@
     <depend project="ant" runtime="false"/>
     <depend project="jetty4" runtime="true"/>
     <depend project="junit3" runtime="false"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
     <depend project="smartfrog" runtime="true" inherit="runtime"/>
     <depend project="smartfrog-tasks" runtime="false"/>
     <depend project="smartfrog-testharness" runtime="false"/>
     <depend project="smartfrog-www" runtime="true" inherit="runtime"/>
 
     <work nested="components/jetty/build/classes"/>
-    <!--<work nested="components/jetty/build/test/classes"/>-->
-    <!--<xmlreport nested="components/jetty/build/test/reports"/>-->
     <home nested="components/jetty/dist/lib"/>
     <jar name="sf-jetty-@@DATE@@.jar" id="sf-jetty"/>
 
@@ -388,9 +385,11 @@
       <regexp subject="[Gump:Smartfrog:WWW] failure"/>
     </nag>
   </project>
-  
+-->
+
   <!-- Tomcat component is an instantiation of the abstract
     deployment stuff in sf-www, on which it depends -->
+<!--
   <project name="smartfrog-tomcat">
     <package>org.smartfrog.services.www.tomcat</package>
     <ant basedir="components/tomcat" target="gump">
@@ -399,15 +398,12 @@
     </ant>
     <depend project="ant" runtime="false"/>
     <depend project="junit3" runtime="false"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
     <depend project="smartfrog" runtime="true" inherit="runtime"/>
     <depend project="smartfrog-tasks" runtime="false"/>
     <depend project="smartfrog-testharness" runtime="false"/>
     <depend project="smartfrog-www" runtime="true" inherit="runtime"/>
     
     <work nested="components/tomcat/build/classes"/>
-    <!--<work nested="components/tomcat/build/test/classes"/>-->
-    <!--<xmlreport nested="components/tomcat/build/test/reports"/>-->
     <home nested="components/tomcat/dist/lib"/>
     <jar name="sf-tomcat-@@DATE@@.jar" id="sf-tomcat"/>
 
@@ -416,9 +412,11 @@
       <regexp subject="[Gump:Smartfrog:WWW] failure"/>
     </nag>
   </project>
+-->
 
-  <!-- Tomcat component is an instantiation of the abstract
+  <!-- Cargo component is an instantiation of the abstract
 deployment stuff in sf-www, on which it depends -->
+<!--
   <project name="smartfrog-cargo">
     <package>org.smartfrog.services.www.cargo</package>
     <ant basedir="components/cargo" target="gump">
@@ -427,7 +425,6 @@
     </ant>
     <depend project="ant" runtime="false"/>
     <depend project="junit3" runtime="false"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
     <depend project="smartfrog" runtime="true" inherit="runtime"/>
     <depend project="smartfrog-tasks" runtime="false"/>
     <depend project="smartfrog-testharness" runtime="false"/>
@@ -435,8 +432,6 @@
     <depend project="packaged-cargo-core" runtime="true" inherit="runtime"/>
 
     <work nested="components/cargo/build/classes"/>
-    <!--<work nested="components/tomcat/build/test/classes"/>-->
-    <!--<xmlreport nested="components/tomcat/build/test/reports"/>-->
     <home nested="components/cargo/dist/lib"/>
     <jar name="sf-cargo-@@DATE@@.jar" id="sf-tomcat"/>
 
@@ -445,6 +440,7 @@
       <regexp subject="[Gump:Smartfrog:WWW] failure"/>
     </nag>
   </project>
+-->
 
   <!-- 
     CDDLM: Configuration, Deployment and Lifecycle Management
@@ -467,7 +463,6 @@
     <depend project="cddlm" runtime="true" inherit="runtime"/>
     <depend project="commons-logging" runtime="true"/>
     <depend project="junit3" runtime="true"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
     <depend project="smartfrog" runtime="true" inherit="runtime"/>
     <depend project="smartfrog-tasks" runtime="false"/>
     <depend project="smartfrog-testharness" runtime="false"/>
@@ -499,7 +494,6 @@
     </ant>
     <depend project="ant" runtime="false"/>
     <depend project="junit3" runtime="false"/>
-    <depend project="maven2-ant-tasks" runtime="false"/>
 
     <depend project="alpine" runtime="true" inherit="runtime"/>
     <depend project="smartfrog-jetty" runtime="true" inherit="runtime"/>