You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by dd...@apache.org on 2007/03/10 22:41:17 UTC

svn commit: r516789 - in /tiles/site: pom.xml src/site/xdoc/index.xml

Author: ddewolf
Date: Sat Mar 10 13:41:16 2007
New Revision: 516789

URL: http://svn.apache.org/viewvc?view=rev&rev=516789
Log:
Updating site for release

Modified:
    tiles/site/pom.xml
    tiles/site/src/site/xdoc/index.xml

Modified: tiles/site/pom.xml
URL: http://svn.apache.org/viewvc/tiles/site/pom.xml?view=diff&rev=516789&r1=516788&r2=516789
==============================================================================
--- tiles/site/pom.xml (original)
+++ tiles/site/pom.xml Sat Mar 10 13:41:16 2007
@@ -40,12 +40,12 @@
     <packaging>pom</packaging>
     <name>Apache Tiles</name>
     <description>
-       Tiles allows authors to define page fragements which can be assembled
-       into a complete page at runtime.  These fragments, or tiles, can be used
-       as simple includes in order to reduce the duplication of common page
-       elements or embeded within other tiles to develop a series of reusable
-       templates. These templates streamline the development of a consistent
-       look and feel across an entire application.
+        Tiles allows authors to define page fragements which can be assembled
+        into a complete page at runtime. These fragments, or tiles, can be used
+        as simple includes in order to reduce the duplication of common page
+        elements or embeded within other tiles to develop a series of reusable
+        templates. These templates streamline the development of a consistent
+        look and feel across an entire application.
     </description>
 
     <scm>
@@ -56,38 +56,46 @@
 
     <ciManagement/>
 
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <url>scp://people.apache.org/www/tiles.apache.org</url>
+        </site>
+    </distributionManagement>
+
     <build>
         <plugins>
-          <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
                         <id>get-dtds</id>
                         <phase>site</phase>
                         <configuration>
-                          <tasks>
-                            <mkdir dir="${project.build.directory}/site/dtds"/>
-                            <get src="http://svn.apache.org/repos/asf/tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_0.dtd"
-                                 dest="${project.build.directory}/site/dtds/tiles-config_2_0.dtd"
-                                 verbose="true"
-                                 ignoreerrors="true"/>
-                          </tasks>
-                       </configuration>
-                       <goals>
-                         <goal>run</goal>
-                       </goals>
+                            <tasks>
+                                <mkdir dir="${project.build.directory}/site/dtds"/>
+                                <get
+                                    src="http://svn.apache.org/repos/asf/tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_0.dtd"
+                                    dest="${project.build.directory}/site/dtds/tiles-config_2_0.dtd"
+                                    verbose="true"
+                                    ignoreerrors="true"/>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
                     </execution>
                 </executions>
             </plugin>
         </plugins>
-        
+
         <pluginManagement>
             <plugins>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
                     <version>2.0-beta-4</version>
                 </plugin>
-          </plugins>
+            </plugins>
         </pluginManagement>
 
         <defaultGoal>site</defaultGoal>
@@ -130,7 +138,7 @@
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
                 <configuration>
-                  <targetJdk>1.5</targetJdk>
+                    <targetJdk>1.5</targetJdk>
                 </configuration>
             </plugin>
             <plugin>

Modified: tiles/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tiles/site/src/site/xdoc/index.xml?view=diff&rev=516789&r1=516788&r2=516789
==============================================================================
--- tiles/site/src/site/xdoc/index.xml (original)
+++ tiles/site/src/site/xdoc/index.xml Sat Mar 10 13:41:16 2007
@@ -33,12 +33,12 @@
 
         <div id="downloadbox">
           <h5>Get Tiles</h5>
-          <span style="display: block; text-align: right; font-size: smaller">Released: Feb x, 2007</span>
+          <span style="display: block; text-align: right; font-size: smaller">Released: Feb 28, 2007</span>
           <p><a href="download.html">
                <img valign="top" src="images/folder-open.gif" border="0" alt="" title="download"></img>
-               Tiles 2.0.0
+               Tiles 2.0.1
              </a>
-             <small>(x.xKb)</small>
+             <small>(886Kb)</small>
              <span style="font-size: smaller">
              <ul>
               <li><a href="download.html">Download</a></li>
@@ -66,6 +66,7 @@
             </span>
           </p>
         </div>
+        -->
 
         <p><strong><a href="http://tiles.apache.org">Apache Tiles</a></strong>
         is a templating framework built to simplfy the development of web