Author: jkuhnert
Date: Mon May 28 09:53:24 2007
New Revision: 542275
URL: http://svn.apache.org/viewvc?view=rev&rev=542275
Log:
Added release notes page, removed old changes style report.
Added:
tapestry/tapestry4/trunk/src/site/xdoc/release-notes.xml (with props)
Removed:
tapestry/tapestry4/trunk/src/changes/
tapestry/tapestry4/trunk/src/site/xdoc/changes.xml
Modified:
tapestry/tapestry4/trunk/pom.xml
tapestry/tapestry4/trunk/src/site/site.xml
Modified: tapestry/tapestry4/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?view=diff&rev=542275&r1=542274&r2=542275
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Mon May 28 09:53:24 2007
@@ -405,24 +405,6 @@
</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>
- <configuration>
-
<filter>pid=10573&status=5&fixfor=12312202&sorter/field=issuekey&sorter/order=DESC</filter>
- <statusIds>Resolved,Closed</statusIds>
- <maxEntries>200</maxEntries>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.2-SNAPSHOT</version>
<configuration>
@@ -500,16 +482,17 @@
<name>OpenQA Maven Repository</name>
<url>http://maven.openqa.org/</url>
</repository>
+ <repository>
+ <id>opencomponentry.com</id>
+ <name>Open Componentry OGNL Repository</name>
+ <url>http://opencomponentry.com/repository/m2-snapshot-repo</url>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
- </pluginRepository>
- <pluginRepository>
- <id>opencomponentry.com</id>
- <url>http://opencomponentry.com/repository/m2-snapshot-repo</url>
</pluginRepository>
<pluginRepository>
<id>codehaus.org</id>
Modified: tapestry/tapestry4/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/site.xml?view=diff&rev=542275&r1=542274&r2=542275
==============================================================================
--- tapestry/tapestry4/trunk/src/site/site.xml (original)
+++ tapestry/tapestry4/trunk/src/site/site.xml Mon May 28 09:53:24 2007
@@ -42,6 +42,7 @@
<item name="Wiki" href="http://wiki.apache.org/tapestry/" />
<item name="FAQ"
href="http://tapestry.apache.org/tapestry4.1/faq.html" />
<item name="Demos"
href="http://tapestry.apache.org/tapestry4.1/demos.html" />
+ <item name="Release Notes" href="/release-notes.html" />
</menu>
<menu name="Documentation" >