From beafd5566c9cbed945596c64ffa196323611c60f Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 4 Sep 2010 13:24:25 +0200 Subject: [PATCH] Polish whitespace and comments in pom files - Convert spaces to tabs on -ftp/pom.xml - Normalize multi-line comments to fit the following style: - Revert some of the formatting that the Maven release:update-versions goal forced on us. After it failed to perform its duties during the M7 release, it appears we will not be using it anymore. --- pom.xml | 23 ++--- spring-integration-ftp/pom.xml | 172 ++++++++++++++++----------------- src/assembly/distribution.xml | 10 -- 3 files changed, 98 insertions(+), 107 deletions(-) diff --git a/pom.xml b/pom.xml index a98557da76..df7758a9d6 100644 --- a/pom.xml +++ b/pom.xml @@ -30,11 +30,6 @@ spring-integration-sftp spring-integration-twitter - - scm:svn:https://src.springframework.org/svn/spring-integration/trunk - scm:svn:https://src.springframework.org/svn/spring-integration/trunk/ - https://fisheye.springframework.org/browse/spring-integration/trunk - UTF-8 @@ -256,7 +251,9 @@ - + @@ -376,9 +373,11 @@ - + + maven-assembly-plugin 2.2-beta-5 false @@ -399,8 +398,10 @@ - + org.apache.maven.plugins maven-release-plugin 2.0 diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index f402efa788..b3ab0f838b 100644 --- a/spring-integration-ftp/pom.xml +++ b/spring-integration-ftp/pom.xml @@ -1,89 +1,89 @@ - 4.0.0 - - org.springframework.integration - spring-integration-parent - 2.0.0.BUILD-SNAPSHOT - - org.springframework.integration - spring-integration-ftp - jar - Spring Integration FTP Support - - - javax.activation - activation - 1.1.1 - true - - - org.springframework.integration - spring-integration-file - ${project.version} - - - commons-net - commons-net - 2.0 - - - cglib - cglib-nodep - ${cglib.version} - test - - - org.easymock - easymock - ${org.easymock.version} - test - - - org.easymock - easymockclassextension - ${org.easymock.version} - test - - - junit - junit - ${junit.version} - test - - - org.springframework - spring-context-support - ${org.springframework.version} - compile - - - org.springframework - spring-test - ${org.springframework.version} - test - - - org.springframework.integration - spring-integration-stream - ${project.version} - compile - - - org.springframework.integration - spring-integration-core - ${project.version} - compile - - - commons-lang - commons-lang - 2.5 - - - commons-io - commons-io - 1.4 - - + 4.0.0 + + org.springframework.integration + spring-integration-parent + 2.0.0.BUILD-SNAPSHOT + + org.springframework.integration + spring-integration-ftp + jar + Spring Integration FTP Support + + + javax.activation + activation + 1.1.1 + true + + + org.springframework.integration + spring-integration-file + ${project.version} + + + commons-net + commons-net + 2.0 + + + cglib + cglib-nodep + ${cglib.version} + test + + + org.easymock + easymock + ${org.easymock.version} + test + + + org.easymock + easymockclassextension + ${org.easymock.version} + test + + + junit + junit + ${junit.version} + test + + + org.springframework + spring-context-support + ${org.springframework.version} + compile + + + org.springframework + spring-test + ${org.springframework.version} + test + + + org.springframework.integration + spring-integration-stream + ${project.version} + compile + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + commons-lang + commons-lang + 2.5 + + + commons-io + commons-io + 1.4 + + diff --git a/src/assembly/distribution.xml b/src/assembly/distribution.xml index 6b3326c9a5..116b9d557e 100644 --- a/src/assembly/distribution.xml +++ b/src/assembly/distribution.xml @@ -24,16 +24,6 @@ dos -