diff options
author | Dominik Stadler <centic@apache.org> | 2021-04-08 20:10:53 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-04-08 20:10:53 +0000 |
commit | 30d8d1773596008d8333c282e420f19d8215d44a (patch) | |
tree | 769cf91a3dae169b5c0886436397cca8a3599819 /sonar/ooxml-full | |
parent | 329ae952d27814ebbc6138d32b6b228dc1da4ca9 (diff) | |
download | poi-30d8d1773596008d8333c282e420f19d8215d44a.tar.gz poi-30d8d1773596008d8333c282e420f19d8215d44a.zip |
Adjust for the new source-directories in some more places
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml-full')
-rw-r--r-- | sonar/ooxml-full/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar/ooxml-full/pom.xml b/sonar/ooxml-full/pom.xml index 263136d962..3b10eff008 100644 --- a/sonar/ooxml-full/pom.xml +++ b/sonar/ooxml-full/pom.xml @@ -34,7 +34,7 @@ </goals> <configuration> <target> - <property name="xsdir" value="${basedir}/../../ooxml-schema/src/main/xmlschema/org/apache/poi"/> + <property name="xsdir" value="${basedir}/../../poi-ooxml-full/src/main/xmlschema/org/apache/poi"/> <copy todir="${basedir}/target/schemas"> <zipfileset src="${xsdir}/schemas/OfficeOpenXML-XMLSchema-Transitional.zip"/> <zipfileset src="${xsdir}/schemas/OpenPackagingConventions-XMLSchema.zip" includes="opc-digSig.xsd,opc-relationships.xsd"/> @@ -100,7 +100,7 @@ <directory>${basedir}/target/generated-resources</directory> </resource> <resource> - <directory>${basedir}/../../ooxml-schema/src/ooxml-full/java9</directory> + <directory>${basedir}/../../poi-ooxml-full/src/main/java9</directory> <targetPath>META-INF/versions/9</targetPath> <includes> <include>*.class</include> |