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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Aug 5 12:54:04 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-08-05 12:54:04 -0400 (Thu, 05 Aug 2010)
New Revision: 6914

Added:
   api/trunk/readme.txt
Removed:
   api/trunk/bom/
   api/trunk/parent/
   api/trunk/pom.xml
   api/trunk/weld-spi/
   api/trunk/weld/
Log:
move to git

Deleted: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml	2010-08-05 14:18:01 UTC (rev 6913)
+++ api/trunk/pom.xml	2010-08-05 16:54:04 UTC (rev 6914)
@@ -1,53 +0,0 @@
-<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>
-   <groupId>org.jboss.weld</groupId>
-   <artifactId>weld-api-build-aggregator</artifactId>
-   <packaging>pom</packaging>
-   <version>1.1-SNAPSHOT</version>
-
-   <parent>
-      <groupId>org.jboss.weld</groupId>
-      <artifactId>weld-parent</artifactId>
-      <version>12</version>
-   </parent>
-
-   <name>Weld APIs Build Aggregator</name>
-
-   <!-- Minimal project metadata, for more see parent/pom.xml -->
-   <description>The build aggregator for Weld APIs, which takes care of calling the modules which make up Weld APIs</description>
-
-   <!-- SCM and Distribution management -->
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/api/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/api/trunk</developerConnection>
-      <url>http://fisheye.jboss.org/browse/Weld</url>
-   </scm>
-
-   <modules>
-      <module>bom</module>
-      <module>parent</module>
-      <module>weld</module>
-      <module>weld-spi</module>
-   </modules>
-
-   <!-- Minimal build configuration -->
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-release-plugin</artifactId>
-            <configuration>
-               <tagBase>https://svn.jboss.org/repos/weld/api/tags</tagBase>
-            </configuration>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-               <skip>true</skip>
-            </configuration>
-         </plugin>
-      </plugins>
-   </build>
-
-</project>

Added: api/trunk/readme.txt
===================================================================
--- api/trunk/readme.txt	                        (rev 0)
+++ api/trunk/readme.txt	2010-08-05 16:54:04 UTC (rev 6914)
@@ -0,0 +1,3 @@
+The is the legacy repository for the Weld API. It contains tags and branches for Weld 1.0.x
+
+New development and tags for the 1.1 and later series of Weld is http://github.com/weld/api



More information about the weld-commits mailing list