You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/04/07 12:34:19 UTC

cvs commit: maven/src/plugins-build/cactus/sample/src/webapp/WEB-INF web.xml

vmassol     2003/04/07 03:34:18

  Modified:    src/plugins-build/cactus project.xml project.properties
                        plugin.properties
  Added:       src/plugins-build/cactus/sample/src/webapp/WEB-INF web.xml
  Log:
  - Updated to use the latest cactus jars/zips from today (07/04/2003).
  - Added empty web.xml as it seems the new cactus integration scripts now require one (this would potentially need to be fixed)
  
  Revision  Changes    Path
  1.18      +3 -3      maven/src/plugins-build/cactus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	29 Mar 2003 12:23:05 -0000	1.17
  +++ project.xml	7 Apr 2003 10:34:18 -0000	1.18
  @@ -74,7 +74,7 @@
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>jakarta-cactus-integration-ant</artifactId>
  -      <version>13-1.5dev-20030329</version>
  +      <version>13-1.5dev-20030407</version>
         <type>zip</type>
       </dependency>
    
  @@ -83,13 +83,13 @@
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>cactus-framework</artifactId>>
  -      <version>13-1.5dev-20030322</version>
  +      <version>13-1.5dev-20030407</version>
       </dependency>
   
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>cactus-integration-ant</artifactId>>
  -      <version>1.5dev-20030322</version>
  +      <version>1.5dev-20030407</version>
       </dependency>
   
       <dependency>
  
  
  
  1.7       +1 -1      maven/src/plugins-build/cactus/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties	29 Mar 2003 12:23:05 -0000	1.6
  +++ project.properties	7 Apr 2003 10:34:18 -0000	1.7
  @@ -12,6 +12,6 @@
   # mechanism is finalized.
   
   maven.cactus.artifacts.zips.dir = ${maven.repo.local}/cactus/zips
  -maven.cactus.antintegration.version = 13-1.5dev-20030329
  +maven.cactus.antintegration.version = 13-1.5dev-20030407
   maven.cactus.antintegration.name = jakarta-cactus-integration-ant-${maven.cactus.antintegration.version}
   maven.cactus.antintegration.zip = ${maven.cactus.artifacts.zips.dir}/${maven.cactus.antintegration.name}.zip
  
  
  
  1.8       +1 -0      maven/src/plugins-build/cactus/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.properties	29 Mar 2003 12:23:05 -0000	1.7
  +++ plugin.properties	7 Apr 2003 10:34:18 -0000	1.8
  @@ -8,6 +8,7 @@
   #
   # Examples:
   #
  +# cactus.home.jboss3x = c:/apps/jboss-3.0.4
   # cactus.home.tomcat4x = c:/apps/tomcat-4.1.10
   # cactus.home.resin2x = C:/Apps/resin-2.1.4
   # cactus.home.weblogic7x = C:/bea
  
  
  
  1.1                  maven/src/plugins-build/cactus/sample/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE web-app
      PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
      "http://java.sun.com/dtd/web-app_2_3.dtd">
  
  <web-app>
  </web-app>
  
  
  

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