moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60fd0a0fae
commit
bb1ce91342
@ -111,10 +111,7 @@ under the License.
|
|||||||
<property name="examples.src" location="src/examples/src"/>
|
<property name="examples.src" location="src/examples/src"/>
|
||||||
<property name="examples.output.dir" location="build/examples-classes"/>
|
<property name="examples.output.dir" location="build/examples-classes"/>
|
||||||
|
|
||||||
<!-- Common interfaces for ole2 and ooxml classes -->
|
<!-- OOXML support: -->
|
||||||
<property name="interfaces.jdk15.src" location="src/ooxml/interfaces-jdk15"/>
|
|
||||||
|
|
||||||
<!-- Experimental OOXML support: -->
|
|
||||||
<property name="ooxml.src" location="src/ooxml/java"/>
|
<property name="ooxml.src" location="src/ooxml/java"/>
|
||||||
<property name="ooxml.src.test" location="src/ooxml/testcases"/>
|
<property name="ooxml.src.test" location="src/ooxml/testcases"/>
|
||||||
<property name="ooxml.reports.test" location="build/ooxml-test-results"/>
|
<property name="ooxml.reports.test" location="build/ooxml-test-results"/>
|
||||||
@ -437,7 +434,6 @@ under the License.
|
|||||||
<javac target="${jdk.version.class}" source="${jdk.version.source}"
|
<javac target="${jdk.version.class}" source="${jdk.version.source}"
|
||||||
failonerror="true" destdir="${main.output.dir}" debug="on" fork="yes">
|
failonerror="true" destdir="${main.output.dir}" debug="on" fork="yes">
|
||||||
<src path="${main.src}" />
|
<src path="${main.src}" />
|
||||||
<src path="${interfaces.jdk15.src}" />
|
|
||||||
<classpath refid="main.classpath"/>
|
<classpath refid="main.classpath"/>
|
||||||
</javac>
|
</javac>
|
||||||
<javac target="${jdk.version.class}" source="${jdk.version.source}"
|
<javac target="${jdk.version.class}" source="${jdk.version.source}"
|
||||||
@ -978,9 +974,6 @@ FORREST_HOME environment variable!</echo>
|
|||||||
<packageset dir="${ooxml.src}" defaultexcludes="yes">
|
<packageset dir="${ooxml.src}" defaultexcludes="yes">
|
||||||
<include name="org/apache/poi/**"/>
|
<include name="org/apache/poi/**"/>
|
||||||
</packageset>
|
</packageset>
|
||||||
<packageset dir="${interfaces.jdk15.src}" defaultexcludes="yes">
|
|
||||||
<include name="org/apache/poi/**"/>
|
|
||||||
</packageset>
|
|
||||||
|
|
||||||
<classpath id="javadoc.classpath">
|
<classpath id="javadoc.classpath">
|
||||||
<path refid="main.classpath"/>
|
<path refid="main.classpath"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user