Skip to content

Commit

Permalink
the build launch target in Eclipse needs to specify a target, not jus…
Browse files Browse the repository at this point in the history
…t rely on the default which changed.
  • Loading branch information
shunter committed Apr 27, 2012
1 parent 6cc98cf commit bb3cee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launches/build.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Cesium"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="build,"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/Cesium/build.xml}"/>
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
</launchConfiguration>

0 comments on commit bb3cee3

Please sign in to comment.