cutting     2004/09/20 11:16:50

  Modified:    .        build.xml
  Log:
  Add GCJ target.  Also change datestamp of jar to per-day rather than
  per-second so that other targets can be based on the jar file without
  having to be rebuilt every second.  And fixed a typo.
  
  Revision  Changes    Path
  1.67      +8 -2      jakarta-lucene/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/build.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.xml 17 Aug 2004 20:38:46 -0000      1.66
  +++ build.xml 20 Sep 2004 18:16:50 -0000      1.67
  @@ -166,8 +166,8 @@
             <attribute name="Specification-Version" value="${version}"/>
             <attribute name="Specification-Vendor" value="Lucene"/>
             <attribute name="Implementation-Title" value="org.apache.lucene"/>
  -          <attribute name="Implementation-Version" value="build ${DSTAMP} 
${TSTAMP}"/>
  -          <attribute name="Implementation-Vemdpr" value="Lucene"/>
  +          <attribute name="Implementation-Version" value="build ${DSTAMP}"/>
  +          <attribute name="Implementation-Vendor" value="Lucene"/>
           </section>
         </manifest>
       </jar>
  @@ -218,6 +218,12 @@
         <classpath refid="demo.classpath"/>
       </javac>
     </target>
  +
  +  <!-- GCJ -->
  +  <target name="gcj" depends="jar,jar-demo">
  +    <exec executable="make" dir="src/gcj" failonerror="true"/>
  +  </target>
  +
   
     <!-- ================================================================== -->
     <!-- B U I L D  T E S T                                                 -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to