You couldn't build from the src-dist. I think you can now; it's more
inclusive.
This commit is contained in:
parent
4c30657afa
commit
8411ebe932
1 changed files with 20 additions and 0 deletions
20
build.xml
20
build.xml
|
@ -208,6 +208,8 @@ Contributor(s): ______________________________________.
|
||||||
inheritAll="false" inheritRefs="false">
|
inheritAll="false" inheritRefs="false">
|
||||||
<reference refid="entire.class.path"/>
|
<reference refid="entire.class.path"/>
|
||||||
<property name="junitbin" value="${junitbin}"/>
|
<property name="junitbin" value="${junitbin}"/>
|
||||||
|
<property name="java.awt.headless" value="true"/>
|
||||||
|
<property name="java.awt.graphicsenv" value=""/>
|
||||||
</ant>
|
</ant>
|
||||||
<echo message=""/>
|
<echo message=""/>
|
||||||
<echo message="You may now examine the files TEST-* for more details."/>
|
<echo message="You may now examine the files TEST-* for more details."/>
|
||||||
|
@ -659,9 +661,27 @@ Contributor(s): ______________________________________.
|
||||||
<zipfileset dir="${source}"
|
<zipfileset dir="${source}"
|
||||||
includes="**"
|
includes="**"
|
||||||
prefix="source"/>
|
prefix="source"/>
|
||||||
|
<zipfileset dir="${ext}/drop-ins"
|
||||||
|
includes="README.TXT"
|
||||||
|
prefix="extensions/drop-ins"/>
|
||||||
|
<zipfileset dir="${ext}/calpa/html"
|
||||||
|
includes="*.class"
|
||||||
|
prefix="extensions/calpa/html"/>
|
||||||
|
|
||||||
|
<!-- Without a Fonts dir, the build from source will fail. Cludge: hack: FIXME: -->
|
||||||
|
<zipfileset dir="Fonts/TibetanMachine"
|
||||||
|
includes="*.txt"
|
||||||
|
prefix="Fonts/TibetanMachine"/>
|
||||||
|
<zipfileset dir="Fonts/TibetanMachineWeb"
|
||||||
|
includes="*.txt"
|
||||||
|
prefix="Fonts/TibetanMachineWeb"/>
|
||||||
|
|
||||||
<zipfileset dir="${license}"
|
<zipfileset dir="${license}"
|
||||||
includes="*"
|
includes="*"
|
||||||
prefix="."/>
|
prefix="."/>
|
||||||
|
<zipfileset dir="${license}"
|
||||||
|
includes="*"
|
||||||
|
prefix="license"/>
|
||||||
<zipfileset dir="."
|
<zipfileset dir="."
|
||||||
includes="*build.xml"
|
includes="*build.xml"
|
||||||
prefix="."/>
|
prefix="."/>
|
||||||
|
|
Loading…
Reference in a new issue