You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/09/04 14:28:09 UTC

[1/2] git commit: Adding licence text to missing files

Updated Branches:
  refs/heads/master 5179d7b34 -> 5c5ce3bb9


Adding licence text to missing files


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

Branch: refs/heads/master
Commit: fe5830cc31991947c1301e2e5ba4ea02397bb3aa
Parents: b9b2b9b
Author: Lahiru Sandaruwan <la...@wso2.com>
Authored: Wed Sep 4 11:53:08 2013 +0530
Committer: Lahiru Sandaruwan <la...@wso2.com>
Committed: Wed Sep 4 11:53:08 2013 +0530

----------------------------------------------------------------------
 .../status/monitor/ui/i18n/JSResources.properties | 16 ++++++++++++++++
 .../status/monitor/ui/i18n/Resources.properties   | 17 +++++++++++++++++
 .../resources/web/status-monitor/css/status.css   | 18 ++++++++++++++++++
 3 files changed, 51 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fe5830cc/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/JSResources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/JSResources.properties b/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/JSResources.properties
index e69de29..7e29978 100755
--- a/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/JSResources.properties
+++ b/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/JSResources.properties
@@ -0,0 +1,16 @@
+# 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fe5830cc/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/Resources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/Resources.properties b/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/Resources.properties
index 8933add..ddb7fcd 100755
--- a/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/Resources.properties
+++ b/components/org.apache.stratos.status.monitor.ui/src/main/resources/org/apache/carbon/status/monitor/ui/i18n/Resources.properties
@@ -1,3 +1,20 @@
+# 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.
+
 monitor.service.status=Services Status
 services.state.details=Services State Details
 monitor.service_status.menu=Stratos Service Status

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fe5830cc/components/org.apache.stratos.status.monitor.ui/src/main/resources/web/status-monitor/css/status.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.ui/src/main/resources/web/status-monitor/css/status.css b/components/org.apache.stratos.status.monitor.ui/src/main/resources/web/status-monitor/css/status.css
index 2f06cc5..ecd3ca9 100755
--- a/components/org.apache.stratos.status.monitor.ui/src/main/resources/web/status-monitor/css/status.css
+++ b/components/org.apache.stratos.status.monitor.ui/src/main/resources/web/status-monitor/css/status.css
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 /*css editor styles */
 .csseditor-top-line{
     background-color:black;


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by la...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


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

Branch: refs/heads/master
Commit: 5c5ce3bb95226c12289ed6ca6adf36808117dfde
Parents: fe5830c 5179d7b
Author: Lahiru Sandaruwan <la...@wso2.com>
Authored: Wed Sep 4 18:03:14 2013 +0530
Committer: Lahiru Sandaruwan <la...@wso2.com>
Committed: Wed Sep 4 18:03:14 2013 +0530

----------------------------------------------------------------------
 .../ui/clients/PackageInfoServiceClient.java     | 18 ++++++++++++++++++
 .../register/ui/i18n/JSResources.properties      | 17 +++++++++++++++++
 .../register/ui/i18n/Resources.properties        | 17 +++++++++++++++++
 .../web/tenant-register/css/tenant-register.css  | 19 +++++++++++++++++++
 .../web/tenant-register/js/register_config.js    | 19 +++++++++++++++++++
 .../web/tenant-register/js/select_domain.js      | 19 +++++++++++++++++++
 .../TenantActivityUIServiceComponent.java        | 18 ++++++++++++++++++
 .../activity/ui/i18n/JSResources.properties      | 17 +++++++++++++++++
 .../tenant/activity/ui/i18n/Resources.properties | 17 +++++++++++++++++
 .../web/tenant-activity/css/tenant-usage.css     | 19 +++++++++++++++++++
 .../tenant/mgt/ui/i18n/JSResources.properties    | 17 +++++++++++++++++
 .../tenant/mgt/ui/i18n/Resources.properties      | 17 +++++++++++++++++
 .../resources/web/tenant-mgt/js/tenant_config.js | 19 +++++++++++++++++++
 .../web/tenant-mgt/js/theme_resource_util.js     | 18 ++++++++++++++++++
 14 files changed, 251 insertions(+)
----------------------------------------------------------------------