mirror of https://github.com/apache/activemq.git
renamed to avoid clash
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@395253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
675a82c18e
commit
cceda14262
|
@ -51,6 +51,7 @@
|
|||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>servlet-api-2.5</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -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 @@ var DefaultJS = {
|
|||
}
|
||||
}
|
||||
|
||||
DefaultJS.load();
|
||||
|
||||
_AMQ_INCLUDE.load();
|
||||
|
||||
|
|
Loading…
Reference in New Issue