jefft       2003/02/24 05:16:22

  Modified:    .        build.xml
  Log:
  Fix Eclipse, Emacs etc. targets.  Thanks to Geoff Howard
  
  Revision  Changes    Path
  1.330     +5 -5      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.329
  retrieving revision 1.330
  diff -u -r1.329 -r1.330
  --- build.xml 23 Feb 2003 16:40:24 -0000      1.329
  +++ build.xml 24 Feb 2003 13:16:21 -0000      1.330
  @@ -770,7 +770,7 @@
         <pathelement path="${build.context}/WEB-INF/classes"/>
       </path>
       <property name="jar.files" refid="jar.files"/>
  -    <copy file="${resource}/dev/emacs/prj.el.in" tofile="prj.el" filtering="yes">
  +    <copy file="${resources}/dev/emacs/prj.el.in" tofile="prj.el" filtering="yes">
         <filterset>
           <filter token="jar.files" value="${jar.files}"/>
           <filter token="src" value="${java}"/>
  @@ -835,7 +835,7 @@
       <property name="libs" refid="libs"/>
   
       <!-- expand properties in the template file -->
  -    <copy file="${resource}/dev/eclipse/classpath-tmpl.xml"
  +    <copy file="${resources}/dev/eclipse/classpath-tmpl.xml"
             tofile="${build.temp}/classpath-temp.xml"
             filtering="yes"
             overwrite="yes">
  @@ -863,10 +863,10 @@
       <!-- now build the .classpath file -->
       <xslt in="${build.temp}/classpath-temp.xml" out="${basedir}/.classpath"
             processor="trax"
  -          style="${resource}/dev/eclipse/make-classpath.xsl"/>
  +          style="${resources}/dev/eclipse/make-classpath.xsl"/>
   
       <!-- copy the project file (expand version) -->
  -    <copy file="${resource}/dev/eclipse/project"
  +    <copy file="${resources}/dev/eclipse/project"
             tofile="${basedir}/.project"
             overwrite="yes">
         <filterset>
  
  
  

Reply via email to