]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Fix issue preventing to execute non default
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 4 Apr 2009 15:08:06 +0000 (15:08 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 4 Apr 2009 15:08:06 +0000 (15:08 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2319 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.osgiboot/src/main/ant/osgiboot.xml

index 7c89176817d6036e858bf805dc6d629062c840a5..99d9d5787e63f356eb5c2bd7a8d46ef5c1e214d3 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" />