You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/07/16 19:55:26 UTC

svn commit: r422484 [1/5] - in /tapestry/tapestry4/trunk: ./ src/changes/ support/ tapestry-contrib/ tapestry-contrib/src/documentation/ tapestry-contrib/src/site/ tapestry-contrib/src/site/xdoc/ tapestry-contrib/src/site/xdoc/ComponentReference/

Author: jkuhnert
Date: Sun Jul 16 10:55:23 2006
New Revision: 422484

URL: http://svn.apache.org/viewvc?rev=422484&view=rev
Log:
More documentation conversion to maven2 

Added:
    tapestry/tapestry4/trunk/src/changes/
    tapestry/tapestry4/trunk/src/changes/changes.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/site.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/CheckboxGroup.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/ControlCheckbox.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/ControlledCheckbox.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/DumpObject.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/InspectorButton.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/MaskEdit.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/MultiplePropertySelection.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/Palette.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/SimpleTableColumnComponent.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/SimpleTableColumnFormComponent.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/Table.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/TableColumns.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/TableFormPages.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/TableFormRows.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/TablePages.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/TableRows.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/TableValues.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/TableView.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/Timeout.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/ComponentReference/XTile.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/index.xml   (with props)
Removed:
    tapestry/tapestry4/trunk/tapestry-contrib/build.xml
    tapestry/tapestry4/trunk/tapestry-contrib/src/documentation/
Modified:
    tapestry/tapestry4/trunk/pom.xml
    tapestry/tapestry4/trunk/support/build.xml

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?rev=422484&r1=422483&r2=422484&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Sun Jul 16 10:55:23 2006
@@ -296,6 +296,21 @@
                     </reportSet>
                 </reportSets>
             </plugin>
+            <!--
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changes-plugin</artifactId>
+                <version>2.0-beta-2-SNAPSHOT</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>changes-report</report>
+                            <report>jira-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            -->
         </plugins>
     </reporting>