Make default build be full.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6156 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-02-09 01:19:12 +00:00
parent 60706fc3f9
commit 05409a35c0
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ except ImportError:
pass
sourceDirectory = "../lib"
configFilename = "library.cfg"
configFilename = "full.cfg"
outputFilename = "OpenLayers.js"
if len(sys.argv) > 1:

View File

@@ -6,7 +6,7 @@ sys.path.append("../tools")
import jsmin, mergejs
sourceDirectory = "../lib"
configFilename = "library.cfg"
configFilename = "full.cfg"
outputFilename = "OpenLayers.js"
if len(sys.argv) > 1: