- Revision
- 159
- Author
- paul
- Date
- 2007-06-19 02:28:23 -0500 (Tue, 19 Jun 2007)
Log Message
more
Modified Paths
Added Paths
- trunk/distribution2/src/content/website.xml
- trunk/distribution2/src/templates/css/
- trunk/distribution2/src/templates/images/
Diff
Modified: trunk/distribution2/pom.xml (158 => 159)
--- trunk/distribution2/pom.xml 2007-06-19 07:02:15 UTC (rev 158) +++ trunk/distribution2/pom.xml 2007-06-19 07:28:23 UTC (rev 159) @@ -36,7 +36,7 @@ <goal>unpack</goal> </goals> <configuration> - <outputDirectory>${project.build.directory}/site/javadoc</outputDirectory> + <outputDirectory>${project.build.directory}/xsite/javadoc</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> <artifactItems> @@ -101,12 +101,4 @@ </plugins> </build> - <!-- Site URL set here in this pom.xml (not its parent) in order for the site to be deployed correctly --> - <distributionManagement> - <site> - <id>codehaus.org</id> - <url>dav:https://dav.codehaus.org/waffle/</url> - </site> - </distributionManagement> - </project> \ No newline at end of file
Added: trunk/distribution2/src/content/website.xml (0 => 159)
--- trunk/distribution2/src/content/website.xml (rev 0) +++ trunk/distribution2/src/content/website.xml 2007-06-19 07:28:23 UTC (rev 159) @@ -0,0 +1,52 @@ +<sitemap> + <section> + <name>Overview</name> + <page>index.html</page> + <link title="Why">why.html</link> + <link title="JavaDoc">javadoc/index.html</link> + </section> + <section> + <name>About Waffle</name> + <page>list-dev.html</page> + <page>team.html</page> + <page>repository.html</page> + </section> + <page>action-controllers.html</page> + <page>action-methods.html</page> + <page>interceptors.html</page> + <page>i18n.html</page> + <page>registrar.html</page> + <page>views.html</page> + <page>pluggable.html</page> + <page>binding-validation.html</page> + <page>lifecycle.html</page> + <page>ajax.html</page> + <page>webxml.html</page> + <page>application-structure.html</page> + </section> + <section> + <name>Examples</name> + <page>examples.html</page> + <page>helloworld.html</page> + <page>simple-calculator.html</page> + </section> + <section> + <name>Taglib</name> + <page>taglib/index.html</page> + <page>taglib/button.html</page> + <page>taglib/text.html</page> + <page>taglib/submit.html</page> + <page>taglib/hidden.html</page> + </section> + <section> + <name>Misc...</name> + <link title="Javadoc">javadoc/index.html</page> + <page>testing.html</page> + <page>best-practices.html</page> + </section> + <section> + <name>Development Tools</name> + <link title="Source Repository">https://svn.codehaus.org/waffle/trunk/</link> + <link title="Download">http://repository.codehaus.org/org/codehaus/waffle</link> + </section> +</sitemap> \ No newline at end of file
Copied: trunk/distribution2/src/templates/css (from rev 154, trunk/distribution/src/site/resources/css) ( => )
Copied: trunk/distribution2/src/templates/images (from rev 154, trunk/distribution/src/site/resources/images)
To unsubscribe from this list please visit:
