You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@locus.apache.org on 2000/10/08 23:00:25 UTC

cvs commit: xml-cocoon build.xml

giacomo     00/10/08 14:00:25

  Modified:    .        Tag: xml-cocoon2 build.xml
  Log:
  removed special treatement of actions. It's now included in the source tree
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.37  +0 -13     xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.6.2.36
  retrieving revision 1.6.2.37
  diff -u -r1.6.2.36 -r1.6.2.37
  --- build.xml	2000/09/27 14:29:15	1.6.2.36
  +++ build.xml	2000/10/08 21:00:24	1.6.2.37
  @@ -185,7 +185,6 @@
       <available property="jai.present" classname="com.sun.media.jai.codec.ImageCodec">
         <classpath refid="classpath"/>
       </available>
  -    <available property="action.present"  file="action.inc"/>
     </target>
   
     <!-- =================================================================== -->
  @@ -213,14 +212,6 @@
         <include name="**/*.xsl"/>
       </copydir>
   
  -    <copydir src="proposals/actions" dest="${build.src}/org/apache/cocoon/acting">
  -      <include name="*.java" if="action.present"/>
  -    </copydir>
  -    <copydir src="proposals/actions"
  -        dest="${build.src}/org/apache/cocoon/components/language/makeup/sitemap/java">
  -      <include name="sitemap.xsl" if="action.present"/>
  -    </copydir>
  -
       <javac srcdir="${build.src}"
              destdir="${build.dest}"
              debug="${debug}"
  @@ -268,10 +259,6 @@
         <include name="**/*.gif"/>
         <include name="**/*.jpg"/>
         <include name="**/*.png"/>
  -    </copydir>
  -
  -    <copydir src="proposals/actions" dest="${build.war}">
  -      <include name="sitemap.xmap" if="action.present"/>
       </copydir>
     </target>