You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/07/06 00:27:39 UTC

git commit: DELTASPIKE-221 rename README.txt -> README.md for markdown

Updated Branches:
  refs/heads/master eb1fc1948 -> 768710791


DELTASPIKE-221 rename README.txt -> README.md for markdown

txs to charles moulliard for catching


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

Branch: refs/heads/master
Commit: 7687107913a59b63d666994f160567f67a1c6b81
Parents: eb1fc19
Author: Mark Struberg <st...@apache.org>
Authored: Fri Jul 6 00:15:35 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Jul 6 00:15:35 2012 +0200

----------------------------------------------------------------------
 deltaspike/README.md  |   37 +++++++++++++++++++++++++++++++++++++
 deltaspike/README.txt |   37 -------------------------------------
 2 files changed, 37 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/76871079/deltaspike/README.md
----------------------------------------------------------------------
diff --git a/deltaspike/README.md b/deltaspike/README.md
new file mode 100644
index 0000000..2f533bd
--- /dev/null
+++ b/deltaspike/README.md
@@ -0,0 +1,37 @@
+About Apache DeltaSpike
+-----------------------
+Apache DeltaSpike is a CDI Extensions Project which contains
+the best mature features of JBoss Seam3, Apache MyFaces CODI
+and other CDI Extensions projects.
+
+
+License
+-------
+Apache DeltaSpike is licensed under ALv2.
+See the LICENSE file for the full license text.
+
+
+Building Apache DeltaSpike
+--------------------
+DeltaSpike is container agnostic. It just needs a working CDI container
+integration via Arquillian [1]. The different containers get activated
+via Maven Profiles. The following profiles exist so far:
+
+ * OWB
+ * Weld
+
+For building DeltaSpike with JBoss Weld [2] (Reference Implementation)
+invoke the following commandline:
+
+$> mvn clean install -PWeld
+
+For building DeltaSpike with Apache OpenWebBeans [3] execute the
+following command
+
+$> mvn clean install -POWB
+
+
+
+[1] http://www.jboss.org/arquillian
+[2] http://docs.jboss.org/weld/reference/1.1.0.Final/en-US/html/
+[3] http://openwebbeans.apache.org

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/76871079/deltaspike/README.txt
----------------------------------------------------------------------
diff --git a/deltaspike/README.txt b/deltaspike/README.txt
deleted file mode 100644
index 2f533bd..0000000
--- a/deltaspike/README.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-About Apache DeltaSpike
------------------------
-Apache DeltaSpike is a CDI Extensions Project which contains
-the best mature features of JBoss Seam3, Apache MyFaces CODI
-and other CDI Extensions projects.
-
-
-License
--------
-Apache DeltaSpike is licensed under ALv2.
-See the LICENSE file for the full license text.
-
-
-Building Apache DeltaSpike
---------------------
-DeltaSpike is container agnostic. It just needs a working CDI container
-integration via Arquillian [1]. The different containers get activated
-via Maven Profiles. The following profiles exist so far:
-
- * OWB
- * Weld
-
-For building DeltaSpike with JBoss Weld [2] (Reference Implementation)
-invoke the following commandline:
-
-$> mvn clean install -PWeld
-
-For building DeltaSpike with Apache OpenWebBeans [3] execute the
-following command
-
-$> mvn clean install -POWB
-
-
-
-[1] http://www.jboss.org/arquillian
-[2] http://docs.jboss.org/weld/reference/1.1.0.Final/en-US/html/
-[3] http://openwebbeans.apache.org