Author: carnold
Date: Wed Aug 29 14:35:54 2007
New Revision: 570938
URL: http://svn.apache.org/viewvc?rev=570938&view=rev
Log:
Update pom for site deploy, log4j 1.2.15 release
Modified:
logging/chainsaw/trunk/pom.xml
logging/chainsaw/trunk/src/site/apt/download.apt
logging/chainsaw/trunk/src/site/site.xml
Modified: logging/chainsaw/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?rev=570938&r1=570937&r2=570938&view=diff
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Wed Aug 29 14:35:54 2007
@@ -13,7 +13,7 @@
</issueManagement>
<ciManagement>
<system>Gump</system>
-
<url>http://vmgump.apache.org/gump/public/logging-log4j-chainsaw/logging-log4j-chainsaw/index.html</url>
+
<url>http://vmgump.apache.org/gump/public/logging-chainsaw/logging-log4j-chainsaw/index.html</url>
</ciManagement>
<mailingLists>
<mailingList>
@@ -122,20 +122,20 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
- <id>untag-site</id>
<phase>site</phase>
+ <id>untag-site</id>
+ <configuration>
+ <tasks>
+ <taskdef name="replaceregexp"
classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
+ <replaceregexp file="target/site/source-repository.html"
match="/tags/[^ ]*" replace="/trunk" flags="g" />
+ <replaceregexp match="-- Generated by (.*) on .*--"
replace="-- Generated by \1 --" flags="g">
+ <fileset dir="target/site/apidocs"
includes="**/*.html" />
+ </replaceregexp>
+ </tasks>
+ </configuration>
<goals>
<goal>run</goal>
</goals>
- <configuration>
- <tasks>
- <taskdef />
- <replaceregexp />
- <replaceregexp>
- <fileset />
- </replaceregexp>
- </tasks>
- </configuration>
</execution>
<execution>
<id>post-site</id>
@@ -145,7 +145,7 @@
</goals>
<configuration>
<tasks>
- <ant />
+ <ant target="post-site"/>
</tasks>
</configuration>
</execution>
@@ -157,7 +157,7 @@
</goals>
<configuration>
<tasks>
- <ant />
+ <ant target="site-deploy"/>
</tasks>
</configuration>
</execution>
@@ -300,33 +300,23 @@
<dependencies>
<dependency>
<groupId>log4j</groupId>
- <artifactId>apache-log4j-component</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>apache-log4j-filters</artifactId>
+ <artifactId>apache-log4j-extras</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>apache-log4j-receivers</artifactId>
- <version>1.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>apache-log4j-pattern-layout</artifactId>
- <version>1.0</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>apache-log4j-zeroconf</artifactId>
- <version>1.0</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.15-SNAPSHOT</version>
+ <version>1.2.15</version>
</dependency>
<dependency>
<groupId>xstream</groupId>
Modified: logging/chainsaw/trunk/src/site/apt/download.apt
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/site/apt/download.apt?rev=570938&r1=570937&r2=570938&view=diff
==============================================================================
--- logging/chainsaw/trunk/src/site/apt/download.apt (original)
+++ logging/chainsaw/trunk/src/site/apt/download.apt Wed Aug 29 14:35:54 2007
@@ -14,6 +14,8 @@
~~ limitations under the License.
Download
+ Latest Development Build: Date: 2006-03-02 (SVN tag 'release_20060302')
+
*
{{{http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp}Java
Web Start}}
*
{{{http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw.dmg}OSX}} -
.dmg bundled distribution. Drag to your /Applications folder
Modified: logging/chainsaw/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/site/site.xml?rev=570938&r1=570937&r2=570938&view=diff
==============================================================================
--- logging/chainsaw/trunk/src/site/site.xml (original)
+++ logging/chainsaw/trunk/src/site/site.xml Wed Aug 29 14:35:54 2007
@@ -31,7 +31,6 @@
<breadcrumbs>
<item name="Apache" href="http://www.apache.org/" />
<item name="Logging Services" href="http://logging.apache.org" />
- <item name="log4j" href="http://logging.apache.org/log4j" />
<item name="Chainsaw" href="http://logging.apache.org:80/chainsaw" />
</breadcrumbs>
@@ -39,14 +38,13 @@
<item name="Download" href="/download.html"/>
<item name="Changes" href="/changes-report.html"/>
<item name="License" href="/license.html"/>
- <item name="Important Distribution Notes"
href="distributionnotes.html" />
+ <item name="Important Distribution Notes"
href="/distributionnotes.html" />
</menu>
<menu name="About Chainsaw">
- <item name="Introduction" href="index.html"/>
- <item name="Download" href="download.html"/>
- <item name="Quick Tour" href="quicktour.html" />
- <item name="Zeroconf" href="zeroconf.html" />
+ <item name="Introduction" href="/index.html"/>
+ <item name="Quick Tour" href="/quicktour.html" />
+ <item name="Zeroconf" href="/zeroconf.html" />
<item name="Roadmap" href="/roadmap.html"/>
<item name="JavaDoc" href="/apidocs/index.html"/>
</menu>
@@ -64,6 +62,13 @@
<item name="Duplication" href="/cpd.html"/>
<item name="PMD" href="/pmd.html"/>
</menu>
- <menu ref="reports"/>
+
+ <menu name="Apache">
+ <item name="Home" 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"/>
+ <item name="Conferences" href="http://www.apachecon.com"/>
+ </menu>
+
</body>
-</project>
\ No newline at end of file
+</project>