You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2011/10/11 17:59:20 UTC

svn commit: r1181860 - in /activemq/trunk: ./ activemq-web-console/src/main/webapp/ assembly/ assembly/src/main/descriptors/ assembly/src/release/conf/ assembly/src/release/webapps/ assembly/src/release/webapps/camel/WEB-INF/ assembly/src/release/webap...

Author: gtully
Date: Tue Oct 11 15:59:20 2011
New Revision: 1181860

URL: http://svn.apache.org/viewvc?rev=1181860&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3491 - Investigate and resolve LGPL dependency via camel-web. Removing camel-web dependency due to its downstream lgpl dep. We can bring it back in if/when it is cleaned up

Removed:
    activemq/trunk/assembly/src/release/webapps/camel/WEB-INF/applicationContext.xml
    activemq/trunk/assembly/src/release/webapps/camel/js/dojo/dojo.js
Modified:
    activemq/trunk/activemq-web-console/src/main/webapp/404.html
    activemq/trunk/activemq-web-console/src/main/webapp/500.html
    activemq/trunk/assembly/pom.xml
    activemq/trunk/assembly/src/main/descriptors/common-bin.xml
    activemq/trunk/assembly/src/release/conf/activemq.xml
    activemq/trunk/assembly/src/release/conf/camel.xml
    activemq/trunk/assembly/src/release/conf/jetty.xml
    activemq/trunk/assembly/src/release/webapps/index.html
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-web-console/src/main/webapp/404.html
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/404.html?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/404.html (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/404.html Tue Oct 11 15:59:20 2011
@@ -83,7 +83,6 @@
                                                 <p>What do you want to do next?</p>
                                                 <ul class="alternate" type="square"> 
                                                     <li><a title="Manage ActiveMQ broker" href="/admin/">Manage ActiveMQ broker</a></li> 
-                                                    <li><a title="Manage Camel instance" href="/camel/">Manage Camel instance</a></li> 
                                                     <li><a title="See some Web demos" href="/demo/">See some Web demos</a></li>  
                                                 </ul> 
                                     </div> 

Modified: activemq/trunk/activemq-web-console/src/main/webapp/500.html
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/500.html?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/500.html (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/500.html Tue Oct 11 15:59:20 2011
@@ -84,7 +84,6 @@
                                                 <p>What do you want to do next?</p>
                                                 <ul class="alternate" type="square"> 
                                                     <li><a title="Manage ActiveMQ broker" href="/admin/">Manage ActiveMQ broker</a></li> 
-                                                    <li><a title="Manage Camel instance" href="/camel/">Manage Camel instance</a></li> 
                                                     <li><a title="See some Web demos" href="/demo/">See some Web demos</a></li>  
                                                 </ul> 
                                     </div> 

Modified: activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Tue Oct 11 15:59:20 2011
@@ -30,15 +30,6 @@
   <name>ActiveMQ :: Assembly</name>
   <description>Puts together the ActiveMQ distribution</description>
 
-  <repositories>
-    <!-- for camel-web's jersey dependencies -->
-    <repository>
-      <id>java.net.maven2</id>
-      <name>java.net Maven 2 Repo</name>
-      <url>http://download.java.net/maven/2</url>
-    </repository>
-  </repositories>
-
   <dependencies>
 
     <!-- activemq -->
@@ -136,11 +127,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-web</artifactId>
-      <type>war</type>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
       <artifactId>camel-jms</artifactId>
     </dependency>
 

Modified: activemq/trunk/assembly/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/main/descriptors/common-bin.xml?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/assembly/src/main/descriptors/common-bin.xml (original)
+++ activemq/trunk/assembly/src/main/descriptors/common-bin.xml Tue Oct 11 15:59:20 2011
@@ -94,43 +94,6 @@
     </dependencySet>
 
     <dependencySet>
-      <outputDirectory>/webapps/camel</outputDirectory>
-      <unpack>true</unpack>
-      <unpackOptions>
-        <excludes>
-          <exclude>**/applicationContext.xml</exclude>
-          <!-- ignore jars already in distro -->
-          <exclude>**/act*.jar</exclude>
-          <exclude>**/ant*.jar</exclude>
-          <exclude>**/aop*.jar</exclude>
-          <exclude>**/camel-*.jar</exclude>
-          <exclude>**/commons*.jar</exclude>
-          <exclude>**/groovy*.jar</exclude>
-          <exclude>**/jackson*.jar</exclude>
-          <exclude>**/jaxb*.jar</exclude>
-          <exclude>**/jdom*.jar</exclude>
-          <exclude>**/jettison*.jar</exclude>
-          <exclude>**/jruby*.jar</exclude>
-          <exclude>**/jstl*.jar</exclude>
-          <exclude>**/rome*.jar</exclude>
-          <exclude>**/sitemesh*.jar</exclude>
-          <exclude>**/slf4j-*.jar</exclude>
-          <exclude>**/spring-*.jar</exclude>
-          <exclude>**/standard*.jar</exclude>
-          <exclude>**/stax*.jar</exclude>
-          <!-- exclude unused javascript  -->
-          <exclude>**/bespin/</exclude>
-          <exclude>**/dijit/</exclude>
-          <exclude>**/dojo/</exclude>
-          <exclude>**/dojox/</exclude>
-        </excludes>
-      </unpackOptions>
-      <includes>
-        <include>org.apache.camel:camel-web:war</include>
-      </includes>
-    </dependencySet>
-
-    <dependencySet>
       <outputDirectory>/</outputDirectory>
       <unpack>false</unpack>
       <scope>runtime</scope>

Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Tue Oct 11 15:59:20 2011
@@ -127,7 +127,6 @@
 
     <!-- 
         Enable web consoles, REST and Ajax APIs and demos
-        It also includes Camel (with its web console), see ${ACTIVEMQ_HOME}/conf/camel.xml for more info
         
         Take a look at ${ACTIVEMQ_HOME}/conf/jetty.xml for more details 
     -->

Modified: activemq/trunk/assembly/src/release/conf/camel.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/camel.xml?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/camel.xml (original)
+++ activemq/trunk/assembly/src/release/conf/camel.xml Tue Oct 11 15:59:20 2011
@@ -25,11 +25,6 @@
     
     e.g. <import resource="camel.xml"/>
     
-    Note: this configuration is already included in a default configuration via Camel Web Console.
-    See ${ACTIVEMQ_HOME}/conf/jetty.xml for more info on how to disable it, in case you want to do so.
-    Also check ${ACTIVEMQ_HOME}/webapps/camel/WEB-INF/application-context.xml to see how this config is included in Camel Web Console
-    
-    
 -->
 <beans
    xmlns="http://www.springframework.org/schema/beans"  

Modified: activemq/trunk/assembly/src/release/conf/jetty.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/jetty.xml?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/jetty.xml (original)
+++ activemq/trunk/assembly/src/release/conf/jetty.xml Tue Oct 11 15:59:20 2011
@@ -54,11 +54,6 @@
                             <property name="logUrlOnStart" value="true" />
                         </bean>
                         <bean class="org.eclipse.jetty.webapp.WebAppContext">
-                            <property name="contextPath" value="/camel" />
-                            <property name="resourceBase" value="${activemq.home}/webapps/camel" />
-                            <property name="logUrlOnStart" value="true" />
-                        </bean>
-                        <bean class="org.eclipse.jetty.webapp.WebAppContext">
                             <property name="contextPath" value="/demo" />
                             <property name="resourceBase" value="${activemq.home}/webapps/demo" />
                             <property name="logUrlOnStart" value="true" />

Modified: activemq/trunk/assembly/src/release/webapps/index.html
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/webapps/index.html?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/webapps/index.html (original)
+++ activemq/trunk/assembly/src/release/webapps/index.html Tue Oct 11 15:59:20 2011
@@ -91,7 +91,6 @@
                                                 <p>What do you want to do next?</p>
                                                 <ul class="alternate" type="square"> 
                                                     <li><a title="Manage ActiveMQ broker" href="/admin/">Manage ActiveMQ broker</a></li> 
-                                                    <li><a title="Manage Camel instance" href="/camel/">Manage Camel instance</a></li> 
                                                     <li><a title="See some Web demos" href="/demo/">See some Web demos</a></li>  
                                                 </ul> 
                                     </div> 

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1181860&r1=1181859&r2=1181860&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Oct 11 15:59:20 2011
@@ -47,7 +47,6 @@
     <axion-version>1.0-M3-dev</axion-version>
     <axis-version>1.4.2</axis-version>
     <camel-version>2.8.1</camel-version>
-    <camel-web-version>2.4.0</camel-web-version>
     <cglib-version>2.0</cglib-version>
     <openjpa-version>1.2.0</openjpa-version>
     <commons-beanutils-version>1.8.3</commons-beanutils-version>
@@ -464,12 +463,6 @@
         <artifactId>camel-test</artifactId>
         <version>${camel-version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-web</artifactId>
-        <version>${camel-web-version}</version>
-        <type>war</type>
-      </dependency>
 
       <dependency>
         <groupId>org.osgi</groupId>
@@ -1182,7 +1175,6 @@
             <!-- activemq-xmpp schemas -->
             <exclude>**/resources/*.xsd</exclude>
             <!-- web, web-console, web-demo files -->
-            <exclude>**/webapps/camel/js/dojo/dojo.js</exclude>
             <exclude>**/webapp/js/dojo.js</exclude>
             <exclude>**/webapp/js/jquery-*.js</exclude>
             <exclude>**/webapp/js/prototype.js</exclude>