[jboss-cvs] JBossAS SVN: r60716 - in projects/microcontainer/branches/2_0: build and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 20 12:02:19 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-20 12:02:19 -0500 (Tue, 20 Feb 2007)
New Revision: 60716

Removed:
   projects/microcontainer/branches/2_0/container/jbossbuild.xml
   projects/microcontainer/branches/2_0/dependency/jbossbuild.xml
   projects/microcontainer/branches/2_0/kernel/jbossbuild.xml
Modified:
   projects/microcontainer/branches/2_0/aop-mc-int/pom.xml
   projects/microcontainer/branches/2_0/build/pom.xml
   projects/microcontainer/branches/2_0/container/pom.xml
   projects/microcontainer/branches/2_0/dependency/pom.xml
   projects/microcontainer/branches/2_0/deployers/pom.xml
   projects/microcontainer/branches/2_0/kernel/pom.xml
   projects/microcontainer/branches/2_0/managed/pom.xml
   projects/microcontainer/branches/2_0/metatype/pom.xml
   projects/microcontainer/branches/2_0/tools/etc/buildmagic/buildmagic.ent
Log:
Update the version to 2.0.0.Beta2

Modified: projects/microcontainer/branches/2_0/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/aop-mc-int/pom.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/aop-mc-int/pom.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -3,8 +3,8 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
+    <version>2.0.0.Beta2</version>
+	<relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-mc-int</artifactId>

Modified: projects/microcontainer/branches/2_0/build/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/build/pom.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/build/pom.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -27,7 +27,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-microcontainer</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0.Beta2</version>
   <packaging>pom</packaging>
   <name>JBoss Microcontainer Build</name>
   <url>http://www.jboss.com/products/jbossmc</url>

Deleted: projects/microcontainer/branches/2_0/container/jbossbuild.xml
===================================================================
--- projects/microcontainer/branches/2_0/container/jbossbuild.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/container/jbossbuild.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -1,58 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- JBoss, the OpenSource J2EE webOS
- 
- Distributable under LGPL license.
- See terms of license at gnu.org.
--->
-
-<!-- ================================================================== -->
-<!-- Container component definition                                     -->
-<!-- ================================================================== -->
-
-<project name="project" 
-         default="build" 
-         basedir="."
->
-
-   <import file="../tools/etc/jbossbuild/tasks.xml"/>
-   <import file="component-info.xml"/>
-
-   <!-- =============================================================== -->
-   <!-- The component definition                                        -->
-   <!-- =============================================================== -->
-
-   <componentdef component="container" description="JBoss Container">
-
-      <!-- ============================================================ -->
-      <!-- The main source                                              -->
-      <!-- ============================================================ -->
-
-      <source id="main">
-         <include component="common"/>
-         <include component="oswego-concurrent"/>
-      </source>
-
-      <!-- Disabled until it builds -->
-      <!--source id="tests" test="org/jboss/test/**/*TestCase.java">
-         <include input="main"/>
-         <include component="junit-junit"/>
-         <include component="common"/>
-         <include component="test"/>
-      </source-->
-
-      <!-- ============================================================ -->
-      <!-- jboss-container.jar                                          -->
-      <!-- ============================================================ -->
-
-      <artifactdef artifact="jboss-container.jar">
-         <include input="main"/>
-      </artifactdef>
-
-   </componentdef>
-
-   <!-- Generate the targets -->   
-   <generate generate="container"/>
-
-</project>

Modified: projects/microcontainer/branches/2_0/container/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/container/pom.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/container/pom.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -4,8 +4,8 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
+    <version>2.0.0.Beta2</version>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-container</artifactId>

Deleted: projects/microcontainer/branches/2_0/dependency/jbossbuild.xml
===================================================================
--- projects/microcontainer/branches/2_0/dependency/jbossbuild.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/dependency/jbossbuild.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -1,56 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- JBoss, the OpenSource J2EE webOS
- 
- Distributable under LGPL license.
- See terms of license at gnu.org.
--->
-
-<!-- ================================================================== -->
-<!-- Common component definition                                        -->
-<!-- ================================================================== -->
-
-<project name="project" 
-         default="build" 
-         basedir="."
->
-   <import file="../tools/etc/jbossbuild/tasks.xml"/>
-   <import file="component-info.xml"/>
-
-   <!-- =============================================================== -->
-   <!-- The component definition                                        -->
-   <!-- =============================================================== -->
-
-   <componentdef component="dependency" description="JBoss Dependency">
-
-      <!-- ============================================================ -->
-      <!-- The main source                                              -->
-      <!-- ============================================================ -->
-
-      <source id="main">
-         <include component="common"/>
-      </source>
-
-      <source id="tests" test="org/jboss/test/**/*TestCase.java">
-         <include input="main"/>
-         <include component="test"/>
-         <include component="common"/>
-         <include component="oswego-concurrent"/>
-         <include component="junit"/>
-      </source>
-
-      <!-- ============================================================ -->
-      <!-- jboss-microcontainer.jar                                     -->
-      <!-- ============================================================ -->
-
-      <artifactdef artifact="jboss-dependency.jar">
-         <include input="main"/>
-      </artifactdef>
-
-   </componentdef>
-
-   <!-- Generate the targets -->   
-   <generate generate="dependency"/>
-
-</project>

Modified: projects/microcontainer/branches/2_0/dependency/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/dependency/pom.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/dependency/pom.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -3,8 +3,8 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
+    <version>2.0.0.Beta2</version>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-dependency</artifactId>

Modified: projects/microcontainer/branches/2_0/deployers/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/deployers/pom.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/deployers/pom.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -3,8 +3,8 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
+    <version>2.0.0.Beta2</version>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers</artifactId>

Deleted: projects/microcontainer/branches/2_0/kernel/jbossbuild.xml
===================================================================
--- projects/microcontainer/branches/2_0/kernel/jbossbuild.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/kernel/jbossbuild.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
- JBoss, the OpenSource J2EE webOS
- 
- Distributable under LGPL license.
- See terms of license at gnu.org.
--->
-
-<!-- ================================================================== -->
-<!-- Common component definition                                        -->
-<!-- ================================================================== -->
-
-<project name="project" 
-         default="build" 
-         basedir="."
->
-   <import file="../tools/etc/jbossbuild/tasks.xml"/>
-   <import file="component-info.xml"/>
-
-   <!-- =============================================================== -->
-   <!-- The component definition                                        -->
-   <!-- =============================================================== -->
-
-   <componentdef component="kernel" description="JBoss MicroContainer">
-
-      <!-- ============================================================ -->
-      <!-- The main source                                              -->
-      <!-- ============================================================ -->
-
-      <source id="main">
-         <include component="common"/>
-         <include component="container"/>
-         <include component="dependency"/>
-         <include component="oswego-concurrent"/>
-         <include component="test"/>
-      </source>
-
-      <resource id="xml-test"/>
-      <resource id="schema"/>
-
-      <source id="tests" test="org/jboss/test/**/*TestCase.java">
-         <include component="test"/>
-         <include component="common"/>
-         <include component="container"/>
-         <include component="dependency"/>
-         <include input="main"/>
-         <include input="xml-test"/>
-         <include input="schema"/>
-         <include component="junit"/>
-         <include component="oswego-concurrent"/>
-      </source>
-
-      <!-- ============================================================ -->
-      <!-- jboss-microcontainer.jar                                     -->
-      <!-- ============================================================ -->
-
-      <artifactdef artifact="jboss-microcontainer.jar">
-         <include input="main"/>
-         <include input="schema"/>
-      </artifactdef>
-
-   </componentdef>
-
-   <!-- Generate the targets -->   
-   <generate generate="kernel"/>
-
-</project>

Modified: projects/microcontainer/branches/2_0/kernel/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/kernel/pom.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/kernel/pom.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -3,8 +3,8 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
+    <version>2.0.0.Beta2</version>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-kernel</artifactId>

Modified: projects/microcontainer/branches/2_0/managed/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/managed/pom.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/managed/pom.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -3,8 +3,8 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
+    <version>2.0.0.Beta2</version>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-managed</artifactId>

Modified: projects/microcontainer/branches/2_0/metatype/pom.xml
===================================================================
--- projects/microcontainer/branches/2_0/metatype/pom.xml	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/metatype/pom.xml	2007-02-20 17:02:19 UTC (rev 60716)
@@ -3,8 +3,8 @@
   <parent>
     <groupId>jboss</groupId>
     <artifactId>jboss-microcontainer</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
+    <version>2.0.0.Beta2</version>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-metatype</artifactId>

Modified: projects/microcontainer/branches/2_0/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- projects/microcontainer/branches/2_0/tools/etc/buildmagic/buildmagic.ent	2007-02-20 15:59:54 UTC (rev 60715)
+++ projects/microcontainer/branches/2_0/tools/etc/buildmagic/buildmagic.ent	2007-02-20 17:02:19 UTC (rev 60716)
@@ -96,11 +96,11 @@
   <property name="version.major" value="2"/>
   <property name="version.minor" value="0"/>
   <property name="version.revision" value="0"/>
-  <property name="version.tag" value="Beta3"/>
+  <property name="version.tag" value="Beta2"/>
   <property name="version.name" value="Nano"/>
   <!-- This must be set to the SVN tag for any release -->
   <property name="version.cvstag"
-      value="https://svn.jboss.org/repos/jbossas/projects/microcontainer/tags/JBossMC_2_0_0_Beta"/>
+      value="https://svn.jboss.org/repos/jbossas/projects/microcontainer/tags/JBossMC_2_0_0_Beta2"/>
 
   <!-- Manifest version info -->
   <property name="specification.title" value="JBoss"/>




More information about the jboss-cvs-commits mailing list