]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.osgiboot/src/main/ant/osgiboot.xml
Maven structure
[gpl/argeo-slc.git] / runtime / org.argeo.slc.osgiboot / src / main / ant / osgiboot.xml
index 7c89176817d6036e858bf805dc6d629062c840a5..0abc7bfb8ef5bcf9be8fef3ca68dfea3cc95904b 100644 (file)
@@ -17,7 +17,7 @@
 
        </target>
 
-       <target name="prepareDefault" unless="noDefault">
+       <target name="prepareDefault" unless="slc.osgi.locations">
                <pathconvert dirsep="/" property="slc.osgi.locations" refid="slc.osgi.locations.raw.default" />
 
                <property name="slc.osgi.start" value="org.springframework.osgi.extender" />
@@ -36,6 +36,7 @@ osgi.bundles=reference:file:${osgiBootBundle}@start
 
                <addProperty name="slc.osgi.locations" />
                <addProperty name="slc.osgi.start" />
+               <addProperty name="slc.osgi.bundles" />
                <addProperty name="slc.osgi.devBases" />
                <addProperty name="slc.osgi.devPatterns" />
                <addProperty name="slc.maven.dependencyFile" />