[hornetq-commits] JBoss hornetq SVN: r10551 - in trunk: hornetq-bootstrap and 13 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 22 07:14:38 EDT 2011


Author: ataylor
Date: 2011-04-22 07:14:38 -0400 (Fri, 22 Apr 2011)
New Revision: 10551

Modified:
   trunk/hornetq-bootstrap/hornetq-bootstrap.iml
   trunk/hornetq-bootstrap/pom.xml
   trunk/hornetq-core-client/pom.xml
   trunk/hornetq-core/pom.xml
   trunk/hornetq-jboss-as-integration/hornetq-jboss-as-integration.iml
   trunk/hornetq-jboss-as-integration/pom.xml
   trunk/hornetq-jms-client/pom.xml
   trunk/hornetq-jms/pom.xml
   trunk/hornetq-logging/pom.xml
   trunk/hornetq-ra/hornetq-ra-jar/pom.xml
   trunk/hornetq-ra/hornetq-ra-rar/hornetq-rar.iml
   trunk/hornetq-ra/hornetq-ra-rar/pom.xml
   trunk/hornetq-ra/hornetq-rar-pom.iml
   trunk/hornetq-ra/pom.xml
   trunk/hornetq-rest/hornetq-rest/hornetq-rest.iml
   trunk/hornetq-service-sar/pom.xml
   trunk/hornetq-spring-integration/pom.xml
   trunk/hornetq-twitter-integration/pom.xml
   trunk/hornetq.iml
   trunk/hornetq.ipr
   trunk/hornetq.iws
   trunk/pom.xml
Log:
tidied up poms

Modified: trunk/hornetq-bootstrap/hornetq-bootstrap.iml
===================================================================
--- trunk/hornetq-bootstrap/hornetq-bootstrap.iml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-bootstrap/hornetq-bootstrap.iml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false">
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/target/classes" />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />
     <content url="file://$MODULE_DIR$">
       <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+      <excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/classes" />
+      <excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/test-classes" />
       <excludeFolder url="file://$MODULE_DIR$/target" />
     </content>
     <orderEntry type="inheritedJdk" />
@@ -14,7 +16,7 @@
     <orderEntry type="library" name="Maven: org.jboss.microcontainer:jboss-kernel:2.0.6.GA" level="project" />
     <orderEntry type="library" name="Maven: org.jboss.microcontainer:jboss-dependency:2.0.6.GA" level="project" />
     <orderEntry type="library" name="Maven: org.jboss:jbossxb:2.0.1.GA" level="project" />
-    <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging-spi:2.0.5.GA" level="project" />
+    <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging-spi:2.1.0.GA" level="project" />
     <orderEntry type="library" name="Maven: org.jboss:jboss-common-core:2.2.14.GA" level="project" />
     <orderEntry type="library" name="Maven: org.jboss:jboss-reflect:2.0.2.GA" level="project" />
     <orderEntry type="library" name="Maven: apache-xerces:xml-apis:2.9.1" level="project" />

Modified: trunk/hornetq-bootstrap/pom.xml
===================================================================
--- trunk/hornetq-bootstrap/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-bootstrap/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -2,6 +2,12 @@
          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-bootstrap</artifactId>
     <packaging>jar</packaging>
@@ -12,7 +18,7 @@
         <dependency>
             <groupId>org.hornetq</groupId>
             <artifactId>hornetq-core</artifactId>
-            <version>2.2.3-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.microcontainer</groupId>
@@ -26,17 +32,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>

Modified: trunk/hornetq-core/pom.xml
===================================================================
--- trunk/hornetq-core/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-core/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -20,28 +20,45 @@
       </dependency>
    </dependencies>
 
+   <profiles>
+      <profile>
+         <id>release</id>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-javadoc-plugin</artifactId>
+                  <version>2.4</version>
+                  <configuration>
+                     <doclet>org.jboss.apiviz.APIviz</doclet>
+                     <docletArtifact>
+                        <groupId>org.jboss.apiviz</groupId>
+                        <artifactId>apiviz</artifactId>
+                        <version>1.3.1.GA</version>
+                     </docletArtifact>
+                     <useStandardDocletOptions>true</useStandardDocletOptions>
+                     <minmemory>128m</minmemory>
+                     <maxmemory>512m</maxmemory>
+                     <quiet>false</quiet>
+                     <aggregate>true</aggregate>
+                     <excludePackageNames>org.hornetq.core:org.hornetq.utils</excludePackageNames>
+                  </configuration>
+                  <executions>
+                     <execution>
+                        <id>javadocs</id>
+                        <goals>
+                           <goal>jar</goal>
+                        </goals>
+                     </execution>
+                  </executions>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+   </profiles>
    <build>
