[jboss-cvs] JBoss Messaging SVN: r6342 - in trunk: examples and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 7 10:00:03 EDT 2009


Author: ataylor
Date: 2009-04-07 10:00:03 -0400 (Tue, 07 Apr 2009)
New Revision: 6342

Added:
   trunk/examples/javaee/
   trunk/examples/javaee/mdb/
   trunk/examples/javaee/mdb/build.xml
Removed:
   trunk/examples/jms/common/config/client-jndi.properties
Modified:
   trunk/build-messaging.xml
   trunk/build-thirdparty.xml
Log:
added jaxb

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-04-07 12:32:35 UTC (rev 6341)
+++ trunk/build-messaging.xml	2009-04-07 14:00:03 UTC (rev 6342)
@@ -288,9 +288,6 @@
       <path location="${build.jars.dir}/jboss-${module.name}.jar"/>
       <path refid="junit.junit.classpath"/>
       <path refid="jboss.profiler.jvmti.classpath"/>
-      <!--
-     <path refid="jboss.test14.classpath"/>
-     <path refid="jboss.jboss.retro.classpath"/>-->
       <path refid="easymock.easymock.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
    </path>
@@ -309,7 +306,7 @@
 	      <pathelement location="${src.config.dir}"/>
 	      <pathelement location="${src.schemas.dir}"/>
 	      <path refid="test.compilation.classpath"/>
-	      <!--<path refid="oswego.concurrent.classpath"/>-->
+         <path refid="sun.jaxb.classpath"/>
 	      <path refid="apache.log4j.classpath"/>
 	      <path refid="cglib.classpath"/>
 	      <path refid="jboss.common.core.classpath"/>
@@ -328,7 +325,6 @@
 	      <pathelement location="${src.config.dir}"/>
 	      <pathelement location="${src.schemas.dir}"/>
 	      <path refid="test.compilation.classpath"/>
-	      <!--<path refid="oswego.concurrent.classpath"/>-->
 	      <path refid="apache.log4j.classpath"/>
 	      <path refid="cglib.classpath"/>
 	      <path refid="jboss.common.core.classpath"/>
@@ -348,7 +344,7 @@
       <pathelement location="${test.jms.classes.dir}"/>
       <path location="${build.jars.dir}/${transports.jar.name}"/>
       <path refid="jms.test.compilation.classpath"/>
-      <!--<path refid="oswego.concurrent.classpath"/>-->
+      <path refid="sun.jaxb.classpath"/>
       <path refid="apache.log4j.classpath"/>
       <path refid="cglib.classpath"/>
       <path refid="jboss.common.core.classpath"/>
@@ -358,17 +354,6 @@
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="apache.xerces.classpath"/>
       <path refid="apache.logging.classpath"/>
-
-      <!--<path refid="dom4j.dom4j.classpath"/>-->
-      <!--<path refid="jboss.microcontainer.classpath"/>-->
-      <!--<path refid="jboss.jboss.security.spi.classpath"/>-->
-      <!--<path refid="jboss.jboss.jaspi.api.classpath"/>-->
-      <!--<path refid="jboss.integration.classpath"/>-->
-      <!--<path refid="jboss.jbosssx.client.classpath"/>-->
-      <!--<path refid="jboss.jboss.javaee.classpath"/>-->
-      <!--<path refid="jboss.jbossts.classpath"/>-->
-      <!--<path refid="jboss.common.classpath"/>-->
-      <!--<path refid="jboss.jnpserver.classpath"/>-->
    </path>
     
    <path id="joram.test.execution.classpath">

Modified: trunk/build-thirdparty.xml
===================================================================
--- trunk/build-thirdparty.xml	2009-04-07 12:32:35 UTC (rev 6341)
+++ trunk/build-thirdparty.xml	2009-04-07 14:00:03 UTC (rev 6342)
@@ -134,6 +134,7 @@
       <componentref name="javassist" version="3.9.0.GA/"/>
       <componentref name="jboss/jbossxb" version="2.0.0.GA"/>
       <componentref name="apache-xerces" version="2.9.1"/>
+      <componentref name="sun-jaxb" version="2.1.9"/>
 
       <!--
           Dependencies required to run the unit tests

Added: trunk/examples/javaee/mdb/build.xml
===================================================================
--- trunk/examples/javaee/mdb/build.xml	                        (rev 0)
+++ trunk/examples/javaee/mdb/build.xml	2009-04-07 14:00:03 UTC (rev 6342)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+
+<!-- =========================================================================================== -->
+<!--                                                                                             -->
+<!-- JBoss, Home of Professional Open Source                                                     -->
+<!-- Copyright 2005, JBoss Inc., and individual contributors as indicated                        -->
+<!-- by the @authors tag. See the copyright.txt in the distribution for a                        -->
+<!-- full listing of individual contributors.                                                    -->
+<!--                                                                                             -->
+<!-- This is free software; you can redistribute it and/or modify it                             -->
+<!-- under the terms of the GNU Lesser General Public License as                                 -->
+<!-- published by the Free Software Foundation; either version 2.1 of                            -->
+<!-- the License, or (at your option) any later version.                                         -->
+<!--                                                                                             -->
+<!-- This software is distributed in the hope that it will be useful,                            -->
+<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of                              -->
+<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU                            -->
+<!-- Lesser General Public License for more details.                                             -->
+<!--                                                                                             -->
+<!-- You should have received a copy of the GNU Lesser General Public                            -->
+<!-- License along with this software; if not, write to the Free                                 -->
+<!-- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA                          -->
+<!-- 02110-1301 USA, or see the FSF site: http://www.fsf.org.                                    -->
+<!--                                                                                             -->
+<!-- =========================================================================================== -->
+
+
+<project default="deploy" name="JBoss Messaging">
+   <property environment="ENV"/>
+   <property name="jboss.home" value="${ENV.JBOSS_HOME}"/>
+
+   <property name="config.dir" value="config"/>
+   <property name="main.config.dir" value="../config"/>
+   <property name="lib.dir" value="../lib"/>
+
+   <target name="deploy">
+      <fail unless="ENV.JBOSS_HOME" message="JBOSS_HOME environment variable not set! Set it and try again."/>
+      <available property="default-config" type="dir" file="${jboss.home}/server/jbm2_default"/>
+      <fail unless="default-config" message="${jboss.home}/server/jbm2_default not found!"/>
+   </target>
+
+   
+
+
+</project>

Deleted: trunk/examples/jms/common/config/client-jndi.properties
===================================================================
--- trunk/examples/jms/common/config/client-jndi.properties	2009-04-07 12:32:35 UTC (rev 6341)
+++ trunk/examples/jms/common/config/client-jndi.properties	2009-04-07 14:00:03 UTC (rev 6342)
@@ -1,3 +0,0 @@
-java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
-java.naming.provider.url=jnp://localhost:1099
-java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces




More information about the jboss-cvs-commits mailing list