User: stevensa
  Date: 02/09/30 13:52:29

  Modified:    core     build.xml
  Log:
  Oops.  Forgot to delete something.
  
  Revision  Changes    Path
  1.12      +0 -53     xdoclet/core/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -w -r1.11 -r1.12
  --- build.xml 30 Sep 2002 20:20:06 -0000      1.11
  +++ build.xml 30 Sep 2002 20:52:29 -0000      1.12
  @@ -187,59 +187,6 @@
       </target>
   
       <!-- =================================================================== -->
  -    <!-- Check the source code for i18n                                      -->
  -    <!-- =================================================================== -->
  -    <!--target name="i18ncheck" depends="beautify"-->
  -    <target name="i18ncheck">
  -        <mkdir dir="${modules.all-src.dir}"/>
  -        <copy todir="${modules.all-src.dir}">
  -            <fileset dir="${core.src.dir}">
  -                <include name="**/*.java" />
  -                <!-- exclude name="**/*Messages.java"/ -->
  -            </fileset>
  -            <filterset refid="xdoclet.filters"/>
  -        </copy>
  -
  -        <mkdir dir="${core.i18ncheck.dir}"/>
  -        <!-- first we do the Messages files *without* the i18n checking, since they 
only contain the bundle key strings -->
  -        <!-- we need to do this because, despite excluding them later, they'd still 
get done because of class dependencies -->
  -        <javac
  -            destdir="${core.i18ncheck.dir}"
  -            classpathref="core.class.path"
  -            fork="yes"
  -            executable="C:\Program Files\netbeans\bin\fastjavac\fastjavac.exe"
  -            debug="${compile.debug}"
  -            deprecation="${compile.deprecation}"
  -            optimize="${compile.optimize}"
  -            nowarn="${compile.nowarn}"
  -            srcdir="${modules.all-src.dir}"
  -        >
  -            <include name="xdoclet/**/*Messages.java"/>
  -        </javac>
  -        <!-- then we do everything else *with* the i18n checking -->
  -        <javac
  -            destdir="${core.i18ncheck.dir}"
  -            classpathref="core.class.path"
  -            fork="yes"
  -            executable="C:\Program Files\netbeans\bin\fastjavac\fastjavac.exe"
  -            debug="${compile.debug}"
  -            deprecation="${compile.deprecation}"
  -            optimize="${compile.optimize}"
  -            nowarn="${compile.nowarn}"
  -            srcdir="${modules.all-src.dir}"
  -        >
  -            <compilerarg value="-noi18n"/>
  -            <include name="xdoclet/*.java"/>
  -            <include name="xdoclet/ant/**/*.java"/>
  -            <include name="xdoclet/loader/**/*.java"/>
  -            <include name="xdoclet/tagshandler/**/*.java"/>
  -            <include name="xdoclet/template/**/*.java"/>
  -            <include name="xdoclet/util/**/*.java"/>
  -            <exclude name="xdoclet/**/*Messages.java"/>
  -        </javac>
  -    </target>
  -
  -    <!-- =================================================================== -->
       <!-- Creates the jar archives                                            -->
       <!-- =================================================================== -->
       <target name="jar" depends="compile,externalizer">
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to