-      <resources>
-         <resource>
-            <directory>src/main/resources</directory>
-            <filtering>true</filtering>
-         </resource>
-      </resources>
       <plugins>
          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <version>2.2</version>
-            <configuration>
-               <archive>
-                  <manifestEntries>
-                     <HornetQ-Version>${HornetQ-Version}</HornetQ-Version>
-                     <HornetQ-SVN-URL>${HornetQ-SVN-URL}</HornetQ-SVN-URL>
-                  </manifestEntries>
-               </archive>
-            </configuration>
-         </plugin>
-         <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>javacc-maven-plugin</artifactId>
             <executions>
@@ -56,41 +73,6 @@
                </execution>
             </executions>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.6</source>
-               <target>1.6</target>
-            </configuration>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.4</version>
-            <configuration>
-               <doclet>org.jboss.apiviz.APIviz</doclet>
-               <docletArtifact>
-                  <groupId>org.jboss.apiviz</groupId>
-                  <artifactId>apiviz</artifactId>
-                  <version>1.3.1.GA</version>
-               </docletArtifact>
-               <useStandardDocletOptions>true</useStandardDocletOptions>
-               <minmemory>128m</minmemory>
-               <maxmemory>512m</maxmemory>
-               <quiet>false</quiet>
-               <aggregate>true</aggregate>
-               <excludePackageNames>org.hornetq.core:org.hornetq.utils</excludePackageNames>
-            </configuration>
-            <executions>
-               <execution>
-                  <id>javadocs</id>
-                  <goals>
-                     <goal>jar</goal>
-                  </goals>
-               </execution>
-            </executions>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/hornetq-core-client/pom.xml
===================================================================
--- trunk/hornetq-core-client/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-core-client/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -23,12 +23,6 @@
    </dependencies>
 
    <build>
-      <resources>
-         <resource>
-            <directory>src/main/resources</directory>
-            <filtering>true</filtering>
-         </resource>
-      </resources>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -82,14 +76,6 @@
 
             </executions>
          </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>
 

Modified: trunk/hornetq-jboss-as-integration/hornetq-jboss-as-integration.iml
===================================================================
--- trunk/hornetq-jboss-as-integration/hornetq-jboss-as-integration.iml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-jboss-as-integration/hornetq-jboss-as-integration.iml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false">
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/target/classes" />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />
     <content url="file://$MODULE_DIR$">

Modified: trunk/hornetq-jboss-as-integration/pom.xml
===================================================================
--- trunk/hornetq-jboss-as-integration/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-jboss-as-integration/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -42,23 +42,4 @@
       </dependency>
    </dependencies>
 
-   <build>
-      <resources>
-         <resource>
-            <directory>src/main/resources</directory>
-            <filtering>true</filtering>
-         </resource>
-      </resources>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <source>1.5</source>
-               <target>1.5</target>
-            </configuration>
-         </plugin>
-      </plugins>
-   </build>
-
 </project>

Modified: trunk/hornetq-jms/pom.xml
===================================================================
--- trunk/hornetq-jms/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-jms/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -33,23 +33,5 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-        <plugins>
-            <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/hornetq-jms-client/pom.xml
===================================================================
--- trunk/hornetq-jms-client/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-jms-client/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -22,12 +22,6 @@
    </dependencies>
 
    <build>
-      <resources>
-         <resource>
-            <directory>src/main/resources</directory>
-            <filtering>true</filtering>
-         </resource>
-      </resources>
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -60,14 +54,6 @@
 
             </executions>
          </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>
 

Modified: trunk/hornetq-logging/pom.xml
===================================================================
--- trunk/hornetq-logging/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-logging/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -25,17 +25,5 @@
       </dependency>
    </dependencies>
 
