Skip to content

Commit

Permalink
Merge branch 'versioning_script' of https://github.com/arthurbenemann…
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbenemann committed Dec 31, 2013
2 parents 54954f8 + e168418 commit 1442fbe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
8 changes: 8 additions & 0 deletions DroidPlanner/.externalToolBuilders/Versioning.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType">
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/FlightDataActivity/version.sh}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="incremental,"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/FlightDataActivity}"/>
</launchConfiguration>
2 changes: 1 addition & 1 deletion DroidPlanner/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ local.properties


#Do not ignore the versioning script
!.externalToolBuilders/Verisoning.launch
!.externalToolBuilders/*

# PDT-specific
.buildpath
Expand Down
14 changes: 14 additions & 0 deletions DroidPlanner/.project
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value>&lt;project&gt;/.externalToolBuilders/Versioning.launch</value>
</dictionary>
<dictionary>
<key>incclean</key>
<value>true</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
Expand Down

0 comments on commit 1442fbe

Please sign in to comment.