You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/11/09 18:26:21 UTC

svn commit: r1033109 - in /myfaces/extensions/cdi/branches/prepare/0_9_0: pom.xml site/ src/ src/site/apt/index.apt src/site/apt/javadoc.apt src/site/site.xml

Author: jakobk
Date: Tue Nov  9 17:26:21 2010
New Revision: 1033109

URL: http://svn.apache.org/viewvc?rev=1033109&view=rev
Log:
refactor site

Added:
    myfaces/extensions/cdi/branches/prepare/0_9_0/src/
      - copied from r1033100, myfaces/extensions/cdi/branches/prepare/0_9_0/site/src/
Removed:
    myfaces/extensions/cdi/branches/prepare/0_9_0/site/
    myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/apt/javadoc.apt
Modified:
    myfaces/extensions/cdi/branches/prepare/0_9_0/pom.xml
    myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/apt/index.apt
    myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/site.xml

Modified: myfaces/extensions/cdi/branches/prepare/0_9_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/branches/prepare/0_9_0/pom.xml?rev=1033109&r1=1033108&r2=1033109&view=diff
==============================================================================
--- myfaces/extensions/cdi/branches/prepare/0_9_0/pom.xml (original)
+++ myfaces/extensions/cdi/branches/prepare/0_9_0/pom.xml Tue Nov  9 17:26:21 2010
@@ -70,7 +70,6 @@
     <inceptionYear>2010</inceptionYear>
 
     <modules>
-        <module>site</module>
         <module>maven-utils</module>
         <module>core</module>
         <module>jee-modules</module>

Modified: myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/apt/index.apt?rev=1033109&r1=1033100&r2=1033109&view=diff
==============================================================================
--- myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/apt/index.apt (original)
+++ myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/apt/index.apt Tue Nov  9 17:26:21 2010
@@ -1,7 +1,18 @@
  ------
-Overview
+ Myfaces CODI
  ------
 
-Apache MyFaces Extensions CDI for JSF 1.2
+Description
 
-  Apache MyFaces Extensions CDI provides versions for JSF 1.2+
+  MyFaces CODI is your best friend for CDI based projects.
+
+  The Apache MyFaces Extensions CDI project (aka CODI) hosts portable extensions for Contexts
+  and Dependency Injection (CDI - JSR 299) for the Java-Platform (SE and EE). CODI is a toolbox
+  for your CDI application (it provides advanced and convenient features e.g. for JSF and Bean-Validation).
+  Like CDI itself CODI is focused on type-safety. It is a modularized and extensible framework.
+  So itÕs easy to choose the needed parts to facilitate the daily work in your project.
+
+  The main focus is to provide superior tools which will support you on solving your daily needs of software
+  development with CDI, JSF, BV and JPA. However, you will also find modules which are independent of JSF as
+  well as modules which improve the compatibility with other MyFaces frameworks like MyFaces ExtVal. Maybe
+  the most important feature of MyFaces CODI is that it allows you to build a concise and efficient application-architecture.

Modified: myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/site.xml?rev=1033109&r1=1033100&r2=1033109&view=diff
==============================================================================
--- myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/site.xml (original)
+++ myfaces/extensions/cdi/branches/prepare/0_9_0/src/site/site.xml Tue Nov  9 17:26:21 2010
@@ -16,63 +16,54 @@
  * limitations under the License.
 -->
 
-<project name="Apache MyFaces Extensions Validator">
-  <bannerLeft>
-    <name>Apache MyFaces ExtVal</name>
-    <src>images/extval_logo.png</src>
-    <href>http://myfaces.apache.org/extensions/validator/index.html</href>
-  </bannerLeft>
-
-  <bannerRight>
-    <name>Apache MyFaces</name>
-    <src>img/banners/MyFaces_logo.jpg</src>
-    <href>http://myfaces.apache.org/index.html</href>
-  </bannerRight>
-
-  <publishDate format="dd MMM yyyy"/>
-
-  <skin>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <artifactId>myfaces-site-skin</artifactId>
-    <version>1-SNAPSHOT</version>
-  </skin>
-
-  <body>
-    <links>
-      <item name="Apache" href="http://www.apache.org"/>
-      <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
-      <item name="Download Myfaces ExtVal" href="http://myfaces.apache.org/extensions/validator/download.html"/>
-    </links>
-
-    <menu name="Apache MyFaces" inherit="top">
-      <item name="Overview"       href="http://myfaces.apache.org/index.html"/>
-      <item name="Download"       href="http://myfaces.apache.org/download.html"/>
-    </menu>
-
-    <menu name="Contents" inherit="top">
-        <item name="Main Site"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
-        <item name="ExtVal for JSF 1.1"       href="http://myfaces.apache.org/extensions/validator11/index.html" collapse="true">
-            <item name="dummy"        href="dummy"/>
-        </item>
-        <item name="ExtVal for JSF 1.2"   href="http://myfaces.apache.org/extensions/validator12/index.html">
-              <item name="Core Module"           href="http://myfaces.apache.org/extensions/validator12/myfaces-extval-core/index.html"/>
-              <item name="Property Validation"   href="http://myfaces.apache.org/extensions/validator12/validation-modules-project/myfaces-extval-property-validation/index.html"/>
-              <item name="Trinidad Support"      href="http://myfaces.apache.org/extensions/validator12/component-support-modules-project/myfaces-extval-trinidad-support/index.html"/>
-              <item name="Generic Support"       href="http://myfaces.apache.org/extensions/validator12/component-support-modules-project/myfaces-extval-generic-support/index.html"/>
-        </item>
-    </menu>
-	
-    <menu name="Documentation">
-      <item name="Wiki"         href="http://wiki.apache.org/myfaces/Extensions/Validator/"/>
-      <item name="Javadoc"      href="http://myfaces.apache.org/extensions/validator12/javadoc.html"/>
-    </menu>
-
-    <menu ref="reports"/>
-
-    <menu name="Foundation" inherit="bottom">
-      <item name="ASF"            href="http://www.apache.org/" />
-      <item name="Sponsorship"    href="http://www.apache.org/foundation/sponsorship.html" />
-      <item name="Thanks"         href="http://www.apache.org/foundation/thanks.html" />
-    </menu>
-  </body>
+<project name="Apache MyFaces Extensions CDI">
+    
+    <bannerLeft>
+        <name>Apache MyFaces CODI</name>
+        <src>img/banners/MyFaces_logo.jpg</src>
+        <href>http://myfaces.apache.org/extensions/cdi/index.html</href>
+    </bannerLeft>
+
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>img/banners/apache_banner.png</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+
+    <publishDate format="dd MMM yyyy" />
+
+    <skin>
+        <groupId>org.apache.myfaces.maven</groupId>
+        <artifactId>myfaces-site-skin</artifactId>
+        <version>1</version>
+    </skin>
+
+    <body>
+        <links>
+            <item name="Apache" href="http://www.apache.org"/>
+            <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
+            <item name="Download Myfaces ExtVal" href="http://myfaces.apache.org/extensions/validator/download.html"/>
+        </links>
+
+        <menu name="Apache MyFaces" inherit="top">
+            <item name="Overview" href="http://myfaces.apache.org/index.html"/>
+            <item name="Download" href="http://myfaces.apache.org/download.html"/>
+        </menu>
+
+        <menu name="Contents" inherit="top">
+            <item name="Main Site" href="http://myfaces.apache.org/extensions/cdi/index.html"/>
+        </menu>
+
+        <menu name="Documentation">
+            <item name="Wiki" href="https://cwiki.apache.org/confluence/display/EXTCDI/Index"/>
+        </menu>
+
+        <menu ref="reports"/>
+
+        <menu name="Foundation" inherit="bottom">
+          <item name="ASF"            href="http://www.apache.org/" />
+          <item name="Sponsorship"    href="http://www.apache.org/foundation/sponsorship.html" />
+          <item name="Thanks"         href="http://www.apache.org/foundation/thanks.html" />
+        </menu>
+    </body>
 </project>