-   <build>
-      <plugins>
-         <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/hornetq-ra/hornetq-ra-jar/pom.xml
===================================================================
--- trunk/hornetq-ra/hornetq-ra-jar/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-ra/hornetq-ra-jar/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -33,23 +33,5 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-        <plugins>
-            <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/hornetq-ra/hornetq-ra-rar/hornetq-rar.iml
===================================================================
--- trunk/hornetq-ra/hornetq-ra-rar/hornetq-rar.iml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-ra/hornetq-ra-rar/hornetq-rar.iml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
+<module type="JAVA_MODULE" version="4">
   <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/target/classes" />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />

Modified: trunk/hornetq-ra/hornetq-ra-rar/pom.xml
===================================================================
--- trunk/hornetq-ra/hornetq-ra-rar/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-ra/hornetq-ra-rar/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -73,15 +73,6 @@
                    <raXmlFile>src/main/resources/ra.xml</raXmlFile>
                 </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>
 

Modified: trunk/hornetq-ra/hornetq-rar-pom.iml
===================================================================
--- trunk/hornetq-ra/hornetq-rar-pom.iml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-ra/hornetq-rar-pom.iml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false">
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/target/classes" />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />
     <content url="file://$MODULE_DIR$">

Modified: trunk/hornetq-ra/pom.xml
===================================================================
--- trunk/hornetq-ra/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-ra/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -12,6 +12,15 @@
    <artifactId>hornetq-rar-pom</artifactId>
    <packaging>pom</packaging>
 
+   <profiles>
+      <profile>
+         <id>release</id>
+         <modules>
+            <module>hornetq-ra-rar</module>
+         </modules>
+      </profile>
+   </profiles>
+
    <build>
       <plugins>
          <plugin>
@@ -26,6 +35,5 @@
 
    <modules>
       <module>hornetq-ra-jar</module>
-      <module>hornetq-ra-rar</module>
    </modules>
 </project>

Modified: trunk/hornetq-rest/hornetq-rest/hornetq-rest.iml
===================================================================
--- trunk/hornetq-rest/hornetq-rest/hornetq-rest.iml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-rest/hornetq-rest/hornetq-rest.iml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
   <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
-    <output url="file://$MODULE_DIR$/target/classes" />
-    <output-test url="file://$MODULE_DIR$/target/test-classes" />
+    <output url="file://$MODULE_DIR$/../target/classes" />
+    <output-test url="file://$MODULE_DIR$/../target/test-classes" />
     <content url="file://$MODULE_DIR$">
       <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
       <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />

Modified: trunk/hornetq-service-sar/pom.xml
===================================================================
--- trunk/hornetq-service-sar/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-service-sar/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -31,23 +31,5 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-        <plugins>
-            <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/hornetq-spring-integration/pom.xml
===================================================================
--- trunk/hornetq-spring-integration/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-spring-integration/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -55,17 +55,4 @@
       </dependency>
    </dependencies>
 
-    <build>
-        <plugins>
-            <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/hornetq-twitter-integration/pom.xml
===================================================================
--- trunk/hornetq-twitter-integration/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq-twitter-integration/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -25,17 +25,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <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/hornetq.iml
===================================================================
--- trunk/hornetq.iml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq.iml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" relativePaths="true" type="JAVA_MODULE" version="4">
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false">
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/target/classes" />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />
     <content url="file://$MODULE_DIR$">

Modified: trunk/hornetq.ipr
===================================================================
--- trunk/hornetq.ipr	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq.ipr	2011-04-22 11:14:38 UTC (rev 10551)
@@ -799,17 +799,6 @@
         <root url="jar://$MAVEN_REPOSITORY$/org/jboss/javaee/jboss-transaction-api/1.0.1.GA/jboss-transaction-api-1.0.1.GA-sources.jar!/" />
       </SOURCES>
     </library>
-    <library name="Maven: org.jboss.logging:jboss-logging-spi:2.0.5.GA">
-      <CLASSES>
-        <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar!/" />
-      </CLASSES>
-      <JAVADOC>
-        <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-javadoc.jar!/" />
-      </JAVADOC>
-      <SOURCES>
-        <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar!/" />
-      </SOURCES>
-    </library>
     <library name="Maven: org.jboss.logging:jboss-logging-spi:2.1.0.GA">
       <CLASSES>
         <root url="jar://$MAVEN_REPOSITORY$/org/jboss/logging/jboss-logging-spi/2.1.0.GA/jboss-logging-spi-2.1.0.GA.jar!/" />

