1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-06 00:25:25 +02:00
cdt/launch/org.eclipse.cdt.docker.launcher
Jeff 49c2109ff6 Fix specs detection for Container Build feature
- sometimes specs detection will be for a non-active
  build configuration so the project cannot be used to
  determine eligibility for the command launcher
- change ICommandLauncherFactory to accept an object in its
  getCommandLauncher method which can either be an IProject or
  ICConfigurationDesription
- change ContainerCommandLauncherFactory to accept an Object
  instead of IProject in its getCommandLauncher() method
- cast the Object received either to be an IProject or
  ICConfigurationDescription to determine if the build should
  occur in a Container or not
- fix CommandLauncherManager.getCommandLauncher() to accept
  and pass on an Object to the list of ICommandLauncherFactory
  instances
- fix AbstractBuiltinSpecsDetector to pass in the current
  configuration description when getting the CommandLauncher
  since the current configuration may not be the active
  configuration
2017-06-27 16:10:01 -04:00
..
.settings Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
icons Add volume specification for ContainerPropertyTab 2017-06-22 18:10:11 -04:00
META-INF Add volume specification for ContainerPropertyTab 2017-06-22 18:10:11 -04:00
src/org/eclipse/cdt Fix specs detection for Container Build feature 2017-06-27 16:10:01 -04:00
.classpath Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
.gitignore Add Docker launching support 2015-05-19 13:53:27 -04:00
.project Add Docker launching support 2015-05-19 13:53:27 -04:00
about.html Add Docker launching support 2015-05-19 13:53:27 -04:00
build.properties Add Docker launching support 2015-05-19 13:53:27 -04:00
plugin.properties Make modifications for CDT Container in Build indexing support 2017-06-22 18:10:10 -04:00
plugin.xml Make modifications for CDT Container in Build indexing support 2017-06-22 18:10:10 -04:00