Author: rwinston
Date: Sat Sep  2 04:50:23 2006
New Revision: 439577

URL: http://svn.apache.org/viewvc?rev=439577&view=rev
Log:
Remove top-level xdocs and fix reference to changes.xml

Removed:
    jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/
Modified:
    jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml

Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml?rev=439577&r1=439576&r2=439577&view=diff
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml (original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml Sat Sep  2 
04:50:23 2006
@@ -19,18 +19,18 @@
 
        <name>Jakarta Commons Net</name>
        <groupId>commons-net</groupId>
-    <artifactId>commons-net</artifactId>
+       <artifactId>commons-net</artifactId>
        <version>2.0.0-SNAPSHOT</version>
        <inceptionYear>1997</inceptionYear>
        <description>Jakarta Commons Net</description>
-       
+
        <pluginRepositories>
-    <pluginRepository>
-      <id>snapshots</id>
-      <url>http://people.apache.org/maven-snapshot-repository/</url>
-    </pluginRepository>
-       </pluginRepositories>
-  
+               <pluginRepository>
+                       <id>snapshots</id>
+                       
<url>http://people.apache.org/maven-snapshot-repository/</url>
+               </pluginRepository>
+       </pluginRepositories>
+
        
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
 
        <organization>
@@ -49,30 +49,30 @@
        <issueManagement>
                <url>https://issues.apache.org/jira/browse/NET</url>
        </issueManagement>
-       
+
        <distributionManagement>
-    <site>
-      <id>website</id>
-      <name>Apache Website</name>
-      
<url>scp://people.apache.org/www/jakarta.apache.org/commons/proper/net/</url>
-    </site>
-  </distributionManagement>
-  
-  <repositories>
-       <repository>
-               <id>jakarta</id>
-               
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</url>
-       </repository>
-  </repositories>
-  
-  <dependencies>
-       <dependency>
-               <groupId>junit</groupId>
-               <artifactId>junit</artifactId>
-               <version>3.8.1</version>
-               <scope>test</scope>
-       </dependency>
-  </dependencies>
+               <site>
+                       <id>website</id>
+                       <name>Apache Website</name>
+                       
<url>scp://people.apache.org/www/jakarta.apache.org/commons/proper/net/</url>
+               </site>
+       </distributionManagement>
+
+       <repositories>
+               <repository>
+                       <id>jakarta</id>
+                       
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</url>
+               </repository>
+       </repositories>
+
+       <dependencies>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.1</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
 
        <mailingLists>
                <mailingList>
@@ -113,7 +113,7 @@
                        <id>dfs</id>
                        <email>dfs -> apache.org</email>
                        <organization>
-                       &lt;a href="http://www.savarese.com/"&gt;Savarese 
Software Research&lt;/a&gt;
+                               &lt;a 
href="http://www.savarese.com/"&gt;Savarese Software Research&lt;/a&gt;
                        </organization>
                </developer>
                <developer>
@@ -147,13 +147,13 @@
                        <email>[EMAIL PROTECTED]</email>
                </contributor>
        </contributors>
-       
+
        <scm>
-       
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</developerConnection>
-       <url>http://svn.apache.org/viewvc/jakarta/commons/proper/net/trunk</url>
-       </scm>
-  
+               
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</developerConnection>
+               
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/net/trunk</url>
+       </scm>
+
        <build>
 
                <plugins>
@@ -166,45 +166,45 @@
                                        <target>1.5</target>
                                </configuration>
                        </plugin>
-                       
-               <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-surefire-plugin</artifactId>
-               <configuration>
-                       <excludes>
-                       <exclude>**/*FunctionalTest.java</exclude>
-                                       
<exclude>**/TestSetupParameters.java</exclude>
-                                       <exclude>**/*POP3*.java</exclude>
-                       </excludes>
-               </configuration>
-       </plugin>
-               
-               <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <configuration>
-              <tasks>
-                     <jar destfile="target/commons-net-ftp-${version}.jar">
-                       <fileset dir="target/classes" 
-                               
includes="org/apache/commons/net/ftp/**,org/apache/commons/net/*,org/apache/commons/net/io/*,org/apache/commons/net/util/*"/>
-                       <fileset dir="${basedir}" includes="LICENSE.txt"/>
-                       <manifest>
-                               <attribute name="Implementation-Vendor" 
value="Apache Software Foundation"/>
-                       </manifest>
-                               </jar>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-               
+
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <excludes>
+                                               
<exclude>**/*FunctionalTest.java</exclude>
+                                               
<exclude>**/TestSetupParameters.java</exclude>
+                                               
<exclude>**/*POP3*.java</exclude>
+                                       </excludes>
+                               </configuration>
+                       </plugin>
+
+                       <plugin>
+                               <artifactId>maven-antrun-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <phase>package</phase>
+                                               <configuration>
+                                                       <tasks>
+                                                               <jar 
destfile="target/commons-net-ftp-${version}.jar">
+                                                                       
<fileset dir="target/classes" 
+                                                                               
includes="org/apache/commons/net/ftp/**,org/apache/commons/net/*,org/apache/commons/net/io/*,org/apache/commons/net/util/*"/>
+                                                                       
<fileset dir="${basedir}" includes="LICENSE.txt"/>
+                                                                       
<manifest>
+                                                                               
<attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
+                                                                       
</manifest>
+                                                               </jar>
+                                                       </tasks>
+                                               </configuration>
+                                               <goals>
+                                                       <goal>run</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+
                </plugins>
-               
+
                <resources>
                        <resource>
                                <directory>${basedir}</directory>
@@ -216,35 +216,36 @@
                </resources>
 
                <testResources>
-               <testResource>
-                       <directory>${basedir}</directory>
-                       <includes>
-                               <include>**/*Test.java</include>
-                       </includes>
-               </testResource>
+                       <testResource>
+                               <directory>${basedir}</directory>
+                               <includes>
+                                       <include>**/*Test.java</include>
+                               </includes>
+                       </testResource>
                </testResources>
 
        </build>
-       
-        <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <configuration>
-          <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
-          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>changes-report</report>
-              <report>jira-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
+
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-changes-plugin</artifactId>
+                               <configuration>
+                                       
<xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
+                                       
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+                               </configuration>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       
<report>changes-report</report>
+                                                       
<report>jira-report</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                       </plugin>
+               </plugins>
+       </reporting>
 
 </project>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to