[jboss-cvs] JBossAS SVN: r65439 - in trunk: aspects and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 17 17:30:40 EDT 2007


Author: pgier
Date: 2007-09-17 17:30:39 -0400 (Mon, 17 Sep 2007)
New Revision: 65439

Modified:
   trunk/
   trunk/aspects/
   trunk/bootstrap/
   trunk/build/
   trunk/build/pom.xml
   trunk/ejb3/
   trunk/ejb3/pom.xml
Log:
Adding exclusion of jboss-j2ee.jar.


Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
   - .metadata

   + .metadata
target



Property changes on: trunk/aspects
___________________________________________________________________
Name: svn:ignore
   - jboss-aop*.zip
*.log
output

   + jboss-aop*.zip
*.log
output
target



Property changes on: trunk/bootstrap
___________________________________________________________________
Name: svn:ignore
   - output

   + output
target



Property changes on: trunk/build
___________________________________________________________________
Name: svn:ignore
   - output
build.log
local.properties
build

   + output
build.log
local.properties
build
target


Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2007-09-17 16:28:23 UTC (rev 65438)
+++ trunk/build/pom.xml	2007-09-17 21:30:39 UTC (rev 65439)
@@ -195,6 +195,12 @@
 				<groupId>jboss</groupId>
 				<artifactId>jboss-cache</artifactId>
 				<version>2.0.0.GA</version>
+				<exclusions>
+					<exclusion>
+						<groupId>jboss</groupId>
+						<artifactId>jboss-j2ee</artifactId>
+					</exclusion>
+				</exclusions>
 			</dependency>
 			<dependency>
 				<groupId>jboss</groupId>


Property changes on: trunk/ejb3
___________________________________________________________________
Name: svn:ignore
   - output
build.log
.settings
run.tstamp
junit191723717.properties
junit*.properties
temp

   + output
build.log
.settings
run.tstamp
junit191723717.properties
junit*.properties
temp
target


Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2007-09-17 16:28:23 UTC (rev 65438)
+++ trunk/ejb3/pom.xml	2007-09-17 21:30:39 UTC (rev 65439)
@@ -131,10 +131,6 @@
 			<artifactId>jboss-jaxws</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.jboss.javaee</groupId>
-			<artifactId>jboss-ejb-api</artifactId>
-		</dependency>
-		<dependency>
 			<groupId>quartz</groupId>
 			<artifactId>quartz</artifactId>
 		</dependency>




More information about the jboss-cvs-commits mailing list