aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2020-02-09 08:05:16 +0000
committerDominik Stadler <centic@apache.org>2020-02-09 08:05:16 +0000
commitd5ba6195a5e526f32ea2865a17b4deb7d698b9fb (patch)
treea0274601ebf177d38dd3e62ab276dcb79ca43a04 /osgi/build.xml
parent1791a4e61d3d8056e4454775d55da8967cfa30f1 (diff)
downloadpoi-d5ba6195a5e526f32ea2865a17b4deb7d698b9fb.tar.gz
poi-d5ba6195a5e526f32ea2865a17b4deb7d698b9fb.zip
Use https for repo1.maven.org
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/build.xml')
-rw-r--r--osgi/build.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/osgi/build.xml b/osgi/build.xml
index 24a068870a..317672257d 100644
--- a/osgi/build.xml
+++ b/osgi/build.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!--
+<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -25,7 +25,7 @@ under the License.
<property name="bundle.lib" location="osgi/lib"/>
<!-- TODO Import these from the parent build file -->
- <property name="repository.m2" value="http://repo1.maven.org"/>
+ <property name="repository.m2" value="https://repo1.maven.org"/>
<property name="version.id" value="4.1.2-SNAPSHOT"/>
<property name="dist.dir" value="build/dist"/>
@@ -54,13 +54,13 @@ under the License.
<target name="bundle" depends="init, check-bundle-jars, fetch-bundle-jars">
<taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="${bundle.bnd.jar}"/>
<mkdir dir="build/osgi"/>
- <bnd
+ <bnd
classpath="${dist.dir}/poi-${version.id}-${DSTAMP}.jar,${dist.dir}/poi-scratchpad-${version.id}-${DSTAMP}.jar,${dist.dir}/poi-ooxml-${version.id}-${DSTAMP}.jar"
- eclipse="false"
- failok="false"
- exceptions="true"
+ eclipse="false"
+ failok="false"
+ exceptions="true"
output="build/osgi"
- files="test.bnd"/>
+ files="test.bnd"/>
<!-- TODO Include the settings from http://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/poi-3.9/pom.xml -->
<!-- TODO Make this actually spit out an OSGi Jar -->
</target>