move a few things away in to-be-integrated/
[myslice.git] / to-be-integrated / plugins / pres_view / static / js / config.js
diff --git a/to-be-integrated/plugins/pres_view/static/js/config.js b/to-be-integrated/plugins/pres_view/static/js/config.js
new file mode 100644 (file)
index 0000000..a4a3ded
--- /dev/null
@@ -0,0 +1,12 @@
+/***
+ * APE JSF Setup
+ */
+
+APE.Config.baseUrl = 'http://ape.planet-lab.eu/lib'; //APE JSF 
+APE.Config.domain = 'ape.planet-lab.eu'; 
+APE.Config.server = 'ape.planet-lab.eu:443'; //APE server URL
+
+(function(){
+       for (var i = 0; i < arguments.length; i++)
+               APE.Config.scripts.push(APE.Config.baseUrl + '/Source/' + arguments[i] + '.js');
+})('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core', 'Pipe/Pipe', 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 'Request/Request','Request/Request.Stack', 'Request/Request.CycledStack', 'Transport/Transport.longPolling','Transport/Transport.SSE', 'Transport/Transport.XHRStreaming', 'Transport/Transport.JSONP', 'Transport/Transport.WebSocket', 'Core/Utility', 'Core/JSON');