Author: niallp
Date: Sun Mar  2 17:35:30 2008
New Revision: 632914

URL: http://svn.apache.org/viewvc?rev=632914&view=rev
Log:
Remove tabs - no real changes - step 1) to make the trunk and branch consistent 
so that its easier to port changes

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=632914&r1=632913&r2=632914&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Sun Mar  2 17:35:30 2008
@@ -16,222 +16,222 @@
 limitations under the License.
 -->
 <project>
-       <modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-       <name>Commons Net</name>
-       <groupId>commons-net</groupId>
-       <artifactId>commons-net</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
-       <inceptionYear>1997</inceptionYear>
-       <description>Commons Net</description>
-
-       <parent>
-               <groupId>org.apache.commons</groupId>
-               <artifactId>commons-parent</artifactId>
-               <version>7</version>
-       </parent>
-       
-       <url>http://jakarta.apache.org/commons/net/</url>
-
-       <issueManagement>
-               <url>https://issues.apache.org/jira/browse/NET</url>
-       </issueManagement>
-
-       <distributionManagement>
-               <site>
-                       <id>taging</id>
-                       <name>Apache Website</name>
-                       
<url>scp://people.apache.org/~rwinston/release/net/</url>
-               </site>
-       </distributionManagement>
-
-
-       <dependencies>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>3.8.1</version>
-                       <scope>test</scope>
-               </dependency>
-       </dependencies>
-
-       <developers>
-               <developer>
-                       <name>Jeffrey D. Brekke</name>
-                       <id>brekke</id>
-                       <email>[EMAIL PROTECTED]</email>
-                       <organization>Quad/Graphics, Inc.</organization>
-               </developer>
-               <developer>
-                       <name>Steve Cohen</name>
-                       <id>scohen</id>
-                       <email>[EMAIL PROTECTED]</email>
-                       <organization>javactivity.org</organization>
-               </developer>
-               <developer>
-                       <name>Bruno D'Avanzo</name>
-                       <id>brudav</id>
-                       <email>[EMAIL PROTECTED]</email>
-                       <organization>Hewlett-Packard</organization>
-               </developer>
-               <developer>
-                       <name>Daniel F. Savarese</name>
-                       <id>dfs</id>
-                       <email>dfs -> apache.org</email>
-                       <organization>
-                               &lt;a 
href="http://www.savarese.com/"&gt;Savarese Software Research&lt;/a&gt;
-                       </organization>
-               </developer>
-               <developer>
-                       <name>Rory Winston</name>
-                       <id>rwinston</id>
-                       <email>[EMAIL PROTECTED]</email>
-                       <organization></organization>
-               </developer>
-       </developers>
-
-       <contributors>
-               <contributor>
-                       <name>Rob Hasselbaum</name>
-                       <email>rhasselbaum -> alumni.ithaca.edu</email>
-               </contributor>
-               <contributor>
-                       <name>Mario Ivankovits</name>
-                       <email>[EMAIL PROTECTED]</email>
-               </contributor>
-               <contributor>
-                       <name>Tapan Karecha</name>
-                       <email>[EMAIL PROTECTED]</email>
-               </contributor>
-               <contributor>
-                       <name>Winston Ojeda</name>
-                       <email>[EMAIL PROTECTED]</email>
-                       <organization>Quad/Graphics, Inc.</organization>
-               </contributor>
-               <contributor>
-                       <name>Ted Wise</name>
-                       <email>[EMAIL PROTECTED]</email>
-               </contributor>
-       </contributors>
-
-       <scm>
-               
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</connection>
-               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</developerConnection>
-               
<url>http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0</url>
-       </scm>
-
-       <properties>
-               <maven.compile.source>1.5</maven.compile.source>
-               <maven.compile.target>1.5</maven.compile.target>
-       </properties> 
-
-       <build>
-
-               <plugins>
-
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <version>2.4</version>
-                               <configuration>
-                                       <excludes>
-                                               
<exclude>**/*FunctionalTest.java</exclude>
-                                               
<exclude>**/TestSetupParameters.java</exclude>
-                                               
<exclude>**/*POP3*.java</exclude>
-                                       </excludes>
-                               </configuration>
-                       </plugin>
-
-                       <plugin>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <descriptors>
-                                               
<descriptor>assembly-src.xml</descriptor>
-                                               
<descriptor>assembly-bin.xml</descriptor>
-                                       </descriptors>
-                                       <tarLongFileMode>gnu</tarLongFileMode>
-                               </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="NOTICE.txt"/>
-                                                                       
<fileset dir="${basedir}" includes="LICENSE.txt"/>
-                                                                       
<manifest>
-                                                                               
<attribute name="Extension-Name" value="org.apache.commons.net"/>
-                                                                               
<attribute name="Specification-Title" value="Commons Net"/>
-                                                                               
<attribute name="Implmentation-Title" value="Commons Net"/>
-                                                                               
<attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
-                                                                               
<attribute name="Implementation-Version" value="${version}"/>
-                                                                               
<attribute name="Implementation-Vendor-Id" value="org.apache"/>
-
-
-
-                                                                       
</manifest>
-                                                               </jar>
-                                                       </tasks>
-                                               </configuration>
-                                               <goals>
-                                                       <goal>run</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-
-               </plugins>
-
-               <resources>
-                       <resource>
-                               <directory>${basedir}</directory>
-                               <targetPath>META-INF</targetPath>
-                               <includes>
-                                       <include>NOTICE.txt</include>
-                                       <include>LICENSE.txt</include>
-                               </includes>
-                       </resource>
-               </resources>
-
-               <testResources>
-                       <testResource>
-                               <directory>${basedir}/src/test/java</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}/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>
+    <name>Commons Net</name>
+    <groupId>commons-net</groupId>
+    <artifactId>commons-net</artifactId>
+    <version>2.0.0-SNAPSHOT</version>
+    <inceptionYear>1997</inceptionYear>
+    <description>Commons Net</description>
+
+    <parent>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-parent</artifactId>
+        <version>7</version>
+    </parent>
+    
+    <url>http://jakarta.apache.org/commons/net/</url>
+
+    <issueManagement>
+        <url>https://issues.apache.org/jira/browse/NET</url>
+    </issueManagement>
+
+    <distributionManagement>
+        <site>
+            <id>taging</id>
+            <name>Apache Website</name>
+            <url>scp://people.apache.org/~rwinston/release/net/</url>
+        </site>
+    </distributionManagement>
+
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <developers>
+        <developer>
+            <name>Jeffrey D. Brekke</name>
+            <id>brekke</id>
+            <email>[EMAIL PROTECTED]</email>
+            <organization>Quad/Graphics, Inc.</organization>
+        </developer>
+        <developer>
+            <name>Steve Cohen</name>
+            <id>scohen</id>
+            <email>[EMAIL PROTECTED]</email>
+            <organization>javactivity.org</organization>
+        </developer>
+        <developer>
+            <name>Bruno D'Avanzo</name>
+            <id>brudav</id>
+            <email>[EMAIL PROTECTED]</email>
+            <organization>Hewlett-Packard</organization>
+        </developer>
+        <developer>
+            <name>Daniel F. Savarese</name>
+            <id>dfs</id>
+            <email>dfs -> apache.org</email>
+            <organization>
+                &lt;a href="http://www.savarese.com/"&gt;Savarese Software 
Research&lt;/a&gt;
+            </organization>
+        </developer>
+        <developer>
+            <name>Rory Winston</name>
+            <id>rwinston</id>
+            <email>[EMAIL PROTECTED]</email>
+            <organization></organization>
+        </developer>
+    </developers>
+
+    <contributors>
+        <contributor>
+            <name>Rob Hasselbaum</name>
+            <email>rhasselbaum -> alumni.ithaca.edu</email>
+        </contributor>
+        <contributor>
+            <name>Mario Ivankovits</name>
+            <email>[EMAIL PROTECTED]</email>
+        </contributor>
+        <contributor>
+            <name>Tapan Karecha</name>
+            <email>[EMAIL PROTECTED]</email>
+        </contributor>
+        <contributor>
+            <name>Winston Ojeda</name>
+            <email>[EMAIL PROTECTED]</email>
+            <organization>Quad/Graphics, Inc.</organization>
+        </contributor>
+        <contributor>
+            <name>Ted Wise</name>
+            <email>[EMAIL PROTECTED]</email>
+        </contributor>
+    </contributors>
+
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</developerConnection>
+        
<url>http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0</url>
+    </scm>
+
+    <properties>
+        <maven.compile.source>1.5</maven.compile.source>
+        <maven.compile.target>1.5</maven.compile.target>
+    </properties> 
+
+    <build>
+
+        <plugins>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.4</version>
+                <configuration>
+                    <excludes>
+                        <exclude>**/*FunctionalTest.java</exclude>
+                        <exclude>**/TestSetupParameters.java</exclude>
+                        <exclude>**/*POP3*.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <configuration>
+                    <descriptors>
+                        <descriptor>assembly-src.xml</descriptor>
+                        <descriptor>assembly-bin.xml</descriptor>
+                    </descriptors>
+                    <tarLongFileMode>gnu</tarLongFileMode>
+                </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="NOTICE.txt"/>
+                                    <fileset dir="${basedir}" 
includes="LICENSE.txt"/>
+                                    <manifest>
+                                        <attribute name="Extension-Name" 
value="org.apache.commons.net"/>
+                                        <attribute name="Specification-Title" 
value="Commons Net"/>
+                                        <attribute name="Implmentation-Title" 
value="Commons Net"/>
+                                        <attribute 
name="Implementation-Vendor" value="The Apache Software Foundation"/>
+                                        <attribute 
name="Implementation-Version" value="${version}"/>
+                                        <attribute 
name="Implementation-Vendor-Id" value="org.apache"/>
+
+
+
+                                    </manifest>
+                                </jar>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+        </plugins>
+
+        <resources>
+            <resource>
+                <directory>${basedir}</directory>
+                <targetPath>META-INF</targetPath>
+                <includes>
+                    <include>NOTICE.txt</include>
+                    <include>LICENSE.txt</include>
+                </includes>
+            </resource>
+        </resources>
+
+        <testResources>
+            <testResource>
+                <directory>${basedir}/src/test/java</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}/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>
+        </plugins>
+    </reporting>
 
 </project>
 


Reply via email to