[jboss-cvs] Repository SVN: r15726 - in maven2/org/jboss/naming: jboss-naming-build/5.0.0.CR3 and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 9 02:04:01 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-10-09 02:04:00 -0400 (Thu, 09 Oct 2008)
New Revision: 15726

Added:
   maven2/org/jboss/naming/jboss-naming-build/5.0.0.CR3/
   maven2/org/jboss/naming/jboss-naming-build/5.0.0.CR3/jboss-naming-build-5.0.0.CR3.pom
   maven2/org/jboss/naming/jnp-client/5.0.0.CR3/
   maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3-sources.jar
   maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3-sources.jar.md5
   maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.jar
   maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.jar.md5
   maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.pom
   maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.pom.md5
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-javadoc.jar
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-javadoc.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-sources.jar
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-sources.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.jar
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.pom
   maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.pom.md5
Log:
The 5.0.0.CR3 naming release


Added: maven2/org/jboss/naming/jboss-naming-build/5.0.0.CR3/jboss-naming-build-5.0.0.CR3.pom
===================================================================
--- maven2/org/jboss/naming/jboss-naming-build/5.0.0.CR3/jboss-naming-build-5.0.0.CR3.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jboss-naming-build/5.0.0.CR3/jboss-naming-build-5.0.0.CR3.pom	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  The parent maven for the jndi naming server project
+
+  This pom aggregates the subproject pom
+  
+  To build this project maven 2 should be installed and in the system path.  From the command line
+  run "mvn" from the build directory and "install" will be used as the default goal.  In order to use 
+  the "deploy" goal, the mvn.cvs.root should be specified in settings.xml.
+-->
+<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</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+  <groupId>org.jboss.naming</groupId>
+  <artifactId>jboss-naming-build</artifactId>
+  <version>5.0.0.CR3</version>
+  <packaging>pom</packaging>
+  <name>JBoss Naming Build</name>
+  <url>http://www.jboss.com/products/jbossmc</url>
+  <description>
+    The JBoss JNDI name server implementation.
+  </description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/tags/5.0.0.CR3</connection>
+  </scm>
+
+  <modules>
+    <module>jnpserver</module>  
+    <module>jnpclient</module>
+  </modules>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-7</version>
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/jbossas/projects/naming/tags</tagBase>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+</project>
+

Added: maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3-sources.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3-sources.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3-sources.jar.md5	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1 @@
+bc6e6b751ff5b12d9abca7c350bc181e

Added: maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.jar.md5	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1 @@
+6df67889c9d49a411b827ef548e7ff19

Added: maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.pom
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.pom	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1,68 @@
+<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 -->
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4-beta-2</version>
+  </parent>
+  
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.naming</groupId>
+  <artifactId>jnp-client</artifactId>
+  <name>JBoss Naming Client</name>
+  <version>5.0.0.CR3</version>
+  <description>The JBoss Naming Client</description>
+  <url>http://www.jboss.org</url>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.1</version>
+        <executions>
+          <execution>
+            <id>buildjar</id>
+            <phase>package</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <jar jarfile="${basedir}/target/jnp-client-${project.version}.jar" update="true" manifest="${basedir}/../jnpserver/src/etc/default.mf">
+                  <fileset dir="${basedir}/../jnpserver/target/classes">
+                    <include name="org/jnp/interfaces/**" />
+                    <include name="org/jboss/naming/**" />
+                  </fileset>
+                  <fileset file="${basedir}/../JBossORG-EULA.txt" />
+                </jar>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>2.2.7.GA</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.0.5.GA</version>
+    </dependency>
+    <!--
+    The jnp-client module depends on the jnpserver module at build time
+    in order to copy the classes, but not at runtime.
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnpserver</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    -->
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.pom.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.pom.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.0.CR3/jnp-client-5.0.0.CR3.pom.md5	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1 @@
+514219dbf6e05913ae2f0b979f55c6d3

Added: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-javadoc.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-javadoc.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-javadoc.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-javadoc.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-javadoc.jar.md5	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1 @@
+93fe979f343aaaa4b7120d3ce98a29f4

Added: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-sources.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-sources.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3-sources.jar.md5	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1 @@
+ab7431a871e8ad095b01c9c2ac04c771

Added: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.jar.md5	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1 @@
+f5939ea7a2b5ab0711add025f280920b

Added: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.pom
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.pom	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1,77 @@
+<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 -->
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4-beta-2</version>
+  </parent>
+  
+  <version>5.0.0.CR3</version>   
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.naming</groupId>
+  <artifactId>jnpserver</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss Naming Server</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBoss JNDI Server</description>
+  <scm>
+     <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/tags/5.0.0.CR3</connection>
+  </scm>
+  <!-- Properties -->
+  <properties>
+    <version.org.jboss.common.core>2.2.8.GA</version.org.jboss.common.core>
+    <version.org.jboss.microcontainer>2.0.0.CR2</version.org.jboss.microcontainer>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/client.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+   
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>${version.org.jboss.common.core}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.0.5.GA</version>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-kernel</artifactId>
+      <version>${version.org.jboss.microcontainer}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.man</groupId>
+      <artifactId>jboss-managed</artifactId>
+      <version>2.0.0.CR1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>1.1.1.GA</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.pom.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.pom.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.0.CR3/jnpserver-5.0.0.CR3.pom.md5	2008-10-09 06:04:00 UTC (rev 15726)
@@ -0,0 +1 @@
+06f7a5a58fdc7fa6a4e7a981ead6126c




More information about the jboss-cvs-commits mailing list