Modified: trunk/hornetq.iws
===================================================================
--- trunk/hornetq.iws	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/hornetq.iws	2011-04-22 11:14:38 UTC (rev 10551)
@@ -2,9 +2,28 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" readonly="true" id="a2aae645-dbcd-4d6e-9c99-efa05d93589a" name="Default" comment="">
-      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/distribution/pom.xml" afterPath="$PROJECT_DIR$/distribution/pom.xml" />
-      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/docs/pom.xml" afterPath="$PROJECT_DIR$/docs/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-bootstrap/hornetq-bootstrap.iml" afterPath="$PROJECT_DIR$/hornetq-bootstrap/hornetq-bootstrap.iml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-bootstrap/pom.xml" afterPath="$PROJECT_DIR$/hornetq-bootstrap/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-core-client/pom.xml" afterPath="$PROJECT_DIR$/hornetq-core-client/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-core/pom.xml" afterPath="$PROJECT_DIR$/hornetq-core/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-jboss-as-integration/hornetq-jboss-as-integration.iml" afterPath="$PROJECT_DIR$/hornetq-jboss-as-integration/hornetq-jboss-as-integration.iml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-jboss-as-integration/pom.xml" afterPath="$PROJECT_DIR$/hornetq-jboss-as-integration/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-jms-client/pom.xml" afterPath="$PROJECT_DIR$/hornetq-jms-client/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-jms/pom.xml" afterPath="$PROJECT_DIR$/hornetq-jms/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-logging/pom.xml" afterPath="$PROJECT_DIR$/hornetq-logging/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-ra/hornetq-ra-jar/pom.xml" afterPath="$PROJECT_DIR$/hornetq-ra/hornetq-ra-jar/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-ra/hornetq-ra-rar/hornetq-rar.iml" afterPath="$PROJECT_DIR$/hornetq-ra/hornetq-ra-rar/hornetq-rar.iml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-ra/hornetq-ra-rar/pom.xml" afterPath="$PROJECT_DIR$/hornetq-ra/hornetq-ra-rar/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-ra/hornetq-rar-pom.iml" afterPath="$PROJECT_DIR$/hornetq-ra/hornetq-rar-pom.iml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-ra/pom.xml" afterPath="$PROJECT_DIR$/hornetq-ra/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-rest/hornetq-rest/hornetq-rest.iml" afterPath="$PROJECT_DIR$/hornetq-rest/hornetq-rest/hornetq-rest.iml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-service-sar/pom.xml" afterPath="$PROJECT_DIR$/hornetq-service-sar/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-spring-integration/pom.xml" afterPath="$PROJECT_DIR$/hornetq-spring-integration/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq-twitter-integration/pom.xml" afterPath="$PROJECT_DIR$/hornetq-twitter-integration/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq.iml" afterPath="$PROJECT_DIR$/hornetq.iml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq.ipr" afterPath="$PROJECT_DIR$/hornetq.ipr" />
       <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq.iws" afterPath="$PROJECT_DIR$/hornetq.iws" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/pom.xml" afterPath="$PROJECT_DIR$/pom.xml" />
     </list>
     <ignored path=".idea/workspace.xml" />
     <ignored path="$USER_HOME_GRAILS$/" />
@@ -81,91 +100,91 @@
   </component>
   <component name="FileEditorManager">
     <leaf>
