Author: brett
Date: Mon Mar 14 21:50:06 2005
New Revision: 157521
URL: http://svn.apache.org/viewcvs?view=rev&rev=157521
Log:
title changes
Modified:
maven/maven-1/core/trunk/xdocs/using/jar.xml
maven/maven-1/core/trunk/xdocs/using/multiproject.xml
maven/maven-1/core/trunk/xdocs/using/war.xml
Modified: maven/maven-1/core/trunk/xdocs/using/jar.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/jar.xml?view=diff&r1=157520&r2=157521
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/jar.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/jar.xml Mon Mar 14 21:50:06 2005
@@ -20,12 +20,12 @@
<document>
<properties>
- <title>Working with JARs</title>
+ <title>Building JARs</title>
<author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
- <section name="Working with JARs">
+ <section name="Building JARs">
<p>
Building a JAR with Maven is one of the simplest uses, and it is the
default project that Maven
will build.
Modified: maven/maven-1/core/trunk/xdocs/using/multiproject.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/multiproject.xml?view=diff&r1=157520&r2=157521
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/multiproject.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/multiproject.xml Mon Mar 14 21:50:06
2005
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,9 @@
<document>
<properties>
- <title>Site Navigation</title>
+ <title>Multiple Modules</title>
<author email="[EMAIL PROTECTED]">Ben Walding</author>
+ <author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
Modified: maven/maven-1/core/trunk/xdocs/using/war.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/war.xml?view=diff&r1=157520&r2=157521
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/war.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/war.xml Mon Mar 14 21:50:06 2005
@@ -20,12 +20,12 @@
<document>
<properties>
- <title>Working with Web Applications</title>
+ <title>Web Applications</title>
<author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
- <section name="Working with Web Applications">
+ <section name="Web Applications">
<!-- TODO -->
<p>...</p>
<!-- from wiki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]