[gen] In the process of upgrading to ckeditor 4.1.

This commit is contained in:
Gaetan Delannay 2013-03-25 14:53:02 +01:00
parent 2a145ac890
commit c87db8d167
318 changed files with 1 additions and 1833 deletions

View file

@ -463,7 +463,7 @@ class Publisher:
os.mkdir(genSrcFolder)
for aFile in ('__init__.py',):
shutil.copy('%s/%s' % (appyPath, aFile), genSrcFolder)
for aFolder in ('gen', 'pod', 'shared', 'bin'):
for aFolder in ('bin', 'gen', 'pod', 'px', 'shared'):
shutil.copytree('%s/%s' % (appyPath, aFolder),
'%s/%s' % (genSrcFolder, aFolder))
# Remove some scripts from bin