diff options
author | Nick Burch <nick@apache.org> | 2015-04-25 02:18:06 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2015-04-25 02:18:06 +0000 |
commit | 6df5df0919949bf348953697ceb5f47741f279f7 (patch) | |
tree | 18fab7b5eb2b971744937254a2e42607bcfc1634 /build.xml | |
parent | 947e320ffa43d511bba7cd76416182b7179bf3ae (diff) | |
download | poi-6df5df0919949bf348953697ceb5f47741f279f7.tar.gz poi-6df5df0919949bf348953697ceb5f47741f279f7.zip |
Little bit more OSGi, not yet working #57857
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1675991 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1595,7 +1595,7 @@ under the License. <target name="osgi" depends="mvn-install"> <echo message="Building OSGi bundle via Maven" /> - <mvn:mvn pom="osgi/build.xml"> + <mvn:mvn pom="osgi/pom.xml"> <arg value="-Dpoi.version=${version.id}" /> <arg value="install" /> </mvn:mvn> |