-      <file leaf-file-name="pom.xml" pinned="false" current="true" current-in-tab="true">
-        <entry file="file://$PROJECT_DIR$/pom.xml">
+      <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/hornetq-bootstrap/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="371" column="42" selection-start="13310" selection-end="13310" vertical-scroll-proportion="1.2541507">
+            <state line="32" column="19" selection-start="1177" selection-end="1177" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/concurrent-tests/pom.xml">
+        <entry file="file://$PROJECT_DIR$/hornetq-jboss-as-integration/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="25" column="40" selection-start="1200" selection-end="1200" vertical-scroll-proportion="0.0">
+            <state line="42" column="0" selection-start="1464" selection-end="1464" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/performance-tests/pom.xml">
+        <entry file="file://$PROJECT_DIR$/hornetq-ra/hornetq-ra-jar/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="25" column="41" selection-start="1202" selection-end="1202" vertical-scroll-proportion="0.0">
+            <state line="33" column="0" selection-start="1181" selection-end="1181" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/soak-tests/pom.xml">
+        <entry file="file://$PROJECT_DIR$/hornetq-ra/hornetq-ra-rar/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="25" column="34" selection-start="1188" selection-end="1188" vertical-scroll-proportion="0.0">
+            <state line="63" column="24" selection-start="2411" selection-end="2411" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
-      <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/stress-tests/pom.xml">
+      <file leaf-file-name="pom.xml" pinned="false" current="true" current-in-tab="true">
+        <entry file="file://$PROJECT_DIR$/hornetq-ra/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="25" column="36" selection-start="1192" selection-end="1192" vertical-scroll-proportion="0.0">
+            <state line="18" column="12" selection-start="423" selection-end="423" vertical-scroll-proportion="0.35620052">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/joram-tests/pom.xml">
+        <entry file="file://$PROJECT_DIR$/hornetq-service-sar/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="25" column="35" selection-start="1190" selection-end="1190" vertical-scroll-proportion="0.0">
+            <state line="32" column="0" selection-start="1172" selection-end="1172" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/integration-tests/pom.xml">
+        <entry file="file://$PROJECT_DIR$/hornetq-spring-integration/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="12" column="41" selection-start="564" selection-end="564" vertical-scroll-proportion="0.0">
+            <state line="55" column="18" selection-start="2126" selection-end="2126" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/pom.xml">
+        <entry file="file://$PROJECT_DIR$/hornetq-twitter-integration/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="25" column="20" selection-start="420" selection-end="687" vertical-scroll-proportion="0.0">
+            <state line="25" column="19" selection-start="930" selection-end="930" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/docs/pom.xml">
+        <entry file="file://$PROJECT_DIR$/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="46" column="15" selection-start="1322" selection-end="1618" vertical-scroll-proportion="0.0">
+            <state line="477" column="51" selection-start="17347" selection-end="17347" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/distribution/pom.xml">
+        <entry file="file://$PROJECT_DIR$/hornetq-core/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="49" column="3" selection-start="1401" selection-end="1401" vertical-scroll-proportion="0.0">
+            <state line="8" column="43" selection-start="248" selection-end="394" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
@@ -184,22 +203,22 @@
   <component name="IdeDocumentHistory">
     <option name="changedFiles">
       <list>
-        <option value="$PROJECT_DIR$/hornetq-rest/pom.xml" />
-        <option value="$PROJECT_DIR$/hornetq-rest/hornetq-rest/pom.xml" />
-        <option value="$PROJECT_DIR$/distribution/hornetq/src/main/assembly/dep.xml" />
-        <option value="$PROJECT_DIR$/hornetq-core/pom.xml" />
-        <option value="$PROJECT_DIR$/distribution/hornetq/pom.xml" />
-        <option value="$PROJECT_DIR$/tests/jms-tests/pom.xml" />
-        <option value="$PROJECT_DIR$/tests/integration-tests/pom.xml" />
-        <option value="$PROJECT_DIR$/tests/joram-tests/pom.xml" />
-        <option value="$PROJECT_DIR$/tests/stress-tests/pom.xml" />
-        <option value="$PROJECT_DIR$/tests/soak-tests/pom.xml" />
-        <option value="$PROJECT_DIR$/tests/performance-tests/pom.xml" />
-        <option value="$PROJECT_DIR$/tests/concurrent-tests/pom.xml" />
-        <option value="$PROJECT_DIR$/pom.xml" />
-        <option value="$PROJECT_DIR$/tests/pom.xml" />
         <option value="$PROJECT_DIR$/docs/pom.xml" />
         <option value="$PROJECT_DIR$/distribution/pom.xml" />
+        <option value="$PROJECT_DIR$/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-core-client/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-jms-client/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-ra/hornetq-ra-rar/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-service-sar/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-spring-integration/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-twitter-integration/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-core/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-jms/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-ra/hornetq-ra-jar/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-logging/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-bootstrap/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-jboss-as-integration/pom.xml" />
+        <option value="$PROJECT_DIR$/hornetq-ra/pom.xml" />
       </list>
     </option>
   </component>
