Change workspace names
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 26 Jun 2012 11:44:00 +0000 (11:44 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 26 Jun 2012 11:44:00 +0000 (11:44 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5353 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/osgi/NormalizeGroup.java

index c6c1e4a721f806577bd5bfaa62d3c79c10df5f85..347e79be9917c2a13fc464060d75dc90828ae42a 100644 (file)
@@ -59,8 +59,8 @@ public class NormalizeGroup implements Runnable, SlcNames {
        private String workspace;
        private String groupId;
        private String artifactBasePath = "/";
-       private String version = null;// = "1.3.0";
-       private String parentPomCoordinates;// = "org.argeo:parent:1.3.0";
+       private String version = null;
+       private String parentPomCoordinates;
 
        private List<String> excludedSuffixes = new ArrayList<String>();
 
@@ -206,8 +206,8 @@ public class NormalizeGroup implements Runnable, SlcNames {
                                return;// skip adding to binaries
                }
                binaries.add(RepoUtils.asArtifact(bundleNode));
-               
-               if(bundleNode.getSession().hasPendingChanges())
+
+               if (bundleNode.getSession().hasPendingChanges())
                        bundleNode.getSession().save();
        }