[Commits] r2119 - core/branches/0.7/geoext/build

commits at geoext.org commits at geoext.org
Tue Apr 27 09:30:16 CEST 2010


Author: elemoine
Date: 2010-04-27 09:30:15 +0200 (Tue, 27 Apr 2010)
New Revision: 2119

Modified:
   core/branches/0.7/geoext/build/Makefile
Log:
pull up patch for ticket 251 (closes #251)

Modified: core/branches/0.7/geoext/build/Makefile
===================================================================
--- core/branches/0.7/geoext/build/Makefile	2010-04-27 07:29:10 UTC (rev 2118)
+++ core/branches/0.7/geoext/build/Makefile	2010-04-27 07:30:15 UTC (rev 2119)
@@ -48,7 +48,7 @@
 	mkdir -p $(LIB_NAME)/script $(LIB_NAME)/resources/css
 	
 	jsbuild full.cfg -v -o $(LIB_NAME)/script/ -j GeoExt.js
-	echo "GeoExt.VERSION_NUMBER='$(VERSION)';" >> $(LIB_NAME)/script/GeoExt.js 
+	echo "GeoExt.version='$(VERSION)';" >> $(LIB_NAME)/script/GeoExt.js 
 	
 	rsync -au --exclude=.svn `pwd`/../resources `pwd`/$(LIB_NAME)
 	



More information about the Commits mailing list