You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by al...@apache.org on 2010/08/14 01:39:24 UTC

svn commit: r985406 - in /myfaces/gsoc/html5-comp-lib/trunk: ./ html5-comp-lib-core/ html5-comp-lib-core/src/site/ src/ src/site/ src/site/apt/

Author: aliok
Date: Fri Aug 13 23:39:24 2010
New Revision: 985406

URL: http://svn.apache.org/viewvc?rev=985406&view=rev
Log:
Html5 - Moving project site to parent project

Added:
    myfaces/gsoc/html5-comp-lib/trunk/src/
    myfaces/gsoc/html5-comp-lib/trunk/src/site/
    myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/
    myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/building.apt
    myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/features.apt
    myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/gettingstarted.apt
    myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/index.apt
    myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/tutorial.apt
    myfaces/gsoc/html5-comp-lib/trunk/src/site/site.xml
Removed:
    myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/src/site/
Modified:
    myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml
    myfaces/gsoc/html5-comp-lib/trunk/pom.xml

Modified: myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml?rev=985406&r1=985405&r2=985406&view=diff
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml (original)
+++ myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml Fri Aug 13 23:39:24 2010
@@ -309,43 +309,8 @@
                 </execution>
             </executions>
           </plugin>
-              <plugin>
-              <artifactId>maven-site-plugin</artifactId>
-              <version>2.0-beta-6</version>
-            </plugin>
         </plugins>
       </build>
-        <reporting>
-            <plugins>
-              <plugin>
-                <!-- disable the plugin for this site project -->
-                <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.2</version>
-                <reportSets>
-                  <reportSet />
-                </reportSets>
-              </plugin>
-              <plugin>
-                <!-- disable the plugin for this site project -->
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>1.2</version>
-                <reportSets>
-                  <reportSet />
-                </reportSets>
-              </plugin>
-              <plugin>
-                <!-- disable the plugin for this site project -->
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jdepend-maven-plugin</artifactId>
-                <version>2.0-beta-1</version>
-                <reportSets>
-                  <reportSet />
-                </reportSets>
-              </plugin>
-            </plugins>
-            
-          </reporting>
     </profile>
     </profiles>
 

Modified: myfaces/gsoc/html5-comp-lib/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/pom.xml?rev=985406&r1=985405&r2=985406&view=diff
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/pom.xml (original)
+++ myfaces/gsoc/html5-comp-lib/trunk/pom.xml Fri Aug 13 23:39:24 2010
@@ -153,6 +153,55 @@
         </plugins>
     </build>
     
+    <profiles>
+            <profile>
+      <!--
+        - Whenever the facelets doc will be generated, need to use the command
+        -   mvn -Pgenerate-site install
+        -->
+      <id>generate-site</id>
+      <build>
+        <plugins>
+          <plugin>
+              <artifactId>maven-site-plugin</artifactId>
+              <version>2.0-beta-6</version>
+            </plugin>
+        </plugins>
+      </build>
+        <reporting>
+            <plugins>
+              <plugin>
+                <!-- disable the plugin for this site project -->
+                <artifactId>maven-pmd-plugin</artifactId>
+                <version>2.2</version>
+                <reportSets>
+                  <reportSet />
+                </reportSets>
+              </plugin>
+              <plugin>
+                <!-- disable the plugin for this site project -->
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>1.2</version>
+                <reportSets>
+                  <reportSet />
+                </reportSets>
+              </plugin>
+              <plugin>
+                <!-- disable the plugin for this site project -->
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+                <version>2.0-beta-1</version>
+                <reportSets>
+                  <reportSet />
+                </reportSets>
+              </plugin>
+            </plugins>
+            
+          </reporting>
+    </profile>
+    </profiles>
+    
     <properties>
         <shared-core-version>4.0.2</shared-core-version>
     </properties>

Added: myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/building.apt
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/building.apt?rev=985406&view=auto
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/building.apt (added)
+++ myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/building.apt Fri Aug 13 23:39:24 2010
@@ -0,0 +1,20 @@
+ ~~ 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.
+
+ ------
+ Building 
+ ------
+ 
+TBD
\ No newline at end of file

Added: myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/features.apt
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/features.apt?rev=985406&view=auto
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/features.apt (added)
+++ myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/features.apt Fri Aug 13 23:39:24 2010
@@ -0,0 +1,20 @@
+ ~~ 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.
+
+ ------
+ Features 
+ ------
+ 
+TBD
\ No newline at end of file

Added: myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/gettingstarted.apt
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/gettingstarted.apt?rev=985406&view=auto
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/gettingstarted.apt (added)
+++ myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/gettingstarted.apt Fri Aug 13 23:39:24 2010
@@ -0,0 +1,20 @@
+ ~~ 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.
+
+ ------
+ Getting Started 
+ ------
+ 
+TBD
\ No newline at end of file

Added: myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/index.apt?rev=985406&view=auto
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/index.apt (added)
+++ myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/index.apt Fri Aug 13 23:39:24 2010
@@ -0,0 +1,30 @@
+ ~~ 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.
+
+ ------
+ Overview 
+ ------
+ 
+Summary
+
+  TBD
+
+Introduction
+
+   TBD
+  
+Requirements
+
+  * TBD
\ No newline at end of file

Added: myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/tutorial.apt
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/tutorial.apt?rev=985406&view=auto
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/tutorial.apt (added)
+++ myfaces/gsoc/html5-comp-lib/trunk/src/site/apt/tutorial.apt Fri Aug 13 23:39:24 2010
@@ -0,0 +1,20 @@
+ ~~ 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.
+
+ ------
+ Tutorial 
+ ------
+ 
+TBD
\ No newline at end of file

Added: myfaces/gsoc/html5-comp-lib/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/src/site/site.xml?rev=985406&view=auto
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/src/site/site.xml (added)
+++ myfaces/gsoc/html5-comp-lib/trunk/src/site/site.xml Fri Aug 13 23:39:24 2010
@@ -0,0 +1,77 @@
+<?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.
+-->
+
+<!--
+  - Note regarding relative and absolute urls: each pom file has an optional
+  - <url> element. If specified, then any absolute url in this file which
+  - starts with the project's url is converted into a relative url. Other
+  - urls are left unaltered.
+  -->
+<project name="Html5 Support for Apache MyFaces 2">
+    <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="Html5 Support for Apache MyFaces" inherit="top">
+            <item name="Overview"       href="/index.html"/>
+            <item name="Building"       href="/building.html"/>
+            <item name="Features"       href="/features.html"/>
+        </menu>
+
+        <menu name="Documentation" inherit="top">
+            <item name="Getting Started"        href="/gettingstarted.html"/>
+            <item name="Tutorial"               href="/tutorial.html"/>
+            <item name="Facelets Tag Docs"      href="../../html5-comp-lib-core/target/site/tlddoc-facelets/index.html"/>
+        </menu>
+
+        <menu name="Project Documentation" inherit="top">
+            <item name="Mailing Lists"          href="/mail-lists.html"/>
+            <item name="Project License"        href="/license.html"/>
+            <item name="Project Summary"        href="/project-summary.html"/>
+            <item name="Source Repository"      href="/source-repository.html"/>
+        </menu>
+
+        <menu name="Foundation" inherit="top">
+            <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>