You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-scm@geronimo.apache.org by db...@apache.org on 2011/12/17 19:44:24 UTC

svn commit: r1215551 - /geronimo/xbean/trunk/xbean-finder-shaded/pom.xml

Author: dblevins
Date: Sat Dec 17 18:44:24 2011
New Revision: 1215551

URL: http://svn.apache.org/viewvc?rev=1215551&view=rev
Log:
reformatted

Modified:
    geronimo/xbean/trunk/xbean-finder-shaded/pom.xml

Modified: geronimo/xbean/trunk/xbean-finder-shaded/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder-shaded/pom.xml?rev=1215551&r1=1215550&r2=1215551&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-finder-shaded/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-finder-shaded/pom.xml Sat Dec 17 18:44:24 2011
@@ -54,58 +54,58 @@
                                     <shadedPattern>org.apache.xbean.asm</shadedPattern>
                                 </relocation>
                             </relocations>
-                          <artifactSet>
-                            <includes>
-                              <include>org.apache.xbean:xbean-finder</include>
-                            </includes>
-                            <excludes>
-                              <exclude>org.apache.xbean:xbean-asm-shaded</exclude>
-                              <exclude>junit:junit</exclude>
-                            </excludes>
-                          </artifactSet>
+                            <artifactSet>
+                                <includes>
+                                    <include>org.apache.xbean:xbean-finder</include>
+                                </includes>
+                                <excludes>
+                                    <exclude>org.apache.xbean:xbean-asm-shaded</exclude>
+                                    <exclude>junit:junit</exclude>
+                                </excludes>
+                            </artifactSet>
                         </configuration>
                     </execution>
                 </executions>
             </plugin>
-          <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-antrun-plugin</artifactId>
-              <executions>
-                  <execution>
-                      <phase>package</phase>
-                      <goals>
-                          <goal>run</goal>
-                      </goals>
-                      <configuration>
-                          <tasks>
-                              <delete dir="${project.build.directory}/classes" />
-                              <unzip src="${project.build.directory}/xbean-finder-shaded-${project.version}.jar" dest="${project.build.directory}/classes" />
-                          </tasks>
-                      </configuration>
-                  </execution>
-              </executions>
-          </plugin>
-          <plugin>
-              <groupId>org.apache.felix</groupId>
-              <artifactId>maven-bundle-plugin</artifactId>
-              <configuration>
-                  <excludeDependencies>true</excludeDependencies>
-                  <instructions>
-                      <Import-Package>!org.objectweb.asm.*,!org.apache.xbean.finder.*,org.apache.xbean.asm,*;resolution:=optional</Import-Package>
-                      <Private-Package />
-                      <_nouses>true</_nouses>
-                  </instructions>
-              </configuration>
-              <executions>
-                  <execution>
-                      <id>bundle-manifest</id>
-                      <phase>package</phase>
-                      <goals>
-                          <goal>bundle</goal>
-                      </goals>
-                  </execution>
-              </executions>
-          </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <delete dir="${project.build.directory}/classes"/>
+                                <unzip src="${project.build.directory}/xbean-finder-shaded-${project.version}.jar" dest="${project.build.directory}/classes"/>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <excludeDependencies>true</excludeDependencies>
+                    <instructions>
+                        <Import-Package>!org.objectweb.asm.*,!org.apache.xbean.finder.*,org.apache.xbean.asm,*;resolution:=optional</Import-Package>
+                        <Private-Package/>
+                        <_nouses>true</_nouses>
+                    </instructions>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>bundle-manifest</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>bundle</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
     <dependencies>
@@ -114,10 +114,10 @@
             <artifactId>xbean-finder</artifactId>
             <version>${project.version}</version>
         </dependency>
-      <dependency>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>xbean-asm-shaded</artifactId>
-        <version>${project.version}</version>
-      </dependency>
+        <dependency>
+            <groupId>org.apache.xbean</groupId>
+            <artifactId>xbean-asm-shaded</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 </project>