JBoss hornetq SVN: r10491 - in trunk/examples: javaee and 1 other directory.
by do-not-reply@jboss.org
Author: ataylor
Date: 2011-04-12 10:21:56 -0400 (Tue, 12 Apr 2011)
New Revision: 10491
Removed:
trunk/examples/core/hornetq-core-examples.iml
trunk/examples/javaee/hornetq-javaee-examples.iml
Log:
removed intellij projects for examples
Deleted: trunk/examples/core/hornetq-core-examples.iml
===================================================================
--- trunk/examples/core/hornetq-core-examples.iml 2011-04-12 14:09:09 UTC (rev 10490)
+++ trunk/examples/core/hornetq-core-examples.iml 2011-04-12 14:21:56 UTC (rev 10491)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/embedded/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/perf/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/embedded-remote/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/microcontainer/src" isTestSource="false" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="hornetq" />
- <orderEntry type="library" name="messaging_jars" level="project" />
- <orderEntry type="module" module-name="hornetq-jms-examples" />
- </component>
-</module>
-
Deleted: trunk/examples/javaee/hornetq-javaee-examples.iml
===================================================================
--- trunk/examples/javaee/hornetq-javaee-examples.iml 2011-04-12 14:09:09 UTC (rev 10490)
+++ trunk/examples/javaee/hornetq-javaee-examples.iml 2011-04-12 14:21:56 UTC (rev 10491)
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/ejb-jms-transaction/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/hajndi/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/jca-config/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/jms-bridge/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/mdb-bmt/src" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/mdb-cmt-setrollbackonly/src" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/mdb-cmt-tx-local/src" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/mdb-cmt-tx-not-supported/src" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/mdb-cmt-tx-required/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/mdb-message-selector/src" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/mdb-tx-send/src" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/servlet-ssl-example/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/servlet-transport/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/xarecovery/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/servlet-ssl/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/jca-remote/src" isTestSource="false" />
- <excludeFolder url="file://$MODULE_DIR$/mdb-bmt/build" />
- <excludeFolder url="file://$MODULE_DIR$/mdb-cmt-tx-required/build" />
- <excludeFolder url="file://$MODULE_DIR$/output" />
- <excludeFolder url="file://$MODULE_DIR$/servlet-ssl-example/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="hornetq" />
- <orderEntry type="library" name="messaging_jars" level="project" />
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="library" name="jboss 5.1 client libs" level="application" />
- <orderEntry type="library" name="messaging-javaee-examples" level="project" />
- <orderEntry type="library" name="javaee" level="application" />
- <orderEntry type="module" module-name="hornetq-jms-tests" scope="PROVIDED" />
- <orderEntry type="module" module-name="hornetq-jms-examples" />
- </component>
-</module>
-
13 years, 8 months
JBoss hornetq SVN: r10490 - trunk/distribution/src/main/assembly.
by do-not-reply@jboss.org
Author: ataylor
Date: 2011-04-12 10:09:09 -0400 (Tue, 12 Apr 2011)
New Revision: 10490
Modified:
trunk/distribution/src/main/assembly/dep.xml
Log:
added schemas to distro
Modified: trunk/distribution/src/main/assembly/dep.xml
===================================================================
--- trunk/distribution/src/main/assembly/dep.xml 2011-04-12 13:48:14 UTC (rev 10489)
+++ trunk/distribution/src/main/assembly/dep.xml 2011-04-12 14:09:09 UTC (rev 10490)
@@ -30,9 +30,26 @@
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>
</binaries>
- </moduleSet> <moduleSet>
+ </moduleSet>
+ <moduleSet>
<useAllReactorProjects>true</useAllReactorProjects>
<includes>
+ <include>org.hornetq:hornetq-core</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory></outputDirectory>
+ <unpack>true</unpack>
+ <unpackOptions>
+ <includes>
+ <include>**/*.xsd</include>
+ </includes>
+ </unpackOptions>
+ </binaries>
+ </moduleSet>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
<include>org.hornetq:hornetq-core-client</include>
</includes>
<binaries>
@@ -65,6 +82,22 @@
<moduleSet>
<useAllReactorProjects>true</useAllReactorProjects>
<includes>
+ <include>org.hornetq:hornetq-jms</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory></outputDirectory>
+ <unpack>true</unpack>
+ <unpackOptions>
+ <includes>
+ <include>**/*.xsd</include>
+ </includes>
+ </unpackOptions>
+ </binaries>
+ </moduleSet>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
<include>org.hornetq:hornetq-jms-client</include>
</includes>
<binaries>
13 years, 8 months
JBoss hornetq SVN: r10489 - trunk/src.
by do-not-reply@jboss.org
Author: ataylor
Date: 2011-04-12 09:48:14 -0400 (Tue, 12 Apr 2011)
New Revision: 10489
Removed:
trunk/src/bin/
trunk/src/main/
Log:
removed empty dirs
13 years, 8 months
JBoss hornetq SVN: r10487 - in trunk: distribution and 6 other directories.
by do-not-reply@jboss.org
Author: ataylor
Date: 2011-04-12 09:41:44 -0400 (Tue, 12 Apr 2011)
New Revision: 10487
Added:
trunk/distribution/
trunk/distribution/pom.xml
trunk/distribution/src/
trunk/distribution/src/main/
trunk/distribution/src/main/assembly/
trunk/distribution/src/main/assembly/dep.xml
trunk/distribution/src/main/resources/
trunk/distribution/src/main/resources/bin/
trunk/distribution/src/main/resources/bin/run.bat
trunk/distribution/src/main/resources/bin/run.sh
trunk/distribution/src/main/resources/bin/stop.bat
trunk/distribution/src/main/resources/bin/stop.sh
trunk/distribution/src/main/resources/licenses/
Removed:
trunk/licenses/
trunk/src/bin/run.bat
trunk/src/bin/run.sh
trunk/src/bin/stop.bat
trunk/src/bin/stop.sh
Modified:
trunk/build-hornetq.xml
trunk/hornetq.iml
trunk/hornetq.ipr
trunk/pom.xml
Log:
distribution module part 1
Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml 2011-04-12 11:31:39 UTC (rev 10486)
+++ trunk/build-hornetq.xml 2011-04-12 13:41:44 UTC (rev 10487)
@@ -127,16 +127,16 @@
<property name="build.src.dir" value="${build.dir}/src"/>
<property name="src.dir" value="src"/>
<property name="src.main.dir" value="${src.dir}/main"/>
- <property name="src.config.dir" value="${src.dir}/config"/>
- <property name="src.config.standalone.non-clustered.dir" value="${src.dir}/config/stand-alone/non-clustered"/>
- <property name="src.config.standalone.clustered.dir" value="${src.dir}/config/stand-alone/clustered"/>
- <property name="src.config.trunk.non-clustered.dir" value="${src.dir}/config/trunk/non-clustered"/>
- <property name="src.config.trunk.clustered.dir" value="${src.dir}/config/trunk/clustered"/>
- <property name="src.config.jbossas4.non-clustered.dir" value="${src.dir}/config/jboss-as-4/non-clustered"/>
- <property name="src.config.jbossas4.clustered.dir" value="${src.dir}/config/jboss-as-4/clustered"/>
- <property name="src.config.jbossas5.non-clustered.dir" value="${src.dir}/config/jboss-as-5/non-clustered"/>
- <property name="src.config.jbossas5.clustered.dir" value="${src.dir}/config/jboss-as-5/clustered"/>
- <property name="src.config.service.dir" value="${src.dir}/config/service"/>
+ <property name="src.config.dir" value="distribution/src/main/resources/config"/>
+ <property name="src.config.standalone.non-clustered.dir" value="distribution/src/main/resources/config/stand-alone/non-clustered"/>
+ <property name="src.config.standalone.clustered.dir" value="distribution/src/main/resources/config/stand-alone/clustered"/>
+ <property name="src.config.trunk.non-clustered.dir" value="distribution/src/main/resources/config/trunk/non-clustered"/>
+ <property name="src.config.trunk.clustered.dir" value="distribution/src/main/resources/config/trunk/clustered"/>
+ <property name="src.config.jbossas4.non-clustered.dir" value="distribution/src/main/resources/config/jboss-as-4/non-clustered"/>
+ <property name="src.config.jbossas4.clustered.dir" value="distribution/src/main/resources/config/jboss-as-4/clustered"/>
+ <property name="src.config.jbossas5.non-clustered.dir" value="distribution/src/main/resources/config/jboss-as-5/non-clustered"/>
+ <property name="src.config.jbossas5.clustered.dir" value="distribution/src/main/resources/config/jboss-as-5/clustered"/>
+ <property name="src.config.service.dir" value="distribution/src/main/resources/config/service"/>
<property name="src.schema.dir" value="${hornetq.core.module.jar}/src/main/resources/schema"/>
<property name="src.bin.dir" value="${src.dir}/bin"/>
<property name="doc.dir" value="docs"/>
@@ -364,7 +364,7 @@
<pathelement location="${test.dir}/config"/>
<pathelement location="${test.dir}/tmpfiles"/>
<pathelement location="${test.classes.dir}"/>
- <pathelement location="${src.config.dir}/common"/>
+ <pathelement location="distribution/src/main/resources/config/common"/>
<pathelement location="${src.schema.dir}"/>
<path refid="test.compilation.classpath"/>
<path refid="sun.jaxb.classpath"/>
@@ -384,7 +384,7 @@
<pathelement location="${test.dir}/config"/>
<pathelement location="${test.dir}/tmpfiles"/>
<pathelement location="${test.classes.dir}"/>
- <pathelement location="${src.config.dir}/common"/>
+ <pathelement location="distribution/src/main/resources/config/common"/>
<pathelement location="${src.schema.dir}"/>
<path refid="test.compilation.classpath"/>
<path refid="apache.xerces.classpath"/>
@@ -406,7 +406,7 @@
<!-- as a transitive dependency from JBoss TM -->
<path refid="apache.logging.classpath"/>
<pathelement location="${test.dir}/config"/>
- <pathelement location="${src.config.dir}/common"/>
+ <pathelement location="distribution/src/main/resources/config/common"/>
</path>
<path id="joram.test.execution.classpath">
@@ -429,7 +429,7 @@
<!-- we must include Apache commons logging -->
<!-- as a transitive dependency from JBoss TM -->
<path refid="apache.logging.classpath"/>
- <pathelement location="${src.config.dir}/common"/>
+ <pathelement location="distribution/src/main/resources/config/common"/>
<path refid="org.jboss.naming.classpath"/>
</path>
@@ -533,7 +533,7 @@
<java classname="org.jboss.netty.util.Version" classpathref="org.jboss.netty.classpath"
outputproperty="netty.version" fork="true"/>
<echo>setting netty version ${netty.version}</echo>
- <copy file="${src.config.dir}/common/hornetq-version.properties"
+ <copy file="distribution/src/main/resources/config/common/hornetq-version.properties"
tofile="${build.core.client.java5.classes.dir}/hornetq-version.properties" overwrite="true">
<filterset>
<filter token="NETTY.VERSION" value="${netty.version}"/>
@@ -659,7 +659,7 @@
<fileset dir="${src.main.dir}">
<include name="**/jms/**/*.java"/>
</fileset>
- <fileset dir="${src.config.dir}/common">
+ <fileset dir="distribution/src/main/resources/config/common">
<include name="**/hornetq-jms.xsd"/>
</fileset>
</jar>
@@ -798,7 +798,7 @@
<exclude name="**/build"/>
<exclude name="**/data"/>
</fileset>
- <fileset dir="${src.config.dir}">
+ <fileset dir="distribution/src/main/resources/config">
<include name="jboss-as-4/**"/>
<include name="jboss-as-5/**"/>
<include name="jboss-as-6/**"/>
@@ -818,7 +818,7 @@
<exclude name="**/build"/>
<exclude name="**/data"/>
</fileset>
- <fileset dir="${src.config.dir}">
+ <fileset dir="distribution/src/main/resources/config">
<include name="jboss-as/**"/>
<include name="ra.xml"/>
<exclude name="**/build.xml"/>
@@ -914,7 +914,7 @@
<copy file="${org.jboss.netty.lib}/${netty.jar.name}" tofile="${build.distro.lib.dir}/netty.jar"/>
<copy file="${org.twitter4j.lib}/${twitter4j.jar.name}" tofile="${build.distro.lib.dir}/${twitter4j.jar.name}"/>
<copy todir="${build.distro.config.dir}">
- <fileset dir="${src.config.dir}">
+ <fileset dir="distribution/src/main/resources/config">
<include name="*.xml"/>
<include name="jndi.properties"/>
<include name="logging.properties"/>
@@ -964,7 +964,7 @@
<antcall target="dist-doc"/>
<copy todir="${build.distro.licenses.dir}/">
- <fileset dir="${licenses.dir}">
+ <fileset dir="distribution/src/main/resources/licenses">
<include name="**"/>
</fileset>
</copy>
@@ -1015,8 +1015,8 @@
<!-- examples-ant.properties allow the examples to be run from the source or from the distribution -->
<!-- by configuring the correct lib/config location -->
- <copy tofile="${build.distro.examples.dir}/common/config/ant.properties" file="src/config/examples-ant.properties" overwrite="true" />
- <copy tofile="${build.distro.examples.dir}/javaee/common/config/ant.properties" file="src/config/javaee-examples-ant.properties" overwrite="true" />
+ <copy tofile="${build.distro.examples.dir}/common/config/ant.properties" file="distribution/src/main/resources/config/examples-ant.properties" overwrite="true" />
+ <copy tofile="${build.distro.examples.dir}/javaee/common/config/ant.properties" file="distribution/src/main/resources/config/javaee-examples-ant.properties" overwrite="true" />
<zip basedir="${build.dir}"
destfile="${build.dir}/${build.artifact}.zip">
@@ -1192,7 +1192,7 @@
<property name="build.resources.dir" value="${build.dir}/resources"/>
<mkdir dir="${build.resources.dir}"/>
<copy todir="${build.resources.dir}">
- <fileset dir="${src.config.dir}">
+ <fileset dir="distribution/src/main/resources/config">
<exclude name="*cluster*"/>
<exclude name="*standalone*"/>
<exclude name="*.properties"/>
Added: trunk/distribution/pom.xml
===================================================================
--- trunk/distribution/pom.xml (rev 0)
+++ trunk/distribution/pom.xml 2011-04-12 13:41:44 UTC (rev 10487)
@@ -0,0 +1,42 @@
+<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.hornetq</groupId>
+ <artifactId>hornetq-pom</artifactId>
+ <version>2.2.3-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-distribution</artifactId>
+ <packaging>pom</packaging>
+ <name>HornetQ Distribution</name>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <descriptor>src/main/assembly/dep.xml</descriptor>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added: trunk/distribution/src/main/assembly/dep.xml
===================================================================
--- trunk/distribution/src/main/assembly/dep.xml (rev 0)
+++ trunk/distribution/src/main/assembly/dep.xml 2011-04-12 13:41:44 UTC (rev 10487)
@@ -0,0 +1,159 @@
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+
+ <id>bin</id>
+ <formats>
+ <format>tar.gz</format>
+ <format>zip</format>
+ <format>dir</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <moduleSets>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-bootstrap</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-core</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet> <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-core-client</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-jboss-as-integration</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet> <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-jms</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-jms-client</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet> <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-logging</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-rar</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet><!--
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-rest</include>
+ </includes>
+ <binaries>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>-->
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-service-sar</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-spring-integration</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ <moduleSet>
+ <useAllReactorProjects>true</useAllReactorProjects>
+ <includes>
+ <include>org.hornetq:hornetq-twitter-integration</include>
+ </includes>
+ <binaries>
+ <includeDependencies>false</includeDependencies>
+ <outputDirectory>lib</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ </moduleSets>
+ <fileSets>
+ <fileSet>
+ <directory>src/main/resources/config</directory>
+ <outputDirectory>config</outputDirectory>
+ <excludes>
+ <exclude>**/trunk/**</exclude>
+ <exclude>*.properties</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <directory>src/main/resources/bin</directory>
+ <outputDirectory>bin</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>src/main/resources/licenses</directory>
+ <outputDirectory>licenses</outputDirectory>
+ </fileSet>
+ </fileSets>
+</assembly>
Copied: trunk/distribution/src/main/resources/bin/run.bat (from rev 10483, trunk/src/bin/run.bat)
===================================================================
--- trunk/distribution/src/main/resources/bin/run.bat (rev 0)
+++ trunk/distribution/src/main/resources/bin/run.bat 2011-04-12 13:41:44 UTC (rev 10487)
@@ -0,0 +1,24 @@
+@ echo off
+setlocal ENABLEDELAYEDEXPANSION
+set HORNETQ_HOME=..
+IF "a%1"== "a" (
+set CONFIG_DIR=%HORNETQ_HOME%\config\stand-alone\non-clustered
+) ELSE (
+SET CONFIG_DIR=%1
+)
+set CLASSPATH=%CONFIG_DIR%;%HORNETQ_HOME%\schemas\
+REM you can use the following line if you want to run with different ports
+REM set CLUSTER_PROPS="-Djnp.port=1099 -Djnp.rmiPort=1098 -Djnp.host=localhost -Dhornetq.remoting.netty.host=localhost -Dhornetq.remoting.netty.port=5445"
+set JVM_ARGS=%CLUSTER_PROPS% -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=%CONFIG_DIR% -Djava.util.logging.config.file=%CONFIG_DIR%\logging.properties -Djava.library.path=.
+REM export JVM_ARGS="-Xmx512M -Djava.util.logging.config.file=%CONFIG_DIR%\logging.properties -Dhornetq.config.dir=$CONFIG_DIR -Djava.library.path=. -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
+for /R ..\lib %%A in (*.jar) do (
+SET CLASSPATH=!CLASSPATH!;%%A
+)
+mkdir ..\logs
+echo ***********************************************************************************
+echo "java %JVM_ARGS% -classpath %CLASSPATH% org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml"
+echo ***********************************************************************************
+java %JVM_ARGS% -classpath %CLASSPATH% org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml
+
+
+
Copied: trunk/distribution/src/main/resources/bin/run.sh (from rev 10483, trunk/src/bin/run.sh)
===================================================================
--- trunk/distribution/src/main/resources/bin/run.sh (rev 0)
+++ trunk/distribution/src/main/resources/bin/run.sh 2011-04-12 13:41:44 UTC (rev 10487)
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+export HORNETQ_HOME=..
+mkdir -p ../logs
+# By default, the server is started in the non-clustered standalone configuration
+
+if [ a"$1" = a ]; then CONFIG_DIR=$HORNETQ_HOME/config/stand-alone/non-clustered; else CONFIG_DIR="$1"; fi
+if [ a"$2" = a ]; then FILENAME=hornetq-beans.xml; else FILENAME="$2"; fi
+
+export CLASSPATH=$CONFIG_DIR:$HORNETQ_HOME/schemas/
+#you can use the following line if you want to run with different ports
+#export CLUSTER_PROPS="-Djnp.port=1099 -Djnp.rmiPort=1098 -Djnp.host=localhost -Dhornetq.remoting.netty.host=localhost -Dhornetq.remoting.netty.port=5445"
+export JVM_ARGS="$CLUSTER_PROPS -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=$CONFIG_DIR -Djava.util.logging.config.file=$CONFIG_DIR/logging.properties -Djava.library.path=."
+#export JVM_ARGS="-Xmx512M -Djava.util.logging.config.file=$CONFIG_DIR/logging.properties -Dhornetq.config.dir=$CONFIG_DIR -Djava.library.path=. -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
+
+for i in `ls $HORNETQ_HOME/lib/*.jar`; do
+ CLASSPATH=$i:$CLASSPATH
+done
+
+echo "***********************************************************************************"
+echo "java $JVM_ARGS -classpath $CLASSPATH org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME"
+echo "***********************************************************************************"
+java $JVM_ARGS -classpath $CLASSPATH -Dcom.sun.management.jmxremote org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME
\ No newline at end of file
Property changes on: trunk/distribution/src/main/resources/bin/run.sh
___________________________________________________________________
Added: svn:executable
+ *
Copied: trunk/distribution/src/main/resources/bin/stop.bat (from rev 10483, trunk/src/bin/stop.bat)
===================================================================
--- trunk/distribution/src/main/resources/bin/stop.bat (rev 0)
+++ trunk/distribution/src/main/resources/bin/stop.bat 2011-04-12 13:41:44 UTC (rev 10487)
@@ -0,0 +1,9 @@
+@ echo off
+setlocal ENABLEDELAYEDEXPANSION
+set HORNETQ_HOME=..
+IF "a%1"== "a" (
+set CONFIG_DIR=%HORNETQ_HOME%\config\stand-alone\non-clustered
+) ELSE (
+SET CONFIG_DIR=%1
+)
+dir >> %CONFIG_DIR%\STOP_ME
\ No newline at end of file
Copied: trunk/distribution/src/main/resources/bin/stop.sh (from rev 10483, trunk/src/bin/stop.sh)
===================================================================
--- trunk/distribution/src/main/resources/bin/stop.sh (rev 0)
+++ trunk/distribution/src/main/resources/bin/stop.sh 2011-04-12 13:41:44 UTC (rev 10487)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export HORNETQ_HOME=..
+if [ a"$1" = a ]; then CONFIG_DIR=$HORNETQ_HOME/config/stand-alone/non-clustered; else CONFIG_DIR="$1"; fi
+touch $CONFIG_DIR/STOP_ME;
\ No newline at end of file
Modified: trunk/hornetq.iml
===================================================================
--- trunk/hornetq.iml 2011-04-12 11:31:39 UTC (rev 10486)
+++ trunk/hornetq.iml 2011-04-12 13:41:44 UTC (rev 10487)
@@ -4,7 +4,6 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/build/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/native/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/hornetq-core/src/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/hornetq-core/src/main/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/hornetq-logging/src/main/java" isTestSource="false" />
Modified: trunk/hornetq.ipr
===================================================================
--- trunk/hornetq.ipr 2011-04-12 11:31:39 UTC (rev 10486)
+++ trunk/hornetq.ipr 2011-04-12 13:41:44 UTC (rev 10487)
@@ -748,7 +748,7 @@
<library name="messaging">
<CLASSES>
<root url="file://$PROJECT_DIR$/src/config/common" />
- <root url="file://$PROJECT_DIR$/src/config/stand-alone/non-clustered" />
+ <root url="file://$PROJECT_DIR$/distribution/src/main/resources/config/stand-alone/non-clustered" />
</CLASSES>
<JAVADOC />
<SOURCES />
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-04-12 11:31:39 UTC (rev 10486)
+++ trunk/pom.xml 2011-04-12 13:41:44 UTC (rev 10487)
@@ -108,6 +108,7 @@
<module>hornetq-spring-integration</module>
<module>hornetq-service-sar</module>
<module>tests</module>
+ <module>distribution</module>
</modules>
<dependencyManagement>
Deleted: trunk/src/bin/run.bat
===================================================================
--- trunk/src/bin/run.bat 2011-04-12 11:31:39 UTC (rev 10486)
+++ trunk/src/bin/run.bat 2011-04-12 13:41:44 UTC (rev 10487)
@@ -1,24 +0,0 @@
-@ echo off
-setlocal ENABLEDELAYEDEXPANSION
-set HORNETQ_HOME=..
-IF "a%1"== "a" (
-set CONFIG_DIR=%HORNETQ_HOME%\config\stand-alone\non-clustered
-) ELSE (
-SET CONFIG_DIR=%1
-)
-set CLASSPATH=%CONFIG_DIR%;%HORNETQ_HOME%\schemas\
-REM you can use the following line if you want to run with different ports
-REM set CLUSTER_PROPS="-Djnp.port=1099 -Djnp.rmiPort=1098 -Djnp.host=localhost -Dhornetq.remoting.netty.host=localhost -Dhornetq.remoting.netty.port=5445"
-set JVM_ARGS=%CLUSTER_PROPS% -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=%CONFIG_DIR% -Djava.util.logging.config.file=%CONFIG_DIR%\logging.properties -Djava.library.path=.
-REM export JVM_ARGS="-Xmx512M -Djava.util.logging.config.file=%CONFIG_DIR%\logging.properties -Dhornetq.config.dir=$CONFIG_DIR -Djava.library.path=. -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
-for /R ..\lib %%A in (*.jar) do (
-SET CLASSPATH=!CLASSPATH!;%%A
-)
-mkdir ..\logs
-echo ***********************************************************************************
-echo "java %JVM_ARGS% -classpath %CLASSPATH% org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml"
-echo ***********************************************************************************
-java %JVM_ARGS% -classpath %CLASSPATH% org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml
-
-
-
Deleted: trunk/src/bin/run.sh
===================================================================
--- trunk/src/bin/run.sh 2011-04-12 11:31:39 UTC (rev 10486)
+++ trunk/src/bin/run.sh 2011-04-12 13:41:44 UTC (rev 10487)
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-export HORNETQ_HOME=..
-mkdir -p ../logs
-# By default, the server is started in the non-clustered standalone configuration
-
-if [ a"$1" = a ]; then CONFIG_DIR=$HORNETQ_HOME/config/stand-alone/non-clustered; else CONFIG_DIR="$1"; fi
-if [ a"$2" = a ]; then FILENAME=hornetq-beans.xml; else FILENAME="$2"; fi
-
-export CLASSPATH=$CONFIG_DIR:$HORNETQ_HOME/schemas/
-#you can use the following line if you want to run with different ports
-#export CLUSTER_PROPS="-Djnp.port=1099 -Djnp.rmiPort=1098 -Djnp.host=localhost -Dhornetq.remoting.netty.host=localhost -Dhornetq.remoting.netty.port=5445"
-export JVM_ARGS="$CLUSTER_PROPS -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=$CONFIG_DIR -Djava.util.logging.config.file=$CONFIG_DIR/logging.properties -Djava.library.path=."
-#export JVM_ARGS="-Xmx512M -Djava.util.logging.config.file=$CONFIG_DIR/logging.properties -Dhornetq.config.dir=$CONFIG_DIR -Djava.library.path=. -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
-
-for i in `ls $HORNETQ_HOME/lib/*.jar`; do
- CLASSPATH=$i:$CLASSPATH
-done
-
-echo "***********************************************************************************"
-echo "java $JVM_ARGS -classpath $CLASSPATH org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME"
-echo "***********************************************************************************"
-java $JVM_ARGS -classpath $CLASSPATH -Dcom.sun.management.jmxremote org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME
\ No newline at end of file
Deleted: trunk/src/bin/stop.bat
===================================================================
--- trunk/src/bin/stop.bat 2011-04-12 11:31:39 UTC (rev 10486)
+++ trunk/src/bin/stop.bat 2011-04-12 13:41:44 UTC (rev 10487)
@@ -1,9 +0,0 @@
-@ echo off
-setlocal ENABLEDELAYEDEXPANSION
-set HORNETQ_HOME=..
-IF "a%1"== "a" (
-set CONFIG_DIR=%HORNETQ_HOME%\config\stand-alone\non-clustered
-) ELSE (
-SET CONFIG_DIR=%1
-)
-dir >> %CONFIG_DIR%\STOP_ME
\ No newline at end of file
Deleted: trunk/src/bin/stop.sh
===================================================================
--- trunk/src/bin/stop.sh 2011-04-12 11:31:39 UTC (rev 10486)
+++ trunk/src/bin/stop.sh 2011-04-12 13:41:44 UTC (rev 10487)
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-export HORNETQ_HOME=..
-if [ a"$1" = a ]; then CONFIG_DIR=$HORNETQ_HOME/config/stand-alone/non-clustered; else CONFIG_DIR="$1"; fi
-touch $CONFIG_DIR/STOP_ME;
\ No newline at end of file
13 years, 8 months
JBoss hornetq SVN: r10485 - trunk/tests.
by do-not-reply@jboss.org
Author: ataylor
Date: 2011-04-12 06:31:39 -0400 (Tue, 12 Apr 2011)
New Revision: 10485
Removed:
trunk/tests/lib/
Log:
removed emma jars
13 years, 8 months
JBoss hornetq SVN: r10483 - in trunk/tests: performance-tests and 8 other directories.
by do-not-reply@jboss.org
Author: ataylor
Date: 2011-04-12 06:26:34 -0400 (Tue, 12 Apr 2011)
New Revision: 10483
Added:
trunk/tests/performance-tests/
trunk/tests/performance-tests/pom.xml
trunk/tests/performance-tests/src/
trunk/tests/performance-tests/src/test/
trunk/tests/performance-tests/src/test/java/
trunk/tests/performance-tests/src/test/java/org/
trunk/tests/performance-tests/src/test/java/org/hornetq/
trunk/tests/performance-tests/src/test/java/org/hornetq/tests/
trunk/tests/performance-tests/src/test/java/org/hornetq/tests/performance/
Removed:
trunk/tests/src/org/hornetq/tests/performance/
Modified:
trunk/tests/hornetq-tests.iml
trunk/tests/performance-tests/src/test/java/org/hornetq/tests/performance/paging/MeasurePagingMultiThreadTest.java
trunk/tests/pom.xml
Log:
mavenised performance tests
Modified: trunk/tests/hornetq-tests.iml
===================================================================
--- trunk/tests/hornetq-tests.iml 2011-04-12 10:20:46 UTC (rev 10482)
+++ trunk/tests/hornetq-tests.iml 2011-04-12 10:26:34 UTC (rev 10483)
@@ -12,6 +12,7 @@
<sourceFolder url="file://$MODULE_DIR$/stress-tests/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/timing-tests/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/concurrent-tests/src/test/java" isTestSource="true" />
+ <sourceFolder url="file://$MODULE_DIR$/performance-tests/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/jms-tests" />
<excludeFolder url="file://$MODULE_DIR$/joram-tests" />
<excludeFolder url="file://$MODULE_DIR$/logs" />
Copied: trunk/tests/performance-tests/pom.xml (from rev 10480, trunk/tests/stress-tests/pom.xml)
===================================================================
--- trunk/tests/performance-tests/pom.xml (rev 0)
+++ trunk/tests/performance-tests/pom.xml 2011-04-12 10:26:34 UTC (rev 10483)
@@ -0,0 +1,140 @@
+<!--
+ ~ 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.
+ -->
+
+<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.hornetq.tests</groupId>
+ <artifactId>hornetq-tests-pom</artifactId>
+ <version>2.2.3-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.hornetq.tests</groupId>
+ <artifactId>performance-tests</artifactId>
+ <packaging>jar</packaging>
+ <name>HornetQ performance Tests</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.hornetq.tests</groupId>
+ <artifactId>unit-tests</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq.tests</groupId>
+ <artifactId>integration-tests</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq.tests</groupId>
+ <artifactId>jms-tests</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-jms</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-ra</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-bootstrap</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jca-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbosssx</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.naming</groupId>
+ <artifactId>jnpserver</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jbossts</groupId>
+ <artifactId>jbossts-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>apache-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-transaction-api</artifactId>
+ </dependency>
+ <!--this specifically for the JMS Bridge-->
+ <dependency>
+ <groupId>org.jboss.integration</groupId>
+ <artifactId>jboss-transaction-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jaspi-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jms-api</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <testResources>
+ <testResource>
+ <directory>config</directory>
+ </testResource>
+ </testResources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Modified: trunk/tests/performance-tests/src/test/java/org/hornetq/tests/performance/paging/MeasurePagingMultiThreadTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/performance/paging/MeasurePagingMultiThreadTest.java 2011-04-11 12:47:21 UTC (rev 10475)
+++ trunk/tests/performance-tests/src/test/java/org/hornetq/tests/performance/paging/MeasurePagingMultiThreadTest.java 2011-04-12 10:26:34 UTC (rev 10483)
@@ -22,7 +22,7 @@
import org.hornetq.core.config.Configuration;
import org.hornetq.core.server.HornetQServer;
import org.hornetq.core.settings.impl.AddressSettings;
-import org.hornetq.tests.unit.util.ServiceTestBase;
+import org.hornetq.tests.util.ServiceTestBase;
/**
* A MeasurePagingMultiThreadTest
Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml 2011-04-12 10:20:46 UTC (rev 10482)
+++ trunk/tests/pom.xml 2011-04-12 10:26:34 UTC (rev 10483)
@@ -32,5 +32,6 @@
<module>stress-tests</module>
<module>timing-tests</module>
<module>concurrent-tests</module>
+ <module>performance-tests</module>
</modules>
</project>
13 years, 8 months
JBoss hornetq SVN: r10482 - in trunk/tests: concurrent-tests and 7 other directories.
by do-not-reply@jboss.org
Author: ataylor
Date: 2011-04-12 06:20:46 -0400 (Tue, 12 Apr 2011)
New Revision: 10482
Added:
trunk/tests/concurrent-tests/
trunk/tests/concurrent-tests/pom.xml
trunk/tests/concurrent-tests/src/
trunk/tests/concurrent-tests/src/test/
trunk/tests/concurrent-tests/src/test/java/
trunk/tests/concurrent-tests/src/test/java/org/
trunk/tests/concurrent-tests/src/test/java/org/hornetq/
trunk/tests/concurrent-tests/src/test/java/org/hornetq/tests/
trunk/tests/concurrent-tests/src/test/java/org/hornetq/tests/concurrent/
Removed:
trunk/tests/src/org/hornetq/tests/concurrent/
Modified:
trunk/tests/hornetq-tests.iml
trunk/tests/pom.xml
Log:
mavenised concurrent tests
Copied: trunk/tests/concurrent-tests/pom.xml (from rev 10480, trunk/tests/stress-tests/pom.xml)
===================================================================
--- trunk/tests/concurrent-tests/pom.xml (rev 0)
+++ trunk/tests/concurrent-tests/pom.xml 2011-04-12 10:20:46 UTC (rev 10482)
@@ -0,0 +1,140 @@
+<!--
+ ~ 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.
+ -->
+
+<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.hornetq.tests</groupId>
+ <artifactId>hornetq-tests-pom</artifactId>
+ <version>2.2.3-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.hornetq.tests</groupId>
+ <artifactId>concurrent-tests</artifactId>
+ <packaging>jar</packaging>
+ <name>HornetQ concurrent Tests</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.hornetq.tests</groupId>
+ <artifactId>unit-tests</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq.tests</groupId>
+ <artifactId>integration-tests</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq.tests</groupId>
+ <artifactId>jms-tests</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-jms</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-ra</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-bootstrap</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jca-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbosssx</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.naming</groupId>
+ <artifactId>jnpserver</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jbossts</groupId>
+ <artifactId>jbossts-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>apache-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-transaction-api</artifactId>
+ </dependency>
+ <!--this specifically for the JMS Bridge-->
+ <dependency>
+ <groupId>org.jboss.integration</groupId>
+ <artifactId>jboss-transaction-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jaspi-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jms-api</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <testResources>
+ <testResource>
+ <directory>config</directory>
+ </testResource>
+ </testResources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Modified: trunk/tests/hornetq-tests.iml
===================================================================
--- trunk/tests/hornetq-tests.iml 2011-04-12 10:17:50 UTC (rev 10481)
+++ trunk/tests/hornetq-tests.iml 2011-04-12 10:20:46 UTC (rev 10482)
@@ -11,6 +11,7 @@
<sourceFolder url="file://$MODULE_DIR$/soak-tests/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/stress-tests/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/timing-tests/src/test/java" isTestSource="true" />
+ <sourceFolder url="file://$MODULE_DIR$/concurrent-tests/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/jms-tests" />
<excludeFolder url="file://$MODULE_DIR$/joram-tests" />
<excludeFolder url="file://$MODULE_DIR$/logs" />
Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml 2011-04-12 10:17:50 UTC (rev 10481)
+++ trunk/tests/pom.xml 2011-04-12 10:20:46 UTC (rev 10482)
@@ -31,5 +31,6 @@
<module>soak-tests</module>
<module>stress-tests</module>
<module>timing-tests</module>
+ <module>concurrent-tests</module>
</modules>
</project>
13 years, 8 months