deleted stale files
[unfold.git] / plugins / pres_view / pres_view_map / config.js
diff --git a/plugins/pres_view/pres_view_map/config.js b/plugins/pres_view/pres_view_map/config.js
deleted file mode 100644 (file)
index a4a3ded..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/***
- * 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');