You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/12/21 15:48:46 UTC

svn commit: r728452 - /continuum/sandbox/continuum-ide-plugins/continuum-netbeans-plugin/pom.xml

Author: olamy
Date: Sun Dec 21 06:48:46 2008
New Revision: 728452

URL: http://svn.apache.org/viewvc?rev=728452&view=rev
Log:
use 2 spaces indent

Modified:
    continuum/sandbox/continuum-ide-plugins/continuum-netbeans-plugin/pom.xml

Modified: continuum/sandbox/continuum-ide-plugins/continuum-netbeans-plugin/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/continuum-ide-plugins/continuum-netbeans-plugin/pom.xml?rev=728452&r1=728451&r2=728452&view=diff
==============================================================================
--- continuum/sandbox/continuum-ide-plugins/continuum-netbeans-plugin/pom.xml (original)
+++ continuum/sandbox/continuum-ide-plugins/continuum-netbeans-plugin/pom.xml Sun Dec 21 06:48:46 2008
@@ -5,148 +5,148 @@
     <artifactId>continuum-ide-plugins</artifactId>    
     <version>1.0-SNAPSHOT</version>
   </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.continuum.plugins.netbeans</groupId>
-    <artifactId>continuum-netbeans-plugin</artifactId>
-    <packaging>nbm</packaging>
-    <version>1.0-SNAPSHOT</version>
-    <name>Continuum :: Netbeans support</name>
-    <description>Support for Apache Continuum continuous integration servers.</description>
-    <properties>
-        <netbeans.release>RELEASE61</netbeans.release>
-    </properties>
-    <dependencies>
-        <dependency>
-            <groupId>org.netbeans.api</groupId>
-            <artifactId>org-openide-util</artifactId>
-            <version>${netbeans.release}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.netbeans.api</groupId>
-            <artifactId>org-openide-io</artifactId>
-            <version>${netbeans.release}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.netbeans.api</groupId>
-            <artifactId>org-openide-nodes</artifactId>
-            <version>${netbeans.release}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.netbeans.api</groupId>
-            <artifactId>org-openide-dialogs</artifactId>
-            <version>${netbeans.release}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.netbeans.api</groupId>
-            <artifactId>org-jdesktop-layout</artifactId>
-            <version>${netbeans.release}</version>
-        </dependency>
-        <dependency>
-            <groupId>net.java.dev.swing-layout</groupId>
-            <artifactId>swing-layout</artifactId>
-            <version>1.0.2</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.continuum</groupId>
-            <artifactId>continuum-xmlrpc-client</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.continuum</groupId>
-            <artifactId>continuum-xmlrpc-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.continuum</groupId>
-            <artifactId>continuum-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.xmlrpc</groupId>
-            <artifactId>xmlrpc-client</artifactId>
-            <version>3.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.xmlrpc</groupId>
-            <artifactId>xmlrpc-common</artifactId>
-            <version>3.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons</groupId>
-            <artifactId>ws-commons-util</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.3</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-            <version>1.3</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <showDeprecation>true</showDeprecation>
-                    <compilerVersion>1.5</compilerVersion>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                    <encoding>UTF-8</encoding>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>nbm-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>install</phase>
-                        <goals>
-                            <goal>nbm</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <version>2.7-alpha-2</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <descriptor>src/main/nbm/module.xml</descriptor>
-                    <keystorealias>continuum-netbeans-plugin</keystorealias>
-                </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.netbeans.nbbuild</groupId>
-                        <artifactId>tasks</artifactId>
-                        <version>6.0</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
-    <repositories>
-        <repository>
-            <id>netbeans</id>
-            <name>repository hosting netbeans.org api artifacts</name>
-            <url>http://deadlock.netbeans.org/maven2</url>
-            <releases>
-                <updatePolicy>never</updatePolicy>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-                <updatePolicy>never</updatePolicy>
-            </snapshots>
-        </repository>
-    </repositories>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.continuum.plugins.netbeans</groupId>
+  <artifactId>continuum-netbeans-plugin</artifactId>
+  <packaging>nbm</packaging>
+  <version>1.0-SNAPSHOT</version>
+  <name>Continuum :: Netbeans support</name>
+  <description>Support for Apache Continuum continuous integration servers.</description>
+  <properties>
+    <netbeans.release>RELEASE61</netbeans.release>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.netbeans.api</groupId>
+      <artifactId>org-openide-util</artifactId>
+      <version>${netbeans.release}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.api</groupId>
+      <artifactId>org-openide-io</artifactId>
+      <version>${netbeans.release}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.api</groupId>
+      <artifactId>org-openide-nodes</artifactId>
+      <version>${netbeans.release}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.api</groupId>
+      <artifactId>org-openide-dialogs</artifactId>
+      <version>${netbeans.release}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.api</groupId>
+      <artifactId>org-jdesktop-layout</artifactId>
+      <version>${netbeans.release}</version>
+    </dependency>
+    <dependency>
+      <groupId>net.java.dev.swing-layout</groupId>
+      <artifactId>swing-layout</artifactId>
+      <version>1.0.2</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.continuum</groupId>
+      <artifactId>continuum-xmlrpc-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.continuum</groupId>
+      <artifactId>continuum-xmlrpc-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.continuum</groupId>
+      <artifactId>continuum-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlrpc</groupId>
+      <artifactId>xmlrpc-client</artifactId>
+      <version>3.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlrpc</groupId>
+      <artifactId>xmlrpc-common</artifactId>
+      <version>3.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.commons</groupId>
+      <artifactId>ws-commons-util</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.3</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <showDeprecation>true</showDeprecation>
+          <compilerVersion>1.5</compilerVersion>
+          <source>1.5</source>
+          <target>1.5</target>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>nbm-maven-plugin</artifactId>
+        <version>2.7-alpha-2</version>
+        <executions>
+          <execution>
+            <phase>install</phase>
+            <goals>
+              <goal>nbm</goal>
+            </goals>
+          </execution>
+        </executions>
+        <extensions>true</extensions>
+        <configuration>
+          <descriptor>src/main/nbm/module.xml</descriptor>
+          <keystorealias>continuum-netbeans-plugin</keystorealias>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.netbeans.nbbuild</groupId>
+            <artifactId>tasks</artifactId>
+            <version>6.0</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+      <repository>
+        <id>netbeans</id>
+        <name>repository hosting netbeans.org api artifacts</name>
+        <url>http://deadlock.netbeans.org/maven2</url>
+        <releases>
+          <updatePolicy>never</updatePolicy>
+        </releases>
+        <snapshots>
+          <enabled>false</enabled>
+          <updatePolicy>never</updatePolicy>
+        </snapshots>
+      </repository>
+  </repositories>
 </project>