]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Make path separator portable
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Feb 2009 16:30:10 +0000 (16:30 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Feb 2009 16:30:10 +0000 (16:30 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2181 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

demo/org.argeo.slc.demo.manager/pom.xml

index 62b0cd2d43f46652c1cb32fa350eadc9045e7dfa..f960079217c698a9ef97752f8bcad0c6ca5f686e 100644 (file)
@@ -42,7 +42,7 @@
                                <configuration>
                                        <executable>${java.home}/bin/java</executable>
                                        <arguments>
-                                               <argument>-Xbootclasspath/p:${settings.localRepository}/org/apache/xerces/com.springsource.org.apache.xerces/2.8.1/com.springsource.org.apache.xerces-2.8.1.jar:${settings.localRepository}/org/apache/xmlcommons/com.springsource.org.apache.xmlcommons/1.3.3/com.springsource.org.apache.xmlcommons-1.3.3.jar</argument>
+                                               <argument>-Xbootclasspath/p:${settings.localRepository}/org/apache/xerces/com.springsource.org.apache.xerces/2.8.1/com.springsource.org.apache.xerces-2.8.1.jar${path.separator}${settings.localRepository}/org/apache/xmlcommons/com.springsource.org.apache.xmlcommons/1.3.3/com.springsource.org.apache.xmlcommons-1.3.3.jar</argument>
                                                <argument>-Dslc.osgi.scanClasspath=true</argument>
                                                <argument>-Dslc.osgi.start=*</argument>
                                                <argument>-classpath</argument>