Dan Tran wrote: > I think you broke the convention of 2 spaces indentation for xml file ;-)
Well, no. All the lines had tab indention except the new ones I added. So I converted them into tabs also ;-) - Jörg > > On 2/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> Author: joehni >> Date: Mon Feb 26 13:19:19 2007 >> New Revision: 512016 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=512016 >> Log: >> Format new XML part. >> >> Modified: >> maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml >> >> Modified: maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml >> URL: >> http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml?view=diff&rev=512016&r1=512015&r2=512016 >> >> ============================================================================== >> --- maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml >> (original) +++ >> maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml Mon Feb 26 >> 13:19:19 2007 @@ -217,11 +217,11 @@ >> <artifactId>plexus-container-default</artifactId> >> <version>1.0-alpha-9</version> >> </dependency> >> - <dependency> >> - <groupId>org.apache.maven.shared</groupId> >> - <artifactId>maven-dependency-analyzer</artifactId> >> - <version>1.0-SNAPSHOT</version> >> - </dependency> >> + <dependency> >> + <groupId>org.apache.maven.shared</groupId> >> + <artifactId>maven-dependency-analyzer</artifactId> >> + <version>1.0-SNAPSHOT</version> >> + </dependency> >> </dependencies> >> <!--reporting> >> <plugins> >> >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
