Repository: incubator-stratos Updated Branches: refs/heads/master b18640128 -> 866d93360
Added Apache License Header to files inside tools Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/877a90a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/877a90a4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/877a90a4 Branch: refs/heads/master Commit: 877a90a45046d5cbaa75761113d033556a1de906 Parents: b186401 Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Mon Mar 31 19:15:20 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Mon Mar 31 19:15:20 2014 +0530 ---------------------------------------------------------------------- .../config/as/repository/conf/jndi.properties | 21 ++++++++++++++++++++ .../config/cc/repository/conf/jndi.properties | 21 ++++++++++++++++++++ .../config/sm/repository/conf/jndi.properties | 21 ++++++++++++++++++++ tools/stratos-installer/stratos-db-clean.sh | 20 +++++++++++++++++++ 4 files changed, 83 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/877a90a4/tools/stratos-installer/config/as/repository/conf/jndi.properties ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/config/as/repository/conf/jndi.properties b/tools/stratos-installer/config/as/repository/conf/jndi.properties index 7194d88..c15a540 100644 --- a/tools/stratos-installer/config/as/repository/conf/jndi.properties +++ b/tools/stratos-installer/config/as/repository/conf/jndi.properties @@ -1,3 +1,24 @@ +# +# +# 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. +# +# + java.naming.factory.initial=org.wso2.andes.jndi.PropertiesFileInitialContextFactory connectionfactoryName=topicConnectionfactory connectionfactory.topicConnectionfactory=amqp://admin:admin@clientID/carbon?brokerlist='tcp://MB_HOSTNAME:MB_LISTEN_PORT'&reconnect='true' http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/877a90a4/tools/stratos-installer/config/cc/repository/conf/jndi.properties ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/config/cc/repository/conf/jndi.properties b/tools/stratos-installer/config/cc/repository/conf/jndi.properties index 64b023d..30d49fc 100644 --- a/tools/stratos-installer/config/cc/repository/conf/jndi.properties +++ b/tools/stratos-installer/config/cc/repository/conf/jndi.properties @@ -1,3 +1,24 @@ +# +# +# 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. +# +# + connectionfactoryName=topicConnectionfactory connectionfactory.topicConnectionfactory=amqp://admin:admin@clientID/carbon?brokerlist='tcp://MB_HOSTNAME:MB_LISTEN_PORT'&reconnect='true' java.naming.factory.initial=org.wso2.andes.jndi.PropertiesFileInitialContextFactory http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/877a90a4/tools/stratos-installer/config/sm/repository/conf/jndi.properties ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/config/sm/repository/conf/jndi.properties b/tools/stratos-installer/config/sm/repository/conf/jndi.properties index 7194d88..c15a540 100644 --- a/tools/stratos-installer/config/sm/repository/conf/jndi.properties +++ b/tools/stratos-installer/config/sm/repository/conf/jndi.properties @@ -1,3 +1,24 @@ +# +# +# 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. +# +# + java.naming.factory.initial=org.wso2.andes.jndi.PropertiesFileInitialContextFactory connectionfactoryName=topicConnectionfactory connectionfactory.topicConnectionfactory=amqp://admin:admin@clientID/carbon?brokerlist='tcp://MB_HOSTNAME:MB_LISTEN_PORT'&reconnect='true' http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/877a90a4/tools/stratos-installer/stratos-db-clean.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/stratos-db-clean.sh b/tools/stratos-installer/stratos-db-clean.sh old mode 100755 new mode 100644 index bc4afe8..74fec29 --- a/tools/stratos-installer/stratos-db-clean.sh +++ b/tools/stratos-installer/stratos-db-clean.sh @@ -1,3 +1,23 @@ +# +# +# 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. +# +# # cleans up databases mysql -uroot -proot -e "DROP DATABASE IF EXISTS stratos_foundation;" mysql -uroot -proot -e "DROP DATABASE IF EXISTS userstore;"
