You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2010/07/07 06:41:52 UTC

svn commit: r961241 - in /activemq/sandbox/activemq-apollo-actor: .gitignore apollo-broker/pom.xml pom.xml

Author: chirino
Date: Wed Jul  7 04:41:51 2010
New Revision: 961241

URL: http://svn.apache.org/viewvc?rev=961241&view=rev
Log:
adding ignores and updating poms

Modified:
    activemq/sandbox/activemq-apollo-actor/.gitignore
    activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml
    activemq/sandbox/activemq-apollo-actor/pom.xml

Modified: activemq/sandbox/activemq-apollo-actor/.gitignore
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/.gitignore?rev=961241&r1=961240&r2=961241&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/.gitignore (original)
+++ activemq/sandbox/activemq-apollo-actor/.gitignore Wed Jul  7 04:41:51 2010
@@ -12,7 +12,8 @@ target
 .classpath
 .settings
 eclipse-classes
-activemq-web/overlays
-activemq-web/src/main/webapp/WEB-INF/_scalate
-activemq-web/activemq.xml*
-activemq.tmp
\ No newline at end of file
+activemq.tmp
+apollo-web/activemq.xml
+apollo-web/activemq.xml.*
+apollo-web/overlays/
+apollo-web/src/main/webapp/WEB-INF/_scalate/

Modified: activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml?rev=961241&r1=961240&r2=961241&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/apollo-broker/pom.xml Wed Jul  7 04:41:51 2010
@@ -48,11 +48,6 @@
       <artifactId>apollo-selector</artifactId>
       <version>6.0-SNAPSHOT</version>
     </dependency>
-    <!-- <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>apollo-hawtdb</artifactId>
-      <version>6.0-SNAPSHOT</version>
-    </dependency> -->
 
     <dependency>
       <groupId>org.fusesource.hawtdispatch</groupId>

Modified: activemq/sandbox/activemq-apollo-actor/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/pom.xml?rev=961241&r1=961240&r2=961241&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/pom.xml Wed Jul  7 04:41:51 2010
@@ -582,7 +582,7 @@
           <plugin>
             <groupId>org.fusesource.mvnplugins</groupId>
             <artifactId>maven-graph-plugin</artifactId>
-            <version>1.5</version>
+            <version>1.7</version>
           </plugin>
         </plugins>
       </build>