Skip to content

Commit 906dd5e

Browse files
Merge branch 'versioning_script' into RC1
2 parents c577392 + e168418 commit 906dd5e

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

DroidPlanner/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ local.properties
5151

5252

5353
#Do not ignore the versioning script
54-
!.externalToolBuilders/Verisoning.launch
54+
!.externalToolBuilders/*
5555

5656
# PDT-specific
5757
.buildpath

DroidPlanner/.project

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@
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>&lt;project&gt;/.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>

0 commit comments

Comments
 (0)