X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=eclipse%2Fplugins%2Forg.argeo.slc.ide.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fide%2Fui%2Flaunch%2Fosgi%2FOsgiBootEquinoxLaunchConfiguration.java;h=cbd84cbe75bf3ee3b3b48654c6e56b03ba2b40f7;hb=18ac6f87499d59dd81c2195017dc74a088aecd1c;hp=e619e44f13fa89354ac1b5c4ced5f3e4c7092a8e;hpb=e21303ca978f669e3e9ce72c9595a113d3ec48a0;p=gpl%2Fargeo-slc.git diff --git a/eclipse/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiBootEquinoxLaunchConfiguration.java b/eclipse/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiBootEquinoxLaunchConfiguration.java index e619e44f1..cbd84cbe7 100644 --- a/eclipse/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiBootEquinoxLaunchConfiguration.java +++ b/eclipse/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiBootEquinoxLaunchConfiguration.java @@ -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)); + // } } }