[weld-commits] Weld SVN: r3997 - api/trunk/cdi.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Oct 12 19:20:32 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-12 19:20:32 -0400 (Mon, 12 Oct 2009)
New Revision: 3997

Modified:
   api/trunk/cdi/pom.xml
Log:
ws

Modified: api/trunk/cdi/pom.xml
===================================================================
--- api/trunk/cdi/pom.xml	2009-10-12 23:15:28 UTC (rev 3996)
+++ api/trunk/cdi/pom.xml	2009-10-12 23:20:32 UTC (rev 3997)
@@ -1,36 +1,37 @@
-<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">
-	<modelVersion>4.0.0</modelVersion>
+<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">
+   <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>org.jboss.weld</groupId>
-		<artifactId>weld-api-parent</artifactId>
-		<version>1.0-SNAPSHOT</version>
+   <parent>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-api-parent</artifactId>
+      <version>1.0-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
-	</parent>
+   </parent>
 
-	<groupId>javax.enterprise</groupId>
-	<artifactId>cdi-api</artifactId>
-	<packaging>jar</packaging>
-	
+   <groupId>javax.enterprise</groupId>
+   <artifactId>cdi-api</artifactId>
+   <packaging>jar</packaging>
+
    <name>CDI APIs</name>
-	<description>APIs for JSR-299: Contexts and Dependency Injection for Java EE</description>
+   <description>APIs for JSR-299: Contexts and Dependency Injection for Java EE</description>
 
-	<dependencies>
-		<dependency>
-			<groupId>javax.el</groupId>
-			<artifactId>el-api</artifactId>
+   <dependencies>
+      <dependency>
+         <groupId>javax.el</groupId>
+         <artifactId>el-api</artifactId>
          <optional>true</optional>
-		</dependency>
-      
-		<dependency>
+      </dependency>
+
+      <dependency>
          <groupId>org.jboss.ejb3</groupId>
          <artifactId>jboss-ejb3-api</artifactId>
          <optional>true</optional>
       </dependency>
-      
+
       <dependency>
          <groupId>javax.inject</groupId>
          <artifactId>javax.inject</artifactId>
       </dependency>
-	</dependencies>
+   </dependencies>
 </project>



More information about the weld-commits mailing list