You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/03/31 15:47:05 UTC

[1/2] git commit: Added Apache License Header to files inside tools

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 <is...@apache.org>
Authored: Mon Mar 31 19:15:20 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
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;"


[2/2] git commit: 755 file permission

Posted by is...@apache.org.
755 file permission


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/866d9336
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/866d9336
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/866d9336

Branch: refs/heads/master
Commit: 866d93360864986e325ce4953a8a6c462edf1f58
Parents: 877a90a
Author: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Authored: Mon Mar 31 19:16:40 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Committed: Mon Mar 31 19:16:40 2014 +0530

----------------------------------------------------------------------
 tools/stratos-installer/stratos-db-clean.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/866d9336/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 100644
new mode 100755