[jboss-cvs] JBossAS SVN: r72842 - in projects/jboss-aspects/tags: jboss-aspects-test-1.0.0.Beta1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 28 23:30:25 EDT 2008


Author: ALRubinger
Date: 2008-04-28 23:30:25 -0400 (Mon, 28 Apr 2008)
New Revision: 72842

Added:
   projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1/
   projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1/pom.xml
Removed:
   projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-aspects-test-1.0.0.Beta1

Copied: projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1 (from rev 72839, projects/jboss-aspects/trunk/test)

Deleted: projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1/pom.xml
===================================================================
--- projects/jboss-aspects/trunk/test/pom.xml	2008-04-29 03:26:12 UTC (rev 72839)
+++ projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1/pom.xml	2008-04-29 03:30:25 UTC (rev 72842)
@@ -1,68 +0,0 @@
-<!-- 
-  vi:ts=2:sw=2:expandtab 
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.jboss.aspects</groupId>
-    <artifactId>jboss-aspects-build</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-aspects-test</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Aspects Test Facilities</name>
-  <url>http://www.jboss.org/jbossas</url>
-  <description>
-    JBoss Aspects Test Facilities can be used as a base for writing
-    aspect unit tests.
-  </description>
-  
-  <build>
-    
-    <!-- TODO: Remove these when parent build has proper default -->
-    <sourceDirectory>src/main/java</sourceDirectory>
-    <testSourceDirectory>src/test/java</testSourceDirectory>
-    
-    <plugins>
-      <!-- Configure surefire to run with dynamic AOP -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <argLine>-Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader</argLine>
-          <!--forkMode>always</forkMode-->
-          <includes>
-            <include>**/*TestCase.java</include>
-          </includes>
-          <testFailureIgnore>false</testFailureIgnore>
-          <!--useSystemClassLoader>true</useSystemClassLoader-->
-        </configuration>
-      </plugin>
-    </plugins>    
-  </build>
-  
-  <dependencies>
-    <!-- override junit scope -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <!-- in compile scope, because this is a test facility -->
-      <scope>compile</scope>
-    </dependency>
-    
-    <!-- this is an actual dependency -->
-    <dependency>
-      <groupId>org.jboss.test</groupId>
-      <artifactId>jboss-test</artifactId>
-      <!-- in compile scope, because this is a test facility -->
-      <scope>compile</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-
-  </dependencies>
-</project>

Copied: projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1/pom.xml (from rev 72841, projects/jboss-aspects/trunk/test/pom.xml)
===================================================================
--- projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1/pom.xml	                        (rev 0)
+++ projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1/pom.xml	2008-04-29 03:30:25 UTC (rev 72842)
@@ -0,0 +1,74 @@
+<!-- 
+  vi:ts=2:sw=2:expandtab 
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.aspects</groupId>
+    <artifactId>jboss-aspects-build</artifactId>
+    <version>1.0.0.Beta1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-aspects-test</artifactId>
+  <version>1.0.0.Beta1</version>
+  <packaging>jar</packaging>
+  <name>JBoss Aspects Test Facilities</name>
+  <url>http://www.jboss.org/jbossas</url>
+  <description>
+    JBoss Aspects Test Facilities can be used as a base for writing
+    aspect unit tests.
+  </description>
+  
+  <build>
+    
+    <!-- TODO: Remove these when parent build has proper default -->
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <testSourceDirectory>src/test/java</testSourceDirectory>
+    
+    <plugins>
+      <!-- Configure surefire to run with dynamic AOP -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <argLine>-Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader</argLine>
+          <!--forkMode>always</forkMode-->
+          <includes>
+            <include>**/*TestCase.java</include>
+          </includes>
+          <testFailureIgnore>false</testFailureIgnore>
+          <!--useSystemClassLoader>true</useSystemClassLoader-->
+        </configuration>
+      </plugin>
+    </plugins>    
+  </build>
+  
+  <dependencies>
+    <!-- override junit scope -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <!-- in compile scope, because this is a test facility -->
+      <scope>compile</scope>
+    </dependency>
+    
+    <!-- this is an actual dependency -->
+    <dependency>
+      <groupId>org.jboss.test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <!-- in compile scope, because this is a test facility -->
+      <scope>compile</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jboss-aspects/tags/jboss-aspects-test-1.0.0.Beta1</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list