You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2003/06/12 16:59:36 UTC

cvs commit: cocoon-lenya build.xml

gregor      2003/06/12 07:59:35

  Modified:    .        build.xml
  Log:
  hooked up new IDE targets.
  
  Revision  Changes    Path
  1.58      +4 -1      cocoon-lenya/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/build.xml,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- build.xml	12 May 2003 21:45:47 -0000	1.57
  +++ build.xml	12 Jun 2003 14:59:35 -0000	1.58
  @@ -23,6 +23,7 @@
     <!-- ==================  Apache Lenya targets  ======================== --> 
     <!ENTITY properties       SYSTEM "./src/targets/properties-build.xml"> 
     <!ENTITY init-targets     SYSTEM "./src/targets/init-build.xml"> 
  +  <!ENTITY ide-targets      SYSTEM "./src/targets/ide-build.xml"> 
     <!ENTITY compile-targets  SYSTEM "./src/targets/compile-build.xml"> 
     <!ENTITY docs-targets     SYSTEM "./src/targets/docs-build.xml"> 
     <!ENTITY webapp-targets   SYSTEM "./src/targets/webapp-build.xml"> 
  @@ -41,6 +42,8 @@
     <!-- Global Properties       -->  &properties;
     <!-- =================================================================== -->
     <!-- Initialization targets  -->  &init-targets;
  +  <!-- =================================================================== -->
  +  <!-- IDE targets             -->  &ide-targets;
     <!-- =================================================================== -->
     <!-- Compile targets         -->  &compile-targets;
     <!-- =================================================================== -->
  
  
  

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