You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2004/04/26 15:59:29 UTC

cvs commit: avalon-excalibur/buildsystem/jbs build-project.xml

leosimons    2004/04/26 06:59:29

  Modified:    buildsystem/jbs build-project.xml
  Log:
  what's this. Project with tests but no code...
  
  Revision  Changes    Path
  1.2       +2 -2      avalon-excalibur/buildsystem/jbs/build-project.xml
  
  Index: build-project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/buildsystem/jbs/build-project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-project.xml	26 Apr 2004 13:29:21 -0000	1.1
  +++ build-project.xml	26 Apr 2004 13:59:29 -0000	1.2
  @@ -741,7 +741,7 @@
   
       <!-- Repository management -->
   
  -    <target name="jbs:jar:install" depends="jbs:init,jbs:jar">
  +    <target name="jbs:jar:install" depends="jbs:init,jbs:jar" if="java.src.present">
           <echo>=======================================================================
      Installing ${project.name} jar into local repository
   =======================================================================</echo>
  @@ -751,7 +751,7 @@
                   file="${jbs.build.dir}/${project.name}-${project.version}.jar"/>
       </target>
   
  -    <target name="jbs:jar:install-snapshot" depends="jbs:init,jbs:jar">
  +    <target name="jbs:jar:install-snapshot" depends="jbs:init,jbs:jar" if="java.src.present">
           <echo>=======================================================================
      Installing ${project.name} jar into local repository as snapshot
   =======================================================================</echo>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org