[fusion-commits] r1514 - in sandbox/jx2: .
templates/mapserver/standard
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Sep 10 08:29:27 EDT 2008
Author: pagameba
Date: 2008-09-10 08:29:27 -0400 (Wed, 10 Sep 2008)
New Revision: 1514
Modified:
sandbox/jx2/build.xml
sandbox/jx2/templates/mapserver/standard/index.html
Log:
testing single file
Modified: sandbox/jx2/build.xml
===================================================================
--- sandbox/jx2/build.xml 2008-09-10 12:15:02 UTC (rev 1513)
+++ sandbox/jx2/build.xml 2008-09-10 12:29:27 UTC (rev 1514)
@@ -89,7 +89,7 @@
-->
<property name="jx-lib" value="jx"/>
- <property name="YUIcompressor" value="C:\YUI\yuicompressor-2.3.5\build\yuicompressor-2.3.5.jar"/>
+ <property name="YUIcompressor" value="/ms4w/apps/yuicompressor-2.3.6/build/yuicompressor-2.3.6.jar"/>
<!-- ==================== Prepare Target ================================== -->
@@ -202,18 +202,14 @@
files=" SingleFile.js
fusion.js
OpenLayers/OpenLayers.js
- ../jx/lib/jx_combined.js
+ ../jx/lib/jxlib.uncompressed.js
excanvas/excanvas.js
Error.js
EventMgr.js
ApplicationDefinition.js
MGBroker.js
Widget.js
- ButtonBase.js
- MenuBase.js
- ButtonTool.js
CanvasTool.js
- ClickTool.js
RectTool.js
Search.js
Map.js"
Modified: sandbox/jx2/templates/mapserver/standard/index.html
===================================================================
--- sandbox/jx2/templates/mapserver/standard/index.html 2008-09-10 12:15:02 UTC (rev 1513)
+++ sandbox/jx2/templates/mapserver/standard/index.html 2008-09-10 12:29:27 UTC (rev 1514)
@@ -4,7 +4,8 @@
<head>
<title>Sample Fusion Application</title>
<!-- change the source of the following tag to point to your fusion installation -->
-<script type="text/javascript" src="../../../lib/fusion.js"></script>
+<!-- <script type="text/javascript" src="../../../lib/fusion.js"></script> -->
+<script type="text/javascript" src="../../../build/lib/fusionSF-compressed.js"></script>
<style type="text/css">
@import url(../../../jx/lib/jxskin_delicious.css);
More information about the fusion-commits
mailing list