Updated Branches: refs/heads/master d333e3106 -> d204fa994
Agent-simulator license header corrections Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d204fa99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d204fa99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d204fa99 Branch: refs/heads/master Commit: d204fa9940633817ab88332c4b30888df6c5d6ea Parents: d333e31 Author: Chip Childers <[email protected]> Authored: Tue Jul 31 20:17:38 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Tue Jul 31 20:18:02 2012 -0400 ---------------------------------------------------------------------- agent-simulator/scripts/run.bat | 17 ++++++++++++++ .../tomcatconf/commands-simulator.properties.in | 18 +++++++++++++++ .../tomcatconf/components-simulator.xml.in | 18 +++++++++++++++ 3 files changed, 53 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d204fa99/agent-simulator/scripts/run.bat ---------------------------------------------------------------------- diff --git a/agent-simulator/scripts/run.bat b/agent-simulator/scripts/run.bat index b28bbc0..1138ce0 100644 --- a/agent-simulator/scripts/run.bat +++ b/agent-simulator/scripts/run.bat @@ -1,2 +1,19 @@ +rem - Licensed to the Apache Software Foundation (ASF) under one +rem - or more contributor license agreements. See the NOTICE file +rem - distributed with this work for additional information +rem - regarding copyright ownership. The ASF licenses this file +rem - to you under the Apache License, Version 2.0 (the +rem - "License"); you may not use this file except in compliance +rem - with the License. You may obtain a copy of the License at +rem - +rem - http://www.apache.org/licenses/LICENSE-2.0 +rem - +rem - Unless required by applicable law or agreed to in writing, +rem - software distributed under the License is distributed on an +rem - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +rem - KIND, either express or implied. See the License for the +rem - specific language governing permissions and limitations +rem - under the License. + java -cp cloud-utils.jar;agent-simulator.jar;log4j-1.2.15.jar;apache-log4j-extras-1.0.jar;ws-commons-util-1.0.2.jar;xmlrpc-client-3.1.3.jar;cloud-agent.jar;cloud-core.jar;xmlrpc-common-3.1.3.jar;javaee-api-5.0-1.jar;gson-1.3.jar;commons-httpclient-3.1.jar;commons-logging-1.1.1.jar;commons-codec-1.3.jar;commons-collections-3.2.1.jar;commons-pool-1.4.jar;.\;.\conf com.cloud.agent.AgentSimulator %* http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d204fa99/agent-simulator/tomcatconf/commands-simulator.properties.in ---------------------------------------------------------------------- diff --git a/agent-simulator/tomcatconf/commands-simulator.properties.in b/agent-simulator/tomcatconf/commands-simulator.properties.in index cfc5fee..a0c1301 100644 --- a/agent-simulator/tomcatconf/commands-simulator.properties.in +++ b/agent-simulator/tomcatconf/commands-simulator.properties.in @@ -1 +1,19 @@ +# 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. + + configureSimulator=com.cloud.api.commands.ConfigureSimulator;1 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d204fa99/agent-simulator/tomcatconf/components-simulator.xml.in ---------------------------------------------------------------------- diff --git a/agent-simulator/tomcatconf/components-simulator.xml.in b/agent-simulator/tomcatconf/components-simulator.xml.in index 011bc71..1b7df46 100755 --- a/agent-simulator/tomcatconf/components-simulator.xml.in +++ b/agent-simulator/tomcatconf/components-simulator.xml.in @@ -1,4 +1,22 @@ <?xml version="1.0"?> +<!-- +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. +--> <components-simulator.xml> <management-server class="com.cloud.server.ManagementServerSimulatorImpl" library="com.cloud.configuration.SimulatorComponentLibrary" extends="components.xml:management-server"> <dao name="Configuration configuration server" class="com.cloud.configuration.dao.ConfigurationDaoImpl">
