xlawrence    2005/05/17 16:12:20 CEST

  Modified files:
    .                    maven.xml 
  Log:
  removed lines related to the webapps
  
  Revision  Changes    Path
  1.25      +1 -36     uwcal_JSR168/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/maven.xml.diff?r1=1.24&r2=1.25&f=h
  
  
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/maven.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- maven.xml 12 May 2005 09:50:29 -0000      1.24
  +++ maven.xml 17 May 2005 14:12:20 -0000      1.25
  @@ -30,13 +30,6 @@
            xmlns:maven="jelly:maven"
            xmlns:ant="jelly:ant">
   
  -  <!-- Should only be executed after the wars were undeployed and Tomcat is 
not running -->
  -  <goal name="tomcat.context.setup" description="Sets up the tomcat context 
for the webApps">
  -    <echo message="Warning: Should only be executed after the wars were 
undeployed and Tomcat is not running !" />
  -    <copy file="${basedir}/conf/calApp.xml" 
todir="${tomcat.dir}/conf/Catalina/localhost"/>
  -    <copy file="${basedir}/conf/ucalApp.xml" 
todir="${tomcat.dir}/conf/Catalina/localhost"/>
  -  </goal>
  -
     <goal name="server.dummy" description="Launches the dummy calendar server">
         <maven:reactor
           basedir="${basedir}"
  @@ -139,7 +132,7 @@
         />
     </goal>
   
  -  <goal name="allBuild" description="Build all jars and wars">
  +  <goal name="allBuild" description="Build all jars">
         <attainGoal name="jar:install"/>
         <maven:reactor
           basedir="${basedir}"
  @@ -149,7 +142,6 @@
           ignoreFailures="false"
         />
   
  -    <attainGoal name="allWars" />
       <attainGoal name="module.s4j" />
       <attainGoal name="module.s4j.outlook" />
     </goal>
  @@ -165,33 +157,6 @@
         />
     </goal>
   
  -  <goal name="allWars" description="Builds the webApp war files">
  -      <maven:reactor
  -        basedir="${basedir}"
  -        includes="calClient/webapp/*/project.xml"
  -        goals="war"
  -        banner="Building war files..."
  -        ignoreFailures="false"
  -      />
  -  </goal>
  -
  -  <goal name="quickStart"
  -    description="Builds all the jars and wars and deploys the webApps">
  -
  -      <attainGoal name="allBuild" />
  -
  -      <maven:reactor
  -        basedir="${basedir}"
  -        includes="calClient/webapp/*/project.xml"
  -        goals="install"
  -        banner="Deploying webApp war files..."
  -        ignoreFailures="false"
  -      />
  -      
  -      <copy file="${basedir}/log4j.xml" 
todir="${tomcat.dir}/shared/classes"/>
  -      
  -  </goal>
  -
     <goal name="allDist" description="Builds and generates docs for all 
projects">
       <attainGoal name="allBuild" />
       <attainGoal name="allDocs" />
  

Reply via email to