[Commits] r1434 - core/trunk/geoext/build

commits at geoext.org commits at geoext.org
Thu Oct 15 08:55:30 CEST 2009


Author: tschaub
Date: 2009-10-15 08:55:30 +0200 (Thu, 15 Oct 2009)
New Revision: 1434

Modified:
   core/trunk/geoext/build/Makefile
Log:
Updating syntax to match flags for most recent jsbuild.

Modified: core/trunk/geoext/build/Makefile
===================================================================
--- core/trunk/geoext/build/Makefile	2009-10-15 05:58:15 UTC (rev 1433)
+++ core/trunk/geoext/build/Makefile	2009-10-15 06:55:30 UTC (rev 1434)
@@ -33,7 +33,7 @@
 ext:
 	@echo "Building ext.js."
 	mkdir -p $(LIB_NAME)/script
-	jsbuild full.cfg -v -o $(LIB_NAME)/script/ -s ext.js
+	jsbuild full.cfg -v -o $(LIB_NAME)/script/ -j ext.js
 
 examples:
 	mkdir -p $(LIB_NAME)/examples 
@@ -47,7 +47,7 @@
 	@echo "Building the library."
 	mkdir -p $(LIB_NAME)/script $(LIB_NAME)/resources/css
 	
-	jsbuild full.cfg -v -o $(LIB_NAME)/script/ -s GeoExt.js
+	jsbuild full.cfg -v -o $(LIB_NAME)/script/ -j GeoExt.js
 	echo "GeoExt.VERSION_NUMBER='$(VERSION)';" >> $(LIB_NAME)/script/GeoExt.js 
 	
 	rsync -au --exclude=.svn `pwd`/../resources `pwd`/$(LIB_NAME)



More information about the Commits mailing list