You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/09/26 13:23:32 UTC

cvs commit: cocoon-lenya build.xml

andreas     2003/09/26 04:23:32

  Modified:    .        build.xml
  Log:
  added reference to publication buildfile
  
  Revision  Changes    Path
  1.59      +13 -10    cocoon-lenya/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/build.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.xml	12 Jun 2003 14:59:35 -0000	1.58
  +++ build.xml	26 Sep 2003 11:23:32 -0000	1.59
  @@ -21,15 +21,16 @@
   ============================================================================ -->
   
     <!-- ==================  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"> 
  -  <!ENTITY test-targets     SYSTEM "./src/targets/test-build.xml"> 
  -  <!ENTITY dist-targets     SYSTEM "./src/targets/dist-build.xml">
  -  <!ENTITY export-targets   SYSTEM "./src/targets/export-build.xml">
  +  <!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"> 
  +  <!ENTITY test-targets        SYSTEM "./src/targets/test-build.xml"> 
  +  <!ENTITY dist-targets        SYSTEM "./src/targets/dist-build.xml">
  +  <!ENTITY export-targets      SYSTEM "./src/targets/export-build.xml">
  +  <!ENTITY publication-targets SYSTEM "./src/targets/publication-build.xml">
     <!-- =================================================================== -->
   
   ]>
  @@ -56,6 +57,8 @@
     <!-- Distribution targets    -->  &dist-targets;
     <!-- =================================================================== -->
     <!-- Export targets          -->  &export-targets;
  +  <!-- =================================================================== -->
  +  <!-- Publication targets     -->  &publication-targets;
     <!-- =================================================================== -->
   
   </project>
  
  
  

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