morrijr     02/01/25 03:15:24

  Modified:    .        build.bat build.sh build.xml
  Log:
  Removed GPL code and associated tasks
  
  Revision  Changes    Path
  1.14      +1 -2      xml-cocoon2/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.bat,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.bat 25 Jan 2002 07:43:12 -0000      1.13
  +++ build.bat 25 Jan 2002 11:15:24 -0000      1.14
  @@ -2,14 +2,13 @@
   rem ----------------------------------------------------------------------------
   rem build.bat - Win32 Build Script for Apache Cocoon
   rem
  -rem $Id: build.bat,v 1.13 2002/01/25 07:43:12 cziegeler Exp $
  +rem $Id: build.bat,v 1.14 2002/01/25 11:15:24 morrijr Exp $
   rem ----------------------------------------------------------------------------
   
   rem ----- Copy Xalan and Xerces for the build system    ------------------------
   copy lib\core\xerces*.jar tools\lib
   copy lib\core\xalan*.jar tools\lib
   copy lib\core\xml-api*.jar tools\lib
  -copy lib\core\jakarta-regexp*.jar tools\lib
   copy lib\optional\jtidy*.jar tools\lib
   
   rem ----- Verify and Set Required Environment Variables ------------------------
  
  
  
  1.13      +0 -1      xml-cocoon2/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.sh,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.sh  24 Jan 2002 14:17:36 -0000      1.12
  +++ build.sh  25 Jan 2002 11:15:24 -0000      1.13
  @@ -7,7 +7,6 @@
   cp ./lib/core/xalan*.jar ./tools/lib
   cp ./lib/core/xerces*.jar ./tools/lib
   cp ./lib/core/xml-api*.jar ./tools/lib
  -cp ./lib/core/jakarta-regexp*.jar ./tools/lib
   cp ./lib/optional/jtidy*.jar ./tools/lib
   
   chmod u+x ./tools/bin/antRun
  
  
  
  1.148     +0 -13     xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- build.xml 25 Jan 2002 02:31:53 -0000      1.147
  +++ build.xml 25 Jan 2002 11:15:24 -0000      1.148
  @@ -1540,19 +1540,6 @@
     <target name="fixsrclf" depends="init" description="Fix lf in src directory 
(internal use only!)">
             <fixcrlf srcdir="${java.dir}" includes="**/*.java"       eol="lf"/>
     </target>
  -
  -  <!-- =================================================================== -->
  -  <!-- Checks code against standards                                       -->
  -  <!-- =================================================================== -->
  -  <target name="checkSource" depends="init" description="Checks the style of Java 
code">
  -    <taskdef name="checkstyle"
  -      classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"/>
  -      
  -    <checkstyle>
  -      <fileset dir="src/java" includes="**/*.java"/>
  -      <formatter type="plain"/>
  -    </checkstyle>    
  -  </target>
     
   </project>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to