[Mapbender-commits] r2132 - trunk/build

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 20 10:32:12 EST 2008


Author: christoph
Date: 2008-02-20 10:32:12 -0500 (Wed, 20 Feb 2008)
New Revision: 2132

Modified:
   trunk/build/build.sh
Log:
added to do

Modified: trunk/build/build.sh
===================================================================
--- trunk/build/build.sh	2008-02-20 15:31:06 UTC (rev 2131)
+++ trunk/build/build.sh	2008-02-20 15:32:12 UTC (rev 2132)
@@ -65,6 +65,10 @@
 #check in JSDOC
 echo "committing JSDoc ..."
 svn add -q $FOLDER/documents/
+# to do: set property svn:mime-type text/html for all html files
+# cannot be set for folder, we have to do a for loop over all files
+# this doesn't work:
+# svn propset svn:mime-type text/html $FOLDER/documents/*.html
 svn commit -q -m updated_documentation --username $2 --password $3 $FOLDER/documents/
 
 #compile PHPDoc



More information about the Mapbender_commits mailing list