[jboss-osgi-commits] JBoss-OSGI SVN: r93454 - in projects/jboss-osgi/projects/runtime/jbossas/trunk: src/main and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Sep 14 04:02:49 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-14 04:02:48 -0400 (Mon, 14 Sep 2009)
New Revision: 93454

Removed:
   projects/jboss-osgi/projects/runtime/jbossas/trunk/scripts/
   projects/jboss-osgi/projects/runtime/jbossas/trunk/src/main/resources/
Modified:
   projects/jboss-osgi/projects/runtime/jbossas/trunk/.classpath
   projects/jboss-osgi/projects/runtime/jbossas/trunk/pom.xml
Log:
remove jbossas config

Modified: projects/jboss-osgi/projects/runtime/jbossas/trunk/.classpath
===================================================================
--- projects/jboss-osgi/projects/runtime/jbossas/trunk/.classpath	2009-09-14 07:59:30 UTC (rev 93453)
+++ projects/jboss-osgi/projects/runtime/jbossas/trunk/.classpath	2009-09-14 08:02:48 UTC (rev 93454)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: projects/jboss-osgi/projects/runtime/jbossas/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/jbossas/trunk/pom.xml	2009-09-14 07:59:30 UTC (rev 93453)
+++ projects/jboss-osgi/projects/runtime/jbossas/trunk/pom.xml	2009-09-14 08:02:48 UTC (rev 93454)
@@ -59,24 +59,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <finalName>${project.build.finalName}</finalName>
-              <appendAssemblyId>true</appendAssemblyId>
-              <descriptors>
-                <descriptor>scripts/assembly-config.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
@@ -106,15 +88,7 @@
           </includes>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>jboss-beans-*.xml</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 
-</project>
+</project>
\ No newline at end of file



More information about the jboss-osgi-commits mailing list