Author: niallp
Date: Tue Mar 16 13:51:16 2010
New Revision: 923742
URL: http://svn.apache.org/viewvc?rev=923742&view=rev
Log:
Move changes.xml to default location
Added:
commons/proper/net/branches/NET_2_0/src/changes/
commons/proper/net/branches/NET_2_0/src/changes/changes.xml
- copied unchanged from r923740,
commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml
Removed:
commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml
Modified:
commons/proper/net/branches/NET_2_0/pom.xml
Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=923742&r1=923741&r2=923742&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Tue Mar 16 13:51:16 2010
@@ -244,7 +244,6 @@ limitations under the License.
<artifactId>maven-changes-plugin</artifactId>
<version>2.3</version>
<configuration>
-
<xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
</configuration>
<reportSets>