@@ -1147,7 +1166,7 @@
     </navigator>
     <panes>
       <pane id="Scope" />
-      <pane id="PackagesPane" />
+      <pane id="Favorites" />
       <pane id="ProjectPane">
         <subPane>
           <PATH>
@@ -1176,7 +1195,7 @@
               <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
             </PATH_ELEMENT>
             <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
+              <option name="myItemId" value="hornetq-ra" />
               <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
             </PATH_ELEMENT>
           </PATH>
@@ -1190,218 +1209,32 @@
               <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
             </PATH_ELEMENT>
             <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
+              <option name="myItemId" value="hornetq-ra" />
               <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
             </PATH_ELEMENT>
             <PATH_ELEMENT>
-              <option name="myItemId" value="unit-tests" />
+              <option name="myItemId" value="hornetq-ra-rar" />
               <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
             </PATH_ELEMENT>
           </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="stress-tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="soak-tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="performance-tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="joram-tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="jms-tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="integration-tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="concurrent-tests" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq-core" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="docs" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="distribution" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
-          <PATH>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq2" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="distribution" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-            <PATH_ELEMENT>
-              <option name="myItemId" value="hornetq" />
-              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
-            </PATH_ELEMENT>
-          </PATH>
         </subPane>
       </pane>
-      <pane id="Favorites" />
+      <pane id="PackagesPane" />
     </panes>
   </component>
   <component name="PropertiesComponent">
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatWidth1" value="287" />
-    <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatWidth0" value="225" />
     <property name="project.structure.last.edited" value="Modules" />
+    <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatWidth0" value="225" />
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatWidth3" value="35" />
-    <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatWidth2" value="247" />
-    <property name="project.structure.proportion" value="0.15" />
     <property name="OverrideImplement.combined" value="true" />
-    <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatOrder1" value="1" />
+    <property name="project.structure.proportion" value="0.15" />
+    <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatWidth2" value="247" />
     <property name="options.splitter.main.proportions" value="0.3" />
+    <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatOrder1" value="1" />
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatOrder0" value="0" />
-    <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatOrder3" value="3" />
     <property name="RunManagerConfig.showSettingsBeforeRunnig" value="false" />
+    <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatOrder3" value="3" />
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_flatOrder2" value="2" />
     <property name="recentsLimit" value="5" />
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_treeWidth2" value="200" />
@@ -1423,12 +1256,12 @@
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_treeOrder3" value="3" />
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_treeOrder4" value="4" />
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_treeOrder1" value="1" />
-    <property name="project.structure.side.proportion" value="0.2" />
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_treeOrder2" value="2" />
-    <property name="MemberChooser.copyJavadoc" value="false" />
+    <property name="project.structure.side.proportion" value="0.2" />
     <property name="FileHistory.org.jetbrains.idea.svn.history.SvnHistoryProvider_treeOrder0" value="0" />
-    <property name="dynamic.classpath" value="false" />
+    <property name="MemberChooser.copyJavadoc" value="false" />
     <property name="options.searchVisible" value="true" />
+    <property name="dynamic.classpath" value="false" />
   </component>
   <component name="RecentsManager">
     <key name="CopyClassDialog.RECENTS_KEY">
@@ -1593,14 +1426,6 @@
       <ConfigurationWrapper RunnerId="Run" />
       <method />
     </configuration>
-    <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
-      <method>
-        <option name="AntTarget" enabled="false" />
-        <option name="BuildArtifacts" enabled="false" />
-        <option name="Maven.BeforeRunTask" enabled="false" />
-        <option name="ValidateXdebugSetup" enabled="true" />
-      </method>
-    </configuration>
     <configuration default="true" type="MavenRunConfiguration" factoryName="Maven">
       <MavenSettings>
         <option name="myGeneralSettings">
@@ -1648,6 +1473,14 @@
         <option name="Maven.BeforeRunTask" enabled="false" />
       </method>
     </configuration>
+    <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
+      <method>
+        <option name="AntTarget" enabled="false" />
+        <option name="BuildArtifacts" enabled="false" />
+        <option name="Maven.BeforeRunTask" enabled="false" />
+        <option name="ValidateXdebugSetup" enabled="true" />
+      </method>
+    </configuration>
     <configuration default="true" type="Remote" factoryName="Remote">
       <option name="USE_SOCKET_TRANSPORT" value="true" />
       <option name="SERVER_MODE" value="false" />
