Updated build script to handle 'checksum' target

The build script can now be invoked, for example, with the following options:
> ./scripts/build checksum --frontend beta gamma
This commit is contained in:
Giulio Cesare Solaroli
2013-04-17 17:45:39 +02:00
parent 4ce8041b11
commit 48c9280c9a
6 changed files with 62 additions and 9 deletions

8
scripts/builder/backends/devBuilder.py Normal file → Executable file
View File

@@ -18,14 +18,6 @@ class DevBuilder(BackendBuilder):
return 'dev'
# def frontEndTempFolder (self):
# return os.path.join(self.tempFolder(), 'src', 'main', 'webapp')
# def targetFolder (self):
# return self.projectTargetDir
def compileCode (self):
pass