[jboss-cvs] JBossAS SVN: r103052 - in trunk: hornetq-int and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 26 12:39:13 EDT 2010


Author: ataylor
Date: 2010-03-26 12:39:12 -0400 (Fri, 26 Mar 2010)
New Revision: 103052

Removed:
   trunk/hornetq-int/src/main/java/org/jboss/as/integration/hornetq/jopr/
   trunk/hornetq-int/src/resources/META-INF/
Modified:
   trunk/build/build.xml
   trunk/hornetq-int/pom.xml
Log:
moved hornetq jopr plugin to separate project

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2010-03-26 15:51:30 UTC (rev 103051)
+++ trunk/build/build.xml	2010-03-26 16:39:12 UTC (rev 103052)
@@ -1777,12 +1777,6 @@
     <copy file="${hornetq.module.output}/jboss-as-hornetq-int.jar"
             todir="${install.common.lib}/" filtering="no" />
 
-     <copy todir="${install.common.deploy}/admin-console.war/plugins" filtering="no">
-      <fileset dir="${hornetq.module.output}">
-        <include name="jboss-as-hornetq-plugin.jar"/>
-      </fileset>
-    </copy>
-
   	<copy file="${hornetq.module.output}/resources/hornetq-deployers-jboss-beans.xml" todir="${install.server}/default/deployers"/>
   	<copy file="${hornetq.module.output}/resources/hornetq-deployers-jboss-beans.xml" todir="${install.server}/all/deployers"/>
 

Modified: trunk/hornetq-int/pom.xml
===================================================================
--- trunk/hornetq-int/pom.xml	2010-03-26 15:51:30 UTC (rev 103051)
+++ trunk/hornetq-int/pom.xml	2010-03-26 16:39:12 UTC (rev 103052)
@@ -42,7 +42,7 @@
             <id>create-output</id>
             <goals>
               <goal>run</goal>
-            </goals> 
+            </goals>
             <phase>package</phase>
              <configuration>
               <tasks>
@@ -53,14 +53,6 @@
                     <include name="**"/>
                   </fileset>
                 </copy>
-                <jar jarfile="target/jboss-as-hornetq-plugin.jar">
-                  <fileset dir="${project.build.outputDirectory}">
-                    <include name="org/jboss/as/integration/hornetq/jopr/**"/>
-                  </fileset>
-                   <fileset dir="target/resources">
-                    <include name="META-INF/**"/>
-                  </fileset>
-                </jar>
              </tasks>
             </configuration>
           </execution>




More information about the jboss-cvs-commits mailing list