You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by cz...@apache.org on 2004/02/24 13:35:15 UTC

cvs commit: jakarta-pluto/deploy maven.xml

cziegeler    2004/02/24 04:35:15

  Modified:    deploy   maven.xml
  Log:
  Correcting the deployment
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-pluto/deploy/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/deploy/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	22 Jan 2004 15:50:34 -0000	1.1
  +++ maven.xml	24 Feb 2004 12:35:15 -0000	1.2
  @@ -10,7 +10,7 @@
               <path refid="maven.dependency.classpath"/>
               <pathelement path="${maven.build.dest}"/>
             </classpath>
  -            <arg value="${tomcat.home.pluto}/webapps" />
  +            <arg value="${maven.tomcat.home}/webapps" />
               <arg value="pluto" />
               <arg value="${deploy}" />
               <arg value="../container/target" />