]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiBootEquinoxLaunchConfiguration.java
Improve JCR DAO
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ide.ui / src / main / java / org / argeo / slc / ide / ui / launch / osgi / OsgiBootEquinoxLaunchConfiguration.java
index e619e44f13fa89354ac1b5c4ced5f3e4c7092a8e..cbd84cbe75bf3ee3b3b48654c6e56b03ba2b40f7 100644 (file)
@@ -36,8 +36,8 @@ public class OsgiBootEquinoxLaunchConfiguration extends
                IFile propertiesFile = (IFile) configuration.getMappedResources()[0];
                propertiesFile.getParent().refreshLocal(IResource.DEPTH_INFINITE,
                                monitor);
-//             propertiesFile.getProject().refreshLocal(IResource.DEPTH_INFINITE,
-//                             monitor);
+               // propertiesFile.getProject().refreshLocal(IResource.DEPTH_INFINITE,
+               // monitor);
        }
 
        @Override
@@ -83,6 +83,14 @@ public class OsgiBootEquinoxLaunchConfiguration extends
                wc.doSave();
 
                super.preLaunchCheck(configuration, launch, monitor);
+
+               // Note that if a Java project contains a build.properties it has to
+               // declare the sources otherwise it will be skipped in the generation of
+               // the dev.properties file!
+
+               // for(Object bundleId:fAllBundles.keySet()){
+               // System.out.println(bundleId+"="+fAllBundles.get(bundleId));
+               // }
        }
 
 }