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:
Gregory John Wilkins 2006-04-19 14:37:26 +00:00
parent 675a82c18e
commit cceda14262
2 changed files with 3 additions and 3 deletions

View File

@ -51,6 +51,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api-2.5</artifactId>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -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();