[jboss-cvs] Repository SVN: r28625 - in jboss/jnpserver: 5.0.3.GA-brew and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 19 14:13:40 EDT 2009


Author: permaine
Date: 2009-08-19 14:13:38 -0400 (Wed, 19 Aug 2009)
New Revision: 28625

Added:
   jboss/jnpserver/5.0.3.GA-brew/
   jboss/jnpserver/5.0.3.GA-brew/component-info.xml
   jboss/jnpserver/5.0.3.GA-brew/lib/
   jboss/jnpserver/5.0.3.GA-brew/lib/jboss-naming-build.pom
   jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver-sources.jar
   jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver.jar
   jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver.pom
   jboss/jnpserver/5.0.3.GA-brew/lib/target/
   jboss/jnpserver/5.0.3.GA-brew/lib/target/pom-transformed.xml
   jboss/jnpserver/5.0.3.GA-brew/src/
   jboss/jnpserver/5.0.3.GA-brew/src/jboss-naming-5.0.3.tar.gz
Log:
Add Brew build 5.0.3.GA-brew

Added: jboss/jnpserver/5.0.3.GA-brew/component-info.xml
===================================================================
--- jboss/jnpserver/5.0.3.GA-brew/component-info.xml	                        (rev 0)
+++ jboss/jnpserver/5.0.3.GA-brew/component-info.xml	2009-08-19 18:13:38 UTC (rev 28625)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="jboss/jnpserver-component-info">
+  <component id="jboss/jnpserver"
+             licenseType="lgpl"
+             version="5.0.3.GA-brew"
+             description="The JBoss JNDI Server"
+             scm=":ext:cvs.devel.redhat.com:/cvs/dist/jboss-naming"
+             tag="jboss-naming-5_0_3-2_1_ep5_el4"
+             >
+    <artifact id="jnpserver.jar"/>
+    <artifact id="jnpserver-sources.jar"/>
+    <export>
+      <include input="jnpserver.jar"/>
+    </export>
+  </component>
+</project>

Added: jboss/jnpserver/5.0.3.GA-brew/lib/jboss-naming-build.pom
===================================================================
--- jboss/jnpserver/5.0.3.GA-brew/lib/jboss-naming-build.pom	                        (rev 0)
+++ jboss/jnpserver/5.0.3.GA-brew/lib/jboss-naming-build.pom	2009-08-19 18:13:38 UTC (rev 28625)
@@ -0,0 +1,49 @@
+<?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.3.GA</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.3.GA</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: jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver-sources.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver.pom
===================================================================
--- jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver.pom	                        (rev 0)
+++ jboss/jnpserver/5.0.3.GA-brew/lib/jnpserver.pom	2009-08-19 18:13:38 UTC (rev 28625)
@@ -0,0 +1,99 @@
+<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.3.GA</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.3.GA</connection>
+  </scm>
+  <!-- Properties -->
+  <properties>
+    <!-- compile dependencies -->
+    <version.org.jboss.logging.spi>2.0.5.GA</version.org.jboss.logging.spi>
+    <version.org.jboss.common.core>2.2.10.GA</version.org.jboss.common.core>
+    <!-- testing dependencies -->
+    <version.org.jboss.microcontainer>2.0.0.CR5</version.org.jboss.microcontainer>
+    <version.org.jboss.test>1.1.1.GA</version.org.jboss.test>
+    <version.junit>3.8.2</version.junit>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/client.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rmic-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>rmi-compile</id>
+            <goals>
+              <goal>rmic</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.outputDirectory}</outputDirectory>
+              <includes>
+                <include>org/jnp/server/NamingServer.class</include>
+              </includes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+   
+  <dependencies>
+    <!-- compile 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>${version.org.jboss.logging.spi}</version>
+    </dependency>
+
+    <!-- test dependencing -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit}</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.test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>${version.org.jboss.test}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  
+</project>
\ No newline at end of file

Added: jboss/jnpserver/5.0.3.GA-brew/lib/target/pom-transformed.xml
===================================================================
--- jboss/jnpserver/5.0.3.GA-brew/lib/target/pom-transformed.xml	                        (rev 0)
+++ jboss/jnpserver/5.0.3.GA-brew/lib/target/pom-transformed.xml	2009-08-19 18:13:38 UTC (rev 28625)
@@ -0,0 +1,49 @@
+<?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.3.GA</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.3.GA</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: jboss/jnpserver/5.0.3.GA-brew/src/jboss-naming-5.0.3.tar.gz
===================================================================
(Binary files differ)


Property changes on: jboss/jnpserver/5.0.3.GA-brew/src/jboss-naming-5.0.3.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list