@@ -1706,6 +1539,18 @@
         <option name="Maven.BeforeRunTask" enabled="false" />
       </method>
     </configuration>
+    <configuration default="true" type="PhpUnitRemoteRunConfigurationType" factoryName="PHPUnit on Server">
+      <method>
+        <option name="AntTarget" enabled="false" />
+        <option name="BuildArtifacts" enabled="false" />
+        <option name="FtpUpload" enabled="false">
+          <server_id />
+          <server_name />
+        </option>
+        <option name="Maven.BeforeRunTask" enabled="false" />
+        <option name="ValidateXdebugSetup" enabled="true" />
+      </method>
+    </configuration>
     <configuration default="true" type="JUnit" factoryName="JUnit">
       <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="emma" />
       <module name="" />
@@ -1732,18 +1577,6 @@
         <option name="Maven.BeforeRunTask" enabled="false" />
       </method>
     </configuration>
-    <configuration default="true" type="PhpUnitRemoteRunConfigurationType" factoryName="PHPUnit on Server">
-      <method>
-        <option name="AntTarget" enabled="false" />
-        <option name="BuildArtifacts" enabled="false" />
-        <option name="FtpUpload" enabled="false">
-          <server_id />
-          <server_name />
-        </option>
-        <option name="Maven.BeforeRunTask" enabled="false" />
-        <option name="ValidateXdebugSetup" enabled="true" />
-      </method>
-    </configuration>
     <configuration default="false" name="EnqueueDurable" type="Application" factoryName="Application">
       <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="emma">
         <pattern>
@@ -1983,10 +1816,10 @@
     </todo-panel>
   </component>
   <component name="ToolWindowManager">
-    <frame x="-4" y="24" width="1928" height="1160" extended-state="6" />
+    <frame x="0" y="24" width="1920" height="1152" extended-state="0" />
     <editor active="false" />
     <layout>
-      <window_info id="Changes" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.1962339" sideWeight="0.0" order="7" side_tool="false" content_ui="tabs" />
+      <window_info id="Changes" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.1958042" sideWeight="0.0" order="7" side_tool="false" content_ui="tabs" />
       <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
       <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
       <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.16749257" sideWeight="0.0" order="3" side_tool="false" content_ui="tabs" />
@@ -1994,19 +1827,19 @@
       <window_info id="IDEtalk" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
       <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.12687312" sideWeight="0.0" order="7" side_tool="false" content_ui="tabs" />
       <window_info id="simpleUML" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
-      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.22398414" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
       <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
       <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.24959914" sideWeight="0.7006937" order="1" side_tool="false" content_ui="tabs" />
-      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.09828142" sideWeight="0.80376613" order="0" side_tool="false" content_ui="tabs" />
+      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.09816613" sideWeight="0.8041958" order="0" side_tool="false" content_ui="tabs" />
       <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
       <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
-      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24221267" sideWeight="0.80376613" order="0" side_tool="false" content_ui="tabs" />
+      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24217907" sideWeight="0.8041958" order="0" side_tool="false" content_ui="tabs" />
       <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.23609756" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
       <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
       <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
-      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.23984143" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
-      <window_info id="Dataflow to this" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
+      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.22200198" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
       <window_info id="IntelliHeap" active="false" anchor="bottom" auto_hide="true" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
+      <window_info id="Dataflow to this" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
+      <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.22398414" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
       <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
       <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
     </layout>
@@ -2026,7 +1859,7 @@
     <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
     <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
     <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
-    <option name="LAST_COMMIT_MESSAGE" value="dont deploy tests and docs and distribution" />
+    <option name="LAST_COMMIT_MESSAGE" value="tidied up poms" />
     <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
     <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
     <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
@@ -2039,8 +1872,6 @@
     <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
     <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
     <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
-    <MESSAGE value="mavenised examples part 3&#10;" />
-    <MESSAGE value="fixed pom name" />
     <MESSAGE value="intellij project files&#10;" />
     <MESSAGE value="moved examples back&#10;" />
     <MESSAGE value="cleaned up examples build" />
@@ -2064,6 +1895,8 @@
     <MESSAGE value="updated test profile" />
     <MESSAGE value="intellij file" />
     <MESSAGE value="dont deploy tests and docs and distribution" />
+    <MESSAGE value="added correct snapshot repos" />
+    <MESSAGE value="tidied up poms" />
   </component>
   <component name="XDebuggerManager">
     <breakpoint-manager />
@@ -2141,114 +1974,92 @@
     </buildFile>
   </component>
   <component name="editorHistoryManager">
-    <entry file="file://$PROJECT_DIR$/hornetq-rest/hornetq-rest/pom.xml">
+    <entry file="file://$PROJECT_DIR$/distribution/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="92" column="68" selection-start="3264" selection-end="3264" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="49" column="3" selection-start="1401" selection-end="1401" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/hornetq-core/pom.xml">
+    <entry file="file://$PROJECT_DIR$/tests/concurrent-tests/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="93" column="0" selection-start="3257" selection-end="3257" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="132" column="14" selection-start="4661" selection-end="4661" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/hornetq-rest/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-core-client/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="173" column="25" selection-start="6534" selection-end="6534" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="24" column="10" selection-start="767" selection-end="767" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/distribution/hornetq/src/main/assembly/dep.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-jms-client/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="201" column="0" selection-start="7990" selection-end="7990" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="23" column="10" selection-start="763" selection-end="763" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/distribution/hornetq/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-jms/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="67" column="43" selection-start="2377" selection-end="2377" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="27" column="19" selection-start="968" selection-end="968" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/jms-tests/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-logging/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="12" column="33" selection-start="548" selection-end="548" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="25" column="0" selection-start="841" selection-end="841" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/integration-tests/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-ra/hornetq-ra-jar/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="12" column="41" selection-start="564" selection-end="564" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="33" column="0" selection-start="1181" selection-end="1181" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/joram-tests/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-service-sar/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="25" column="35" selection-start="1190" selection-end="1190" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="32" column="0" selection-start="1172" selection-end="1172" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/stress-tests/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-spring-integration/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="25" column="36" selection-start="1192" selection-end="1192" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="55" column="18" selection-start="2126" selection-end="2126" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/soak-tests/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-twitter-integration/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="25" column="34" selection-start="1188" selection-end="1188" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="25" column="19" selection-start="930" selection-end="930" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/performance-tests/pom.xml">
+    <entry file="file://$PROJECT_DIR$/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="25" column="41" selection-start="1202" selection-end="1202" vertical-scroll-proportion="0.0">
+        <state line="477" column="51" selection-start="17347" selection-end="17347" vertical-scroll-proportion="0.0">
           <folding />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/concurrent-tests/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-core/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="25" column="40" selection-start="1200" selection-end="1200" vertical-scroll-proportion="0.0">
+        <state line="8" column="43" selection-start="248" selection-end="394" vertical-scroll-proportion="0.0">
           <folding />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-bootstrap/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="25" column="20" selection-start="420" selection-end="687" vertical-scroll-proportion="0.0">
+        <state line="32" column="19" selection-start="1177" selection-end="1177" vertical-scroll-proportion="0.0">
           <folding />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/docs/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-jboss-as-integration/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="46" column="15" selection-start="1322" selection-end="1618" vertical-scroll-proportion="0.0">
+        <state line="42" column="0" selection-start="1464" selection-end="1464" vertical-scroll-proportion="0.0">
           <folding />
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/distribution/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-ra/hornetq-ra-rar/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="49" column="3" selection-start="1401" selection-end="1401" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
+        <state line="63" column="24" selection-start="2411" selection-end="2411" vertical-scroll-proportion="0.0" />
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/pom.xml">
+    <entry file="file://$PROJECT_DIR$/hornetq-ra/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="371" column="42" selection-start="13310" selection-end="13310" vertical-scroll-proportion="1.2541507">
+        <state line="18" column="12" selection-start="423" selection-end="423" vertical-scroll-proportion="0.35620052">
           <folding />
         </state>
       </provider>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-04-21 22:08:46 UTC (rev 10550)
+++ trunk/pom.xml	2011-04-22 11:14:38 UTC (rev 10551)
@@ -489,8 +489,8 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
-               <source>1.5</source>
-               <target>1.5</target>
+               <source>1.6</source>
+               <target>1.6</target>
             </configuration>
          </plugin>
          <plugin>



More information about the hornetq-commits mailing list