You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2014/12/24 10:24:46 UTC

incubator-tamaya git commit: Started with the collection of use cases to be covered by Tamaya.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master a3c10d6ed -> 718362334


Started with the collection of use cases to be covered by Tamaya.


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

Branch: refs/heads/master
Commit: 71836233457512579a73f1bd1974aebbfe824796
Parents: a3c10d6
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Wed Dec 24 10:21:00 2014 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Wed Dec 24 10:24:33 2014 +0100

----------------------------------------------------------------------
 .../usecases/se/simple-property-access.adoc     |  2 ++
 docs/src/main/asciidoc/usecases/usecases.adoc   | 27 ++++++++++++++++++++
 2 files changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/71836233/docs/src/main/asciidoc/usecases/se/simple-property-access.adoc
----------------------------------------------------------------------
diff --git a/docs/src/main/asciidoc/usecases/se/simple-property-access.adoc b/docs/src/main/asciidoc/usecases/se/simple-property-access.adoc
new file mode 100644
index 0000000..32c2389
--- /dev/null
+++ b/docs/src/main/asciidoc/usecases/se/simple-property-access.adoc
@@ -0,0 +1,2 @@
+=== Simple Lookup of Properties
+

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/71836233/docs/src/main/asciidoc/usecases/usecases.adoc
----------------------------------------------------------------------
diff --git a/docs/src/main/asciidoc/usecases/usecases.adoc b/docs/src/main/asciidoc/usecases/usecases.adoc
new file mode 100644
index 0000000..b3bad6b
--- /dev/null
+++ b/docs/src/main/asciidoc/usecases/usecases.adoc
@@ -0,0 +1,27 @@
+= Apache Tamaya -- Collection of potential Use Cases
+:name: Tamaya
+:rootpackage: org.apache.tamaya
+:title: Apache Tamaya
+:revnumber: 0.1-SNAPSHOT
+:revremark: Incubator
+:revdate: November 2014
+:longversion: {revnumber} ({revremark}) {revdate}
+:authorinitials: OBF
+:author: Oliver B. Fischer
+:email: <pl...@apache.org>
+:source-highlighter: coderay
+:website: http://tamaya.incubator.apache.org/
+:toc:
+:toc-placement: manual
+:icons:
+:encoding: UTF-8
+:numbered:
+
+
+
+toc::[]
+
+
+== Use Cases for Java SE Environments
+
+include::se/simple-property-access.adoc[]