[hornetq-commits] JBoss hornetq SVN: r10177 - in branches/Branch_2_2_EAP: examples-eap and 5 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 4 09:38:32 EST 2011


Author: ataylor
Date: 2011-02-04 09:38:32 -0500 (Fri, 04 Feb 2011)
New Revision: 10177

Added:
   branches/Branch_2_2_EAP/examples-eap/
   branches/Branch_2_2_EAP/examples-eap/common/
   branches/Branch_2_2_EAP/examples-eap/common/config/
   branches/Branch_2_2_EAP/examples-eap/common/config/ant.properties
   branches/Branch_2_2_EAP/examples-eap/javaee/
   branches/Branch_2_2_EAP/examples-eap/javaee/common/
   branches/Branch_2_2_EAP/examples-eap/javaee/common/config/
   branches/Branch_2_2_EAP/examples-eap/javaee/common/config/ant.properties
   branches/Branch_2_2_EAP/examples-eap/readme
Modified:
   branches/Branch_2_2_EAP/build-hornetq.xml
Log:
https://issues.jboss.org/browse/JBPAPP-5593 - added changes for eap examples

Modified: branches/Branch_2_2_EAP/build-hornetq.xml
===================================================================
--- branches/Branch_2_2_EAP/build-hornetq.xml	2011-02-03 22:17:34 UTC (rev 10176)
+++ branches/Branch_2_2_EAP/build-hornetq.xml	2011-02-04 14:38:32 UTC (rev 10177)
@@ -775,7 +775,7 @@
    </target>
 
    <target name="jar"
-           depends="jar-core, jar-core-client, jar-core-client-java5, jar-jms, jar-jms-client, jar-jms-client-java5, jar-jboss-integration, jar-jboss-service, jar-bootstrap, jar-logging, jar-ra, jar-mc, jar-jnp-client, jar-resources, sources-jar, jar-twitter-integration, jar-spring-integration, jar-rest">
+           depends="jar-core, jar-core-client, jar-core-client-java5, jar-jms, jar-jms-client, jar-jms-client-java5, jar-jboss-integration, jar-jboss-service, jar-bootstrap, jar-logging, jar-ra, jar-mc, jar-jnp-client, jar-resources, sources-jar, jar-twitter-integration, jar-spring-integration, jar-rest, eap-examples">
    </target>
 
    <target name="jar-jnp-client" depends="init">

Added: branches/Branch_2_2_EAP/examples-eap/common/config/ant.properties
===================================================================
--- branches/Branch_2_2_EAP/examples-eap/common/config/ant.properties	                        (rev 0)
+++ branches/Branch_2_2_EAP/examples-eap/common/config/ant.properties	2011-02-04 14:38:32 UTC (rev 10177)
@@ -0,0 +1,18 @@
+#
+# Copyright 2009 Red Hat, Inc.
+# Red Hat licenses this file to you under the Apache License, version
+# 2.0 (the "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# http://www.apache.org/licenses/LICENSE-2.0
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.  See the License for the specific language governing
+# permissions and limitations under the License.
+#
+
+hornetq.example.logserveroutput=true
+hornetq.jars.dir=${ENV.JBOSS_HOME}/common/lib
+jars.dir=${ENV.JBOSS_HOME}/lib
+aio.library.path=${ENV.JBOSS_HOME}/common/lib
+jms-library=jboss-javaee.jar

Added: branches/Branch_2_2_EAP/examples-eap/javaee/common/config/ant.properties
===================================================================

Added: branches/Branch_2_2_EAP/examples-eap/readme
===================================================================
--- branches/Branch_2_2_EAP/examples-eap/readme	                        (rev 0)
+++ branches/Branch_2_2_EAP/examples-eap/readme	2011-02-04 14:38:32 UTC (rev 10177)
@@ -0,0 +1 @@
+This directory contains files that will be used to replace files in order to make the examples runnable on the EAP



More information about the hornetq-commits mailing list