Author: veithen Date: Sun May 23 15:02:14 2010 New Revision: 947423 URL: http://svn.apache.org/viewvc?rev=947423&view=rev Log: Fixed formatting.
Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/udp/pom.xml?rev=947423&r1=947422&r2=947423&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/udp/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/udp/pom.xml Sun May 23 15:02:14 2010 @@ -34,7 +34,7 @@ <packaging>bundle</packaging> <build> - <testSourceDirectory>test</testSourceDirectory> + <testSourceDirectory>test</testSourceDirectory> <plugins> <plugin> <groupId>org.apache.felix</groupId> @@ -63,13 +63,12 @@ <artifactId>axis2-transport-base</artifactId> <version>${version}</version> </dependency> - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-transport-testkit</artifactId> - <version>${pom.version}</version> - <scope>test</scope> - </dependency> - + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-testkit</artifactId> + <version>${pom.version}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId>