exampleparser.py now produces examples/example-list.js which is used by examples/example-list.html

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7111 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-05-08 17:49:03 +00:00
parent 0340bf0a4e
commit 4b99350be1
4 changed files with 6 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ if __name__ == "__main__":
if len(sys.argv) > 1:
outFile = open(sys.argv[1],'w')
else:
outFile = open('../doc/examples2.js','w')
outFile = open('../examples/example-list.js','w')
examplesLocation = '../examples'
print 'Reading examples from %s and writing out to %s' % (examplesLocation, outFile.name)