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

git commit: creating the project structure for the console app

Updated Branches:
  refs/heads/master ab056a412 -> 6bc8e2c8f


creating the project structure for the console app

Signed-off-by: Pradeep Fernando <pr...@gmail.com>


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

Branch: refs/heads/master
Commit: 6bc8e2c8fc2688b0c54c83dc83da71ab66d7376d
Parents: ab056a4
Author: Nuwan Bandara <nu...@Nuwans-MacBook-Pro.local>
Authored: Mon Nov 18 12:20:11 2013 +0530
Committer: Pradeep Fernando <pr...@gmail.com>
Committed: Mon Nov 18 15:52:49 2013 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.manager.console/README             | 1 +
 components/org.apache.stratos.manager.console/apis/README        | 1 +
 components/org.apache.stratos.manager.console/controllers/README | 1 +
 components/org.apache.stratos.manager.console/jaggery.conf       | 3 +++
 components/org.apache.stratos.manager.console/modules/README     | 1 +
 components/org.apache.stratos.manager.console/themes/README      | 1 +
 6 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6bc8e2c8/components/org.apache.stratos.manager.console/README
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/README b/components/org.apache.stratos.manager.console/README
new file mode 100644
index 0000000..1e72692
--- /dev/null
+++ b/components/org.apache.stratos.manager.console/README
@@ -0,0 +1 @@
+This component contains the console web application written in jaggeryjs (httpL://jaggeryjs.org)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6bc8e2c8/components/org.apache.stratos.manager.console/apis/README
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/apis/README b/components/org.apache.stratos.manager.console/apis/README
new file mode 100644
index 0000000..0ac0f3d
--- /dev/null
+++ b/components/org.apache.stratos.manager.console/apis/README
@@ -0,0 +1 @@
+Contain all apis exposed from this webapp

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6bc8e2c8/components/org.apache.stratos.manager.console/controllers/README
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/controllers/README b/components/org.apache.stratos.manager.console/controllers/README
new file mode 100644
index 0000000..bdd0c86
--- /dev/null
+++ b/components/org.apache.stratos.manager.console/controllers/README
@@ -0,0 +1 @@
+Contains controllers required for this project

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6bc8e2c8/components/org.apache.stratos.manager.console/jaggery.conf
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/jaggery.conf b/components/org.apache.stratos.manager.console/jaggery.conf
new file mode 100644
index 0000000..c8732d9
--- /dev/null
+++ b/components/org.apache.stratos.manager.console/jaggery.conf
@@ -0,0 +1,3 @@
+{
+	"displayName":"Stratos Console"
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6bc8e2c8/components/org.apache.stratos.manager.console/modules/README
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/modules/README b/components/org.apache.stratos.manager.console/modules/README
new file mode 100644
index 0000000..dccec0a
--- /dev/null
+++ b/components/org.apache.stratos.manager.console/modules/README
@@ -0,0 +1 @@
+Contains modules required for the project

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6bc8e2c8/components/org.apache.stratos.manager.console/themes/README
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/themes/README b/components/org.apache.stratos.manager.console/themes/README
new file mode 100644
index 0000000..e8fc5c7
--- /dev/null
+++ b/components/org.apache.stratos.manager.console/themes/README
@@ -0,0 +1 @@
+Contains themes applied for this application