Updated Branches: refs/heads/api_refactoring 503db1412 -> 94e7add7a
client: Re-add missing license header in client/cloudstack-ui.launch Partially reverts Min's change; e7fa1a86fb Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/94e7add7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/94e7add7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/94e7add7 Branch: refs/heads/api_refactoring Commit: 94e7add7aa626f886cb9469f9c4d6d1220185e2b Parents: 0e1083a Author: Rohit Yadav <[email protected]> Authored: Sun Dec 23 02:45:41 2012 -0800 Committer: Rohit Yadav <[email protected]> Committed: Sun Dec 23 02:47:27 2012 -0800 ---------------------------------------------------------------------- client/cloudstack-ui.launch | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/94e7add7/client/cloudstack-ui.launch ---------------------------------------------------------------------- diff --git a/client/cloudstack-ui.launch b/client/cloudstack-ui.launch index b47097c..1943d17 100644 --- a/client/cloudstack-ui.launch +++ b/client/cloudstack-ui.launch @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType"> <booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/> <stringAttribute key="M2_GOALS" value="jetty:run"/>
