diff options
author | Camil Staps | 2019-04-07 11:50:51 +0200 |
---|---|---|
committer | Camil Staps | 2019-04-07 11:51:20 +0200 |
commit | 4b90174a258f1d0b8e53ab3e397e2416d4ea6928 (patch) | |
tree | 25e50eca92e129d6012550051693436c3d368c69 /clean | |
parent | Minor updates to Clean installation script (diff) |
iTasksDev environment: use ABC interpreter instead of Sapl
Diffstat (limited to 'clean')
-rw-r--r-- | clean/.clean/iTasksDev.env | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index c46ff7a..bbb8975 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -11,16 +11,16 @@ Path: /home/camil/VersionControl/clean-platform/src/libraries/OS-Independent Path: /home/camil/VersionControl/clean-platform/src/libraries/OS-Independent/Deprecated/Generics Path: /home/camil/VersionControl/clean-platform/src/libraries/OS-Independent/Deprecated/StdLib - Path: {Application}/lib/Sapl + Path: /home/camil/VersionControl/abc-interpreter/lib Path: {Application}/lib/GraphCopy Path: /home/camil/VersionControl/iTasks-SDK/Libraries - EnvironmentCompiler: lib/exe/cocl::-dynamics -sapl + EnvironmentCompiler: lib/exe/cocl::-dynamics EnvironmentCodeGen: lib/exe/cg EnvironmentABCOptimise: lib/exe/abcopt EnvironmentByteCodeGen: lib/exe/bcgen EnvironmentByteCodeLink: lib/exe/bclink EnvironmentByteCodeStrip: lib/exe/bcstrip - EnvironmentLinker: lib/exe/linker|lib/exe/sapl-collector-linker|lib/exe/itasks-web-collector + EnvironmentLinker: lib/exe/linker|lib/exe/itasks-web-collector EnvironmentDynLink: lib/exe/linker EnvironmentVersion: 920 EnvironmentRedirect: False |