File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <launchConfiguration type =" org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType" >
3+ <booleanAttribute key =" org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value =" false" />
4+ <stringAttribute key =" org.eclipse.ui.externaltools.ATTR_LOCATION" value =" ${workspace_loc:/FlightDataActivity/version.sh}" />
5+ <stringAttribute key =" org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value =" incremental," />
6+ <booleanAttribute key =" org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value =" true" />
7+ <stringAttribute key =" org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value =" ${workspace_loc:/FlightDataActivity}" />
8+ </launchConfiguration >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ local.properties
5252
5353
5454# Do not ignore the versioning script
55- ! .externalToolBuilders /Verisoning.launch
55+ ! .externalToolBuilders /*
5656
5757# PDT-specific
5858.buildpath
Original file line number Diff line number Diff line change 1515 <arguments >
1616 </arguments >
1717 </buildCommand >
18+ <buildCommand >
19+ <name >org.eclipse.ui.externaltools.ExternalToolBuilder</name >
20+ <triggers >full,incremental,</triggers >
21+ <arguments >
22+ <dictionary >
23+ <key >LaunchConfigHandle</key >
24+ <value >< project> /.externalToolBuilders/Versioning.launch</value >
25+ </dictionary >
26+ <dictionary >
27+ <key >incclean</key >
28+ <value >true</value >
29+ </dictionary >
30+ </arguments >
31+ </buildCommand >
1832 <buildCommand >
1933 <name >org.eclipse.jdt.core.javabuilder</name >
2034 <arguments >
You can’t perform that action at this time.
0 commit comments