You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2009/06/18 19:36:26 UTC

svn commit: r786178 - /openjpa/trunk/openjpa-kernel/pom.xml

Author: dwoods
Date: Thu Jun 18 17:36:26 2009
New Revision: 786178

URL: http://svn.apache.org/viewvc?rev=786178&view=rev
Log:
remove tabs

Modified:
    openjpa/trunk/openjpa-kernel/pom.xml

Modified: openjpa/trunk/openjpa-kernel/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/pom.xml?rev=786178&r1=786177&r2=786178&view=diff
==============================================================================
--- openjpa/trunk/openjpa-kernel/pom.xml (original)
+++ openjpa/trunk/openjpa-kernel/pom.xml Thu Jun 18 17:36:26 2009
@@ -88,31 +88,31 @@
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
-						<id>add-was-interfaces</id>
-						<phase>process-classes</phase>
-						<configuration>
-							<tasks>
-								<java classname="org.apache.openjpa.ee.WASManagedRuntime" classpathref="maven.runtime.classpath" />
-							</tasks>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
+                        <id>add-was-interfaces</id>
+                        <phase>process-classes</phase>
+                        <configuration>
+                            <tasks>
+                                <java classname="org.apache.openjpa.ee.WASManagedRuntime" classpathref="maven.runtime.classpath" />
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
                     <execution>
-						<id>generate-standard-sco-proxies</id>
-						<phase>process-classes</phase>
-						<configuration>
-							<tasks>
-								<java classname="org.apache.openjpa.util.ProxyManagerImpl" classpathref="maven.runtime.classpath">
+                        <id>generate-standard-sco-proxies</id>
+                        <phase>process-classes</phase>
+                        <configuration>
+                            <tasks>
+                                <java classname="org.apache.openjpa.util.ProxyManagerImpl" classpathref="maven.runtime.classpath">
                                     <arg line="-utils 5" />
                                 </java>
-							</tasks>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>