You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gr...@apache.org on 2006/04/19 16:37:27 UTC

svn commit: r395253 - in /incubator/activemq/trunk/activemq-web: pom.xml src/main/resources/org/apache/activemq/web/amq.js

Author: gregw
Date: Wed Apr 19 07:37:26 2006
New Revision: 395253

URL: http://svn.apache.org/viewcvs?rev=395253&view=rev
Log:
renamed to avoid clash

Modified:
    incubator/activemq/trunk/activemq-web/pom.xml
    incubator/activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/amq.js

Modified: incubator/activemq/trunk/activemq-web/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/pom.xml?rev=395253&r1=395252&r2=395253&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web/pom.xml (original)
+++ incubator/activemq/trunk/activemq-web/pom.xml Wed Apr 19 07:37:26 2006
@@ -51,6 +51,7 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>servlet-api-2.5</artifactId>
+      <scope>provided</scope>
     </dependency>
     
     <dependency>

Modified: incubator/activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/amq.js
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/amq.js?rev=395253&r1=395252&r2=395253&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/amq.js (original)
+++ incubator/activemq/trunk/activemq-web/src/main/resources/org/apache/activemq/web/amq.js Wed Apr 19 07:37:26 2006
@@ -1,7 +1,7 @@
 
 // Technique borrowed from scriptaculous to do includes.
 
-var DefaultJS = {
+var _AMQ_INCLUDE = {
   Version: 'AMQ JS',
   script: function(libraryName) {
     document.write('<script type="text/javascript" src="'+libraryName+'"></script>');
@@ -21,6 +21,5 @@
   }
 }
 
-DefaultJS.load();
-
+_AMQ_INCLUDE.load();