]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.build/src/org/argeo/slc/build/A2Factory.java
Move third-party specifications to SLC.
[gpl/argeo-slc.git] / org.argeo.slc.build / src / org / argeo / slc / build / A2Factory.java
index d53c5660feb4981074cbc34243f025aaa85cdc29..d8a80d0b299c89bd4ea2833dcbf7cf06c4e8aa43 100644 (file)
@@ -281,11 +281,11 @@ public class A2Factory {
        }
 
        public static void main(String[] args) {
-               Path originBase = Paths.get("../output/origin");
-               Path factoryBase = Paths.get("../output/a2");
+               Path originBase = Paths.get("../output/origin").toAbsolutePath();
+               Path factoryBase = Paths.get("../output/a2").toAbsolutePath();
                A2Factory factory = new A2Factory(originBase, factoryBase);
 
-               Path descriptorsBase = Paths.get(System.getProperty("user.home"), "/dev/git/unstable/argeo-tp/migration");
+               Path descriptorsBase = Paths.get("../tp").toAbsolutePath();
 
                factory.processEclipseArchive(
                                descriptorsBase.resolve("org.argeo.tp.eclipse.equinox").resolve("eclipse-equinox"));