Updated Branches: refs/heads/master f7acd8fed -> 34f007f13
Current working dir for jetty:run Eclipse configuration is half way broken Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/34f007f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/34f007f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/34f007f1 Branch: refs/heads/master Commit: 34f007f13a38a6c919759adb716eb396ae6cdeaf Parents: f7acd8f Author: Darren Shepherd <[email protected]> Authored: Thu Aug 30 09:00:49 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Thu Aug 30 09:00:49 2012 +0200 ---------------------------------------------------------------------- client/cloudstack-ui.launch | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/34f007f1/client/cloudstack-ui.launch ---------------------------------------------------------------------- diff --git a/client/cloudstack-ui.launch b/client/cloudstack-ui.launch index 2ab72cc..b47097c 100644 --- a/client/cloudstack-ui.launch +++ b/client/cloudstack-ui.launch @@ -10,5 +10,5 @@ <booleanAttribute key="M2_SKIP_TESTS" value="false"/> <booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="true"/> -<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}"/> +<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:cloud-client-ui}"/> </launchConfiguration>
