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

commits at geoext.org commits at geoext.org
Mon May 10 16:29:03 CEST 2010


Author: elemoine
Date: 2010-05-10 16:29:03 +0200 (Mon, 10 May 2010)
New Revision: 2167

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

Modified: core/branches/0.7/geoext/build/Makefile
===================================================================
--- core/branches/0.7/geoext/build/Makefile	2010-05-10 14:28:02 UTC (rev 2166)
+++ core/branches/0.7/geoext/build/Makefile	2010-05-10 14:29:03 UTC (rev 2167)
@@ -51,6 +51,7 @@
 	echo "GeoExt.version='$(VERSION)';" >> $(LIB_NAME)/script/GeoExt.js 
 	
 	rsync -au --exclude=.svn `pwd`/../resources `pwd`/$(LIB_NAME)
+	rsync -au --exclude=.svn `pwd`/../lib `pwd`/$(LIB_NAME)
 	
 	for file in `find $(CSS_DIR) -name "*.css"`; do \
 	    csstidy $${file} --template=highest $${file} ; \
@@ -59,7 +60,6 @@
 	for filename in $(CSS_IMPORTS); do \
 	    cat $(CSS_DIR)/$${filename} >> $(ALL_CSS) ; \
 	done ;
-	-rm $(CSS_DIR)/geoext-all-debug.css
 
 	cp ../license.txt $(LIB_NAME)
 



More information about the Commits mailing list