You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/04 06:30:47 UTC

svn commit: r711183 - in /myfaces/extensions/validator/branches/jsf_1.1: ./ component-support/generic-support/src/site/ component-support/generic-support/src/site/apt/ component-support/trinidad-support/src/site/ component-support/trinidad-support/src/...

Author: lu4242
Date: Mon Nov  3 21:30:46 2008
New Revision: 711183

URL: http://svn.apache.org/viewvc?rev=711183&view=rev
Log:
EXTVAL-3 initial project site setup

Added:
    myfaces/extensions/validator/branches/jsf_1.1/component-support/generic-support/src/site/
    myfaces/extensions/validator/branches/jsf_1.1/component-support/generic-support/src/site/apt/
    myfaces/extensions/validator/branches/jsf_1.1/component-support/generic-support/src/site/apt/index.apt
    myfaces/extensions/validator/branches/jsf_1.1/component-support/trinidad-support/src/site/
    myfaces/extensions/validator/branches/jsf_1.1/component-support/trinidad-support/src/site/apt/
    myfaces/extensions/validator/branches/jsf_1.1/component-support/trinidad-support/src/site/apt/index.apt
    myfaces/extensions/validator/branches/jsf_1.1/core/src/site/
    myfaces/extensions/validator/branches/jsf_1.1/core/src/site/apt/
    myfaces/extensions/validator/branches/jsf_1.1/core/src/site/apt/index.apt
    myfaces/extensions/validator/branches/jsf_1.1/parent/src/
    myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/
    myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/apt/
    myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/apt/index.apt
    myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/site.xml   (with props)
    myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/src/site/
    myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/src/site/apt/
    myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/src/site/apt/index.apt
Modified:
    myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml
    myfaces/extensions/validator/branches/jsf_1.1/pom.xml

Added: myfaces/extensions/validator/branches/jsf_1.1/component-support/generic-support/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/component-support/generic-support/src/site/apt/index.apt?rev=711183&view=auto
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/component-support/generic-support/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/branches/jsf_1.1/component-support/generic-support/src/site/apt/index.apt Mon Nov  3 21:30:46 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Extensions Validator Generic Support Module
+ ------
+
+Apache MyFaces Extensions Validator Generic Support Module Overview
+
+    Myfaces Extensions Validator Generic Support Module provides default support for jsf frameworks to use Myfaces Extensions Validator.
+  
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+  
+    

Added: myfaces/extensions/validator/branches/jsf_1.1/component-support/trinidad-support/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/component-support/trinidad-support/src/site/apt/index.apt?rev=711183&view=auto
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/component-support/trinidad-support/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/branches/jsf_1.1/component-support/trinidad-support/src/site/apt/index.apt Mon Nov  3 21:30:46 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Extensions Validator Trinidad Support Module
+ ------
+
+Apache MyFaces Extensions Validator Trinidad Support Module Overview
+
+    Myfaces Extensions Validator Trinidad Support Module provides trinidad support for use Myfaces Extensions Validator.
+  
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+  
+    

Added: myfaces/extensions/validator/branches/jsf_1.1/core/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/core/src/site/apt/index.apt?rev=711183&view=auto
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/core/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/branches/jsf_1.1/core/src/site/apt/index.apt Mon Nov  3 21:30:46 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Extensions Validator Core Module
+ ------
+
+Apache MyFaces Extensions Validator Core Module Overview
+
+    Myfaces Extensions Validator Core Module provides an stable api for add validation features to jsf applications.
+  
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+  
+    

Modified: myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml?rev=711183&r1=711182&r2=711183&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml (original)
+++ myfaces/extensions/validator/branches/jsf_1.1/parent/pom.xml Mon Nov  3 21:30:46 2008
@@ -37,6 +37,7 @@
     <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Extensions-Validator Project Parent</name>
+    <url>http://myfaces.apache.org/extensions/validator11</url>
 
     <issueManagement>
         <system>jira</system>
@@ -192,7 +193,7 @@
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>2.2</version>
                 <configuration>
-                    <configLocation>default/myfaces-checks-normal.xml</configLocation>
+                    <configLocation>default/myfaces-checks-standard.xml</configLocation>
                     <headerLocation>default/myfaces-header.txt</headerLocation>
                 </configuration>
             </plugin>
@@ -214,7 +215,7 @@
         </snapshotRepository>
         <site>
             <id>apache-site</id>
-            <url>scpexe://people.apache.org/www/myfaces.apache.org/extensions/validator</url>
+            <url>scpexe://people.apache.org/www/myfaces.apache.org/extensions/validator11</url>
         </site>
     </distributionManagement>
 

Added: myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/apt/index.apt?rev=711183&view=auto
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/apt/index.apt Mon Nov  3 21:30:46 2008
@@ -0,0 +1,8 @@
+ ------
+Overview
+ ------
+
+Apache Myfaces Extensions Validator for JSF 1.2
+
+  This project contains the artifacts compatible with jsf 1.2 for Myfaces Extensions Validator.
+

Added: myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/site.xml?rev=711183&view=auto
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/site.xml (added)
+++ myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/site.xml Mon Nov  3 21:30:46 2008
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * 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.
+-->
+
+<project name="Apache MyFaces Extensions Validator for JSF 1.1">
+  <bannerLeft>
+    <name>Apache MyFaces</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/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-SNAPSHOT</version>
+  </skin>
+
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org"/>
+      <item name="MyFaces" href="http://myfaces.apache.org/index.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="Myfaces Extensions Validator Main Site"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
+        <item name="Myfaces Extensions Validator for JSF 1.1"       href="http://myfaces.apache.org/extensions/validator11/index.html">
+              <item name="Myfaces ExtVal Core API"              href="http://myfaces.apache.org/extensions/validator11/myfaces-extval-core/index.html"/>
+              <item name="Myfaces ExtVal Generic Support"       href="http://myfaces.apache.org/extensions/validator11/component-support-modules-project/myfaces-extval-generic-support/index.html"/>
+              <item name="Myfaces ExtVal Trinidad Support"      href="http://myfaces.apache.org/extensions/validator11/component-support-modules-project/myfaces-extval-trinidad-support/index.html"/>
+              <item name="Myfaces ExtVal Property Validation"   href="http://myfaces.apache.org/extensions/validator11/validation-modules-project/myfaces-extval-property-validation/index.html"/>
+        </item>
+        <item name="Myfaces Extensions Validator for JSF 1.2"   href="http://myfaces.apache.org/extensions/validator12/index.html" collapse="true">
+            <item name="dummy"        href="dummy"/>
+        </item>
+    </menu>
+	
+    <menu name="Documentation">
+      <item name="About"         href="index.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>

Propchange: myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/extensions/validator/branches/jsf_1.1/parent/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/extensions/validator/branches/jsf_1.1/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/pom.xml?rev=711183&r1=711182&r2=711183&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/pom.xml (original)
+++ myfaces/extensions/validator/branches/jsf_1.1/pom.xml Mon Nov  3 21:30:46 2008
@@ -27,7 +27,16 @@
     <version>${build.version}</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Extensions-Validator Module</name>
-    <url>http://myfaces.apache.org/extensions/validator</url>
+    <url>http://myfaces.apache.org/extensions/validator11</url>
+
+    <!-- WARNING: DO NOT GENERATE SITE FROM HERE DIRECTLY
+    Since this project has an async release procedure (not
+    all modules should be released at once), the parent pom.xml 
+    is not this (there is a module for that). Use maven site 
+    plugin here cause problems when the site is generated.
+    The procedure must execute site commmand first on parent 
+    module and then on each module listed below. 
+     -->
 
     <modules>
         <module>parent</module>

Added: myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/src/site/apt/index.apt?rev=711183&view=auto
==============================================================================
--- myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/src/site/apt/index.apt (added)
+++ myfaces/extensions/validator/branches/jsf_1.1/validation-modules/property-validation/src/site/apt/index.apt Mon Nov  3 21:30:46 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Extensions Property Validation Module
+ ------
+
+Apache MyFaces Extensions Property Validation Module Overview
+
+    Myfaces Extensions Validator Property Validation provides validation using annotations on managed beans for jsf applications.
+  
+    Myfaces Extensions Validator comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but both packages are JDK 1.5 compatible.
+  
+  
+