rolandschulz / PTP

Eclipse Parallel Tools Platform
http://www.eclipse.org/ptp/
6 stars 3 forks source link

Make sure we don't affect non sync project: Configuration tab #3

Closed rolandschulz closed 13 years ago

rolandschulz commented 13 years ago

I get: java.lang.RuntimeException: Project configurations not yet initialized at org.eclipse.ptp.rdt.sync.core.BuildConfigurationManager.getBuildScenarioForBuildConfiguration(BuildConfigurationManager.java:152) at org.eclipse.ptp.rdt.sync.ui.properties.BuildRemotePropertiesTab.setValues(BuildRemotePropertiesTab.java:321)

for a non-sync project. We have to make sure that the property tab is only shown for sync projects.