You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/07/02 00:13:52 UTC

cvs commit: jakarta-cactus gump.xml

cmlenz      2003/07/01 15:13:52

  Modified:    .        gump.xml
  Log:
  Adapt Gump descriptor to the modified distribution directory
  
  Revision  Changes    Path
  1.112     +5 -5      jakarta-cactus/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/gump.xml,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- gump.xml	30 Jun 2003 22:40:00 -0000	1.111
  +++ gump.xml	1 Jul 2003 22:13:51 -0000	1.112
  @@ -238,7 +238,7 @@
       <option project="checkstyle" inherit="runtime"/>
   
       <home nested="integration/eclipse/org.apache.cactus.eclipse.webapp/dist"/>
  -    <jar name="bin/cactus-integration-eclipse-webapp/webapp.jar"/>
  +    <jar name="bin/webapp.jar"/>
   
       <deliver fromdir="integration/eclipse/org.apache.cactus.eclipse.webapp/release" 
         tosite="jakarta.apache.org"
  @@ -297,7 +297,7 @@
       <depend project="jakarta-cactus-integration-eclipse-webapp"/>
       
       <home nested="integration/eclipse/org.apache.cactus.eclipse.runner/dist-12"/>
  -    <jar name="bin/cactus-integration-eclipse-runner/cactussupport.jar"/>
  +    <jar name="bin/cactussupport.jar"/>
   
       <deliver fromdir="integration/eclipse/org.apache.cactus.eclipse.runner/release-12" 
         tosite="jakarta.apache.org" 
  @@ -356,7 +356,7 @@
       <depend project="jakarta-cactus-integration-eclipse-webapp"/>
   
       <home nested="integration/eclipse/org.apache.cactus.eclipse.runner/dist-13"/>
  -    <jar name="bin/cactus-integration-eclipse-runner/cactussupport.jar"/>
  +    <jar name="bin/cactussupport.jar"/>
       
       <deliver fromdir="integration/eclipse/org.apache.cactus.eclipse.runner/release-13" 
         tosite="jakarta.apache.org" 
  @@ -419,7 +419,7 @@
       <!-- Note: The servlet-sample does not deliver a jar. However, we
            need to put a <jar> entry so that dependent project will get a 
            PREREQ failure if this build was not successful -->
  -    <jar name="samples/servlet/dist-12/bin/cactus-sample-servlet"/>
  +    <jar name="samples/servlet/dist-12/bin"/>
   
       <license name="LICENSE.cactus"/>
   
  @@ -481,7 +481,7 @@
       <!-- Note: The servlet-sample does not deliver a jar. However, we
            need to put a <jar> entry so that dependent project will get a 
            PREREQ failure if this build was not successful -->
  -    <jar name="samples/servlet/dist-13/bin/cactus-sample-servlet"/>
  +    <jar name="samples/servlet/dist-13/bin"/>
   
       <license name="LICENSE.cactus"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org