[fusion-commits] r1472 - in trunk: . lib/OpenLayers
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Fri Aug 22 15:33:44 EDT 2008
Author: madair
Date: 2008-08-22 15:33:43 -0400 (Fri, 22 Aug 2008)
New Revision: 1472
Modified:
trunk/build.xml
trunk/lib/OpenLayers/OpenLayers.js
Log:
re #109: bring OL up to date, reverting to old fusion file naming in build file
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-08-22 19:19:57 UTC (rev 1471)
+++ trunk/build.xml 2008-08-22 19:33:43 UTC (rev 1472)
@@ -261,8 +261,8 @@
</concat>
<echo message="compressing..."/>
<java jar="${YUIcompressor}" fork="true"
- output="${build.home}/lib/fusionSF-compressed.js">
- <arg value="${build.home}/lib/fusionSF.js"/>
+ output="${build.home}/lib/fusion-compressed.js">
+ <arg value="${build.home}/lib/fusion-combined.js"/>
</java>
<!--exec executable="jsmin.exe" os="Windows Vista, Windows XP"
input="${build.home}/lib/fusion-combined.js" output="${build.home}/lib/fusion-compressed.js"/-->
Modified: trunk/lib/OpenLayers/OpenLayers.js
===================================================================
--- trunk/lib/OpenLayers/OpenLayers.js 2008-08-22 19:19:57 UTC (rev 1471)
+++ trunk/lib/OpenLayers/OpenLayers.js 2008-08-22 19:33:43 UTC (rev 1472)
@@ -1075,9 +1075,10 @@
* Function: createDiv
* Creates a new div and optionally set some standard attributes.
* Null may be passed to each parameter if you do not wish to
- * set a particular attribute.
- * Note - zIndex is NOT set on the resulting div.
+ * set a particular attribute.d
*
+ * Note: zIndex is NOT set
+ *
* Parameters:
* id - {String} An identifier for this element. If no id is
* passed an identifier will be created
More information about the fusion-commits
mailing list