[jboss-cvs] Repository SVN: r27139 - in maven2/org/jboss/naming: jboss-naming-build/5.0.2.GA and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 7 10:10:19 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-05-07 10:10:19 -0400 (Thu, 07 May 2009)
New Revision: 27139

Added:
   maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/
   maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom
   maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom.md5
   maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom.sha1
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar.md5
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar.sha1
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar.md5
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar.sha1
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom.md5
   maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom.sha1
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar.sha1
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar.sha1
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar.sha1
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom.md5
   maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom.sha1
Log:
jboss naming 5.0.2.GA


Added: maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom
===================================================================
--- maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom	2009-05-07 14:10:19 UTC (rev 27139)
@@ -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.2.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.2.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: maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom.md5
===================================================================
--- maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom.md5	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+8febe3f8fb972c5041e6b18ec14291de
\ No newline at end of file

Added: maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom.sha1
===================================================================
--- maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jboss-naming-build/5.0.2.GA/jboss-naming-build-5.0.2.GA.pom.sha1	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+42f0752694d6f50990bff9b614e7765448a99c88
\ No newline at end of file

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


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

Added: maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar.md5	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+ac5c276174dbd9812558f0081dcbb3aa
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA-sources.jar.sha1	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+49ceca032af617127a2f343538ff5fc8556656c8
\ No newline at end of file

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


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

Added: maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar.md5	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+01060a9aea4e1fac2a1c51878835be80
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.jar.sha1	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+150ffcd8efae536989ded33f348f7b3e6c0989d4
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1,69 @@
+<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.2.GA</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/jnp/server/NamingServer_Stub.class" />
+                    <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.10.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>

Added: maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom.md5	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+04b7b2683cb503879f0ea9ff764d12dd
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom.sha1
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.2.GA/jnp-client-5.0.2.GA.pom.sha1	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+29efe6fef96a64726ffbda7dda6202975c348f7e
\ No newline at end of file

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


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

Added: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar.md5	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+7812befa018a26bb23d6ad779794eac4
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-javadoc.jar.sha1	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+8f15305e30df5f6bb50e1ffe825b49871427c7b7
\ No newline at end of file

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


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

Added: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar.md5	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+eb96df1e78e789f190dfddd3dd439f5e
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA-sources.jar.sha1	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+7106ca678537618e56f1f412d33d23085d862e0f
\ No newline at end of file

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


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

Added: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar.md5	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+99a5c594549934c89c412e7117660f3d
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.jar.sha1	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+bc2d14049b118aa9ae1c33ea09fa01ac86f3c230
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom	2009-05-07 14:10:19 UTC (rev 27139)
@@ -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.2.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.2.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: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom.md5	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+7dbeaae6869d38f574f5fb15047cf520
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom.sha1
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.2.GA/jnpserver-5.0.2.GA.pom.sha1	2009-05-07 14:10:19 UTC (rev 27139)
@@ -0,0 +1 @@
+4c69b374c2a0e214be0f7ca67805c071a339303b
\ No newline at end of file




More information about the jboss-cvs-commits mailing list