mirror of https://github.com/apache/lucene.git
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. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae6229c8cb
commit
a5302cb962
10
build.xml
10
build.xml
|
@ -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>
|
||||
|
@ -219,6 +219,12 @@
|
|||
</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 -->
|
||||
<!-- ================================================================== -->
|
||||
|
|
Loading…
Reference in New Issue