Author: jlmonteiro
Date: Wed Jun 29 09:22:53 2011
New Revision: 1141021

URL: http://svn.apache.org/viewvc?rev=1141021&view=rev
Log:
Formatting ...

Modified:
    
openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml

Modified: 
openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml?rev=1141021&r1=1141020&r2=1141021&view=diff
==============================================================================
--- 
openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml
 (original)
+++ 
openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml
 Wed Jun 29 09:22:53 2011
@@ -13,131 +13,131 @@
 <!-- $Rev: 600338 $ $Date: 2007-12-02 09:08:04 -0800 (Sun, 02 Dec 2007) $ -->
 
 <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";>
-       <parent>
-               <artifactId>openejb-tomee</artifactId>
-               <groupId>org.apache.openejb</groupId>
-               <version>3.2.0-SNAPSHOT</version>
-       </parent>
-       <modelVersion>4.0.0</modelVersion>
-       <artifactId>openejb-tomee-tomcat6</artifactId>
-       <packaging>jar</packaging>
-       <name>OpenEJB :: Assembly :: TomEE :: Tomcat 6</name>
-
-       <dependencies>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>jline</groupId>
-                       <artifactId>jline</artifactId>
-                       <version>0.9.94</version>
-               </dependency>
-               <dependency>
-                       <groupId>commons-lang</groupId>
-                       <artifactId>commons-lang</artifactId>
-               </dependency>
-               <!--<dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-api</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-log4j12</artifactId>
-               </dependency>-->
-               <dependency>
-                       <groupId>log4j</groupId>
-                       <artifactId>log4j</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>${project.groupId}</groupId>
-                       <artifactId>openejb-webapp-common</artifactId>
-                       <version>${project.version}</version>
-                       <type>jar</type>
-                       <scope>compile</scope>
-                       <exclusions>
-                               <exclusion>
-                             <groupId>org.apache.openejb</groupId>
-                             <artifactId>javaee-web-api</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>${project.groupId}</groupId>
-                       <artifactId>openejb-tomcat-common</artifactId>
-                       <version>${project.version}</version>
-                       <type>jar</type>
-                       <scope>compile</scope>
-               </dependency>
-               <dependency>
-                       <groupId>${project.groupId}</groupId>
-                       <artifactId>openejb-tomee-utils</artifactId>
-                       <version>${project.version}</version>
-                       <type>jar</type>
-                       <scope>compile</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>ant-nodeps</artifactId>
-                       <version>1.7.1</version>
-                       <type>jar</type>
-                       <scope>compile</scope>
-               </dependency>
-       </dependencies>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.codehaus.gmaven</groupId>
-                               <artifactId>gmaven-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>execute-installer</id>
-                                               <phase>prepare-package</phase>
-                                               <goals>
-                                                       <goal>execute</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <source>new 
commands.SetupCommand(this).execute()</source>
-                                                       <classpath>
-                                                               <element>
-                                                                       
<groupId>jline</groupId>
-                                                                       
<artifactId>jline</artifactId>
-                                                                       
<version>0.9.94</version>
-                                                               </element>
-                                                               <element>
-                                                                       
<groupId>org.apache.ant</groupId>
-                                                                       
<artifactId>ant-nodeps</artifactId>
-                                                                       
<version>1.7.1</version>
-                                                                       
<type>jar</type>
-                                                               </element>
-                                                               <element>
-                                                                       
<groupId>org.apache.openejb</groupId>
-                                                                       
<artifactId>openejb-tomee-utils</artifactId>
-                                                                       
<version>${project.version}</version>
-                                                               </element>
-                                                       </classpath>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                       </plugin>
-               </plugins>
-       </build>
-
-       <properties>
-               <localRepository>${settings.localRepository}</localRepository>
-               <examples.version>1.0-SNAPSHOT</examples.version>
-               <tomcat.version>6.0.32</tomcat.version>
-               <http.proxy.host>${settings.activeProxy.host}</http.proxy.host>
-        <http.proxy.port>${settings.activeProxy.port}</http.proxy.port>
-        
<http.proxy.username>${settings.activeProxy.username}</http.proxy.username>
-        
<http.proxy.password>${settings.activeProxy.password}</http.proxy.password>
-        
<http.proxy.nonProxyHosts>${settings.activeProxy.nonProxyHosts}</http.proxy.nonProxyHosts>
-       </properties>
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <parent>
+    <artifactId>openejb-tomee</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>3.2.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>openejb-tomee-tomcat6</artifactId>
+  <packaging>jar</packaging>
+  <name>OpenEJB :: Assembly :: TomEE :: Tomcat 6</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jline</groupId>
+      <artifactId>jline</artifactId>
+      <version>0.9.94</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <!--<dependency>
+       <groupId>org.slf4j</groupId>
+       <artifactId>slf4j-api</artifactId>
+     </dependency>
+     <dependency>
+       <groupId>org.slf4j</groupId>
+       <artifactId>slf4j-log4j12</artifactId>
+     </dependency>-->
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>openejb-webapp-common</artifactId>
+      <version>${project.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.openejb</groupId>
+          <artifactId>javaee-web-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>openejb-tomcat-common</artifactId>
+      <version>${project.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>openejb-tomee-utils</artifactId>
+      <version>${project.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant-nodeps</artifactId>
+      <version>1.7.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.gmaven</groupId>
+        <artifactId>gmaven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>execute-installer</id>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>execute</goal>
+            </goals>
+            <configuration>
+              <source>new commands.SetupCommand(this).execute()</source>
+              <classpath>
+                <element>
+                  <groupId>jline</groupId>
+                  <artifactId>jline</artifactId>
+                  <version>0.9.94</version>
+                </element>
+                <element>
+                  <groupId>org.apache.ant</groupId>
+                  <artifactId>ant-nodeps</artifactId>
+                  <version>1.7.1</version>
+                  <type>jar</type>
+                </element>
+                <element>
+                  <groupId>org.apache.openejb</groupId>
+                  <artifactId>openejb-tomee-utils</artifactId>
+                  <version>${project.version}</version>
+                </element>
+              </classpath>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <properties>
+    <localRepository>${settings.localRepository}</localRepository>
+    <examples.version>1.0-SNAPSHOT</examples.version>
+    <tomcat.version>6.0.32</tomcat.version>
+    <http.proxy.host>${settings.activeProxy.host}</http.proxy.host>
+    <http.proxy.port>${settings.activeProxy.port}</http.proxy.port>
+    <http.proxy.username>${settings.activeProxy.username}</http.proxy.username>
+    <http.proxy.password>${settings.activeProxy.password}</http.proxy.password>
+    
<http.proxy.nonProxyHosts>${settings.activeProxy.nonProxyHosts}</http.proxy.nonProxyHosts>
+  </properties>
 
 
 </project>


Reply via email to