You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sg...@apache.org on 2001/12/04 19:08:48 UTC

cvs commit: jakarta-jetspeed/build build.xml

sgala       01/12/04 10:08:48

  Modified:    build    build.xml
  Log:
  We should copy the right jar to the war ;). It was broken in some targets.
  
  Revision  Changes    Path
  1.117     +3 -3      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- build.xml	2001/12/03 16:49:37	1.116
  +++ build.xml	2001/12/04 18:08:48	1.117
  @@ -88,7 +88,7 @@
       <property name="ant.home" value="build"/>
       <property name="debug" value="on"/>
       <property name="optimize" value="off"/>
  -    <property name="deprecation" value="off"/>  
  +    <property name="deprecation" value="on"/>  
   
       <!-- Anakia doc settings -->
   
  @@ -541,7 +541,7 @@
               </lib>            
               
               <lib dir="${build.dir}">
  -                <include name="${project.name}.jar"/>                
  +                <include name="${project.name}-${project.version}.jar"/>                
                   <exclude name="servlet*.jar"/>
               </lib>            
               
  @@ -574,7 +574,7 @@
               </lib>            
               
               <lib dir="${build.dir}">
  -                <include name="${project.name}.jar"/>                
  +                <include name="${project.name}-${project.version}.jar"/>                
                   <exclude name="servlet*.jar"/>
               </lib>            
               
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>