Author: dennisl
Date: Sat Jan  6 11:53:11 2007
New Revision: 493551

URL: http://svn.apache.org/viewvc?view=rev&rev=493551
Log:
Formating and de-tab.

Modified:
    jakarta/commons/sandbox/jci/trunk/maven-jci-plugin/pom.xml

Modified: jakarta/commons/sandbox/jci/trunk/maven-jci-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/maven-jci-plugin/pom.xml?view=diff&rev=493551&r1=493550&r2=493551
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/maven-jci-plugin/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/maven-jci-plugin/pom.xml Sat Jan  6 
11:53:11 2007
@@ -1,59 +1,51 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-       <modelVersion>4.0.0</modelVersion>
-       <packaging>maven-plugin</packaging>
-
-       <parent>
-               <groupId>org.apache.commons</groupId>
-               <artifactId>commons-jci</artifactId>
-               <version>1.0-SNAPSHOT</version>
-       </parent>
-
-       <groupId>org.apache.commons</groupId>
-       <artifactId>maven-jci-plugin</artifactId>
-       <version>1.0-SNAPSHOT</version>
-
-       <name>maven-jci-plugin</name>
-
-       <build>
-               <sourceDirectory>src/main/java</sourceDirectory>
-               <testSourceDirectory>src/test/java</testSourceDirectory>
-       </build>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-plugin-api</artifactId>
-                       <version>2.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-artifact</artifactId>
-                       <version>2.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.maven.shared</groupId>
-                       <artifactId>maven-plugin-testing-harness</artifactId>
-                       <version>1.0-beta-1</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>commons-jci-core</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>commons-jci-javac</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                        <groupId>org.apache.commons</groupId>
-                        <artifactId>commons-jci-eclipse</artifactId>
-                        <version>3.2.0.658</version>
-               </dependency>
-       </dependencies>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-jci</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <packaging>maven-plugin</packaging>
+  <artifactId>maven-jci-plugin</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>maven-jci-plugin</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-plugin-testing-harness</artifactId>
+      <version>1.0-beta-1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-jci-core</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-jci-javac</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-jci-eclipse</artifactId>
+      <version>3.2.0.658</version>
+    </dependency>
+  </dependencies>
 </project>



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

Reply via email to