[Jboss-cvs] JBoss Messaging SVN: r1294 - trunk/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 15 11:52:43 EDT 2006


Author: ruel.loehr at jboss.com
Date: 2006-09-15 11:52:42 -0400 (Fri, 15 Sep 2006)
New Revision: 1294

Modified:
   trunk/tests/pom.xml
Log:
remove comments

Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml	2006-09-15 15:52:10 UTC (rev 1293)
+++ trunk/tests/pom.xml	2006-09-15 15:52:42 UTC (rev 1294)
@@ -53,55 +53,13 @@
          </releases>
        </pluginRepository>
 
-     <!-- <pluginRepository>
-        <id>central</id>
-        <name>LSU maven2 mirror</name>
-        <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url>
-        <layout>default</layout>
-        <snapshots>
-           <enabled>false</enabled>
-           <updatePolicy>never</updatePolicy>
-        </snapshots>
-     </pluginRepository>-->
+   
   </pluginRepositories>
 
   
   <build>
      <sourceDirectory>src</sourceDirectory>
-     <!--<resources>
-        <resource>
-           <directory>src/etc</directory>
-           <includes>
-              <include>aop-messaging-server.xml</include>
-              <include>aop-messaging-client.xml</include>
-           </includes>
-        </resource>
-        <resource>
-           <directory>src/etc/server/default/deploy</directory>
-           <includes>
-              <include>messaging-service.xml</include>
-              <include>connection-factories-service.xml</include>
-              <include>destinations-service.xml</include>
-              <include>hsqldb-persistence-service.xml</include>
-              <include>remoting-service.xml</include>
-              <include>jms-ds.xml</include>
-           </includes>
-        </resource> 
-        <resource>
-           <directory>src/etc/server/default/config</directory>
-           <includes>
-              <include>messaging-users.properties</include>
-              <include>messaging-roles.properties</include>
-           </includes>
-        </resource>                 
-        <resource>
-           <targetPath>xmdesc</targetPath>
-           <directory>src/etc/xmdesc</directory>
-           <includes>
-              <include>*.xml</include>
-           </includes>
-        </resource>   
-     </resources>-->
+
      
   <plugins>
       
@@ -120,39 +78,6 @@
           </configuration>
       </plugin>  
 
-      <!-- define that we wish to create src jars -->
-      <!--<plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <inherited>true</inherited>
-       <executions>
-        <execution>
-          <goals>
-            <goal>jar</goal>
-          </goals>
-        </execution>
-      </executions>
-      </plugin>     -->
-      
-   <!-- generate java files from grammar -->
-   <!--<plugin>
-    <groupId>org.codehaus.mojo</groupId>
-    <artifactId>javacc-maven-plugin</artifactId>
-    <version>2.1</version>
-    <configuration>
-      <packageName>org/jboss/jms/selector</packageName>
-      <sourceDirectory>src/main</sourceDirectory>
-      <isStatic>false</isStatic>
-    </configuration>
-    <executions>
-     <execution>
-      <goals>
-       <goal>javacc</goal>
-      </goals>
-      <id>javacc</id>
-     </execution>
-    </executions>
-   </plugin>       -->
-  
    
     
             
@@ -168,7 +93,7 @@
            <configuration>
              <tasks>
                 <property refid="maven.compile.classpath" name="cp2"></property> 
-	         <ant antfile="build.xml" inheritRefs="true"/>             
+	         <ant antfile="maven-tests.xml" inheritRefs="true"/>             
              </tasks>
           </configuration>
           <goals>
@@ -182,7 +107,7 @@
              <tasks>
    
    
-    <echo>Running RMIC</echo>
+
                   <rmic base="${basedir}/target/classes"
 		             includes="**/RMITestServer.class,**/RMINamingDelegate.class">
 		          <classpath refid="maven.compile.classpath"/>
@@ -204,14 +129,19 @@
              <groupId>ant</groupId>
              <artifactId>ant-junit</artifactId>
              <version>1.6.5</version>
-          </dependency>   
+          </dependency>  
+          <dependency>
+            <groupId>jboss.logging</groupId>
+            <artifactId>jboss-logging-spi</artifactId>
+            <version>1.0</version>
+          </dependency>            
  <dependency>
                     <groupId>sun</groupId>
                       <artifactId>tools</artifactId>
                     <version>1.0</version>
                     <scope>system</scope>
        
-<systemPath>${java.home}/../lib/tools.jar</systemPath>
+                <systemPath>${java.home}/../lib/tools.jar</systemPath>
                 </dependency>           
        </dependencies>
 
@@ -239,6 +169,16 @@
       <version>1.0</version>
     </dependency>
     <dependency>
+      <groupId>jboss.logging.log4j</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+      <version>1.0</version>
+    </dependency> 
+    <dependency>
+      <groupId>jboss.jbossxb</groupId>
+      <artifactId>jbossxb</artifactId>
+      <version>1.0.1.TEST</version>
+    </dependency>     
+    <dependency>
       <groupId>oswego-concurrent</groupId>
       <artifactId>concurrent</artifactId>
       <version>1.3.4</version>
@@ -351,61 +291,16 @@
        <artifactId>ant</artifactId>
        <version>1.6.5</version>
     </dependency>      
-        
-    
-    
-    
-
-    
-    
-    
-      
- <dependency>
-    	          <groupId>javassist</groupId>
-    	          <artifactId>javassist</artifactId>
-    	          <version>3.1</version>
+    <dependency>
+       <groupId>javassist</groupId>
+       <artifactId>javassist</artifactId>
+       <version>3.1</version>
     </dependency>    
- <dependency>
-    	          <groupId>trove</groupId>
-    	          <artifactId>trove</artifactId>
-    	          <version>2.1.1</version>
-    </dependency>        
-  <!--  <dependency>
-      <groupId>dom4j</groupId>
-      <artifactId>dom4j</artifactId>
-      <version>1.5</version>
-    </dependency>
     <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.7.1</version>
-    </dependency> 
-    <dependency>
-      <groupId>apache-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>2.0.2</version>
-    </dependency>      
-    <dependency>
-      <groupId>oswego-concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
-    </dependency>
-    <dependency>
-      <groupId>apache-slide</groupId>
-      <artifactId>webdavlib</artifactId>
-      <version>2.0</version>
-    </dependency>   
-    <dependency>
-      <groupId>apache-log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.8</version>
-    </dependency>      
-    <dependency>
-      <groupId>jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>1.0</version>
-    </dependency>
--->
+       <groupId>trove</groupId>
+       <artifactId>trove</artifactId>
+       <version>2.1.1</version>
+    </dependency>        
   </dependencies>  
 
 </project>




More information about the jboss-cvs-commits mailing list