diff options
author | Haru <haru@dotalux.com> | 2015-12-06 18:40:27 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-29 10:59:39 +0100 |
commit | 25451ef2213026d6868645f673570607f96f1272 (patch) | |
tree | 3fe837acf7635126028ea879f50a3c86424722c6 /Hercules.xcodeproj | |
parent | 9e922317933de98bb25146045ceb56ac4e6d1a24 (diff) | |
download | hercules-25451ef2213026d6868645f673570607f96f1272.tar.gz hercules-25451ef2213026d6868645f673570607f96f1272.tar.bz2 hercules-25451ef2213026d6868645f673570607f96f1272.tar.xz hercules-25451ef2213026d6868645f673570607f96f1272.zip |
Renamed some db2sql* plugin functions to itemdb2sql*
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'Hercules.xcodeproj')
-rw-r--r-- | Hercules.xcodeproj/xcshareddata/xcschemes/db2sql.xcscheme | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/Hercules.xcodeproj/xcshareddata/xcschemes/db2sql.xcscheme b/Hercules.xcodeproj/xcshareddata/xcschemes/db2sql.xcscheme index e39416fce..603e02228 100644 --- a/Hercules.xcodeproj/xcshareddata/xcschemes/db2sql.xcscheme +++ b/Hercules.xcodeproj/xcshareddata/xcschemes/db2sql.xcscheme @@ -56,44 +56,6 @@ debugDocumentVersioning = "YES" debugServiceExtension = "internal" allowLocationSimulation = "YES"> - <PreActions> - <ExecutionAction - ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction"> - <ActionContent - title = "Run Script" - scriptText = "sed -e 's:^\([[:blank:]]*\)//"db2sql",$:\1"db2sql",:' -i .db2sql "${PROJECT_DIR}/conf/plugins.conf"" - shellToInvoke = "/bin/bash"> - <EnvironmentBuildable> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "A56CC67B18564356009EB79C" - BuildableName = "map-server" - BlueprintName = "map-server" - ReferencedContainer = "container:Hercules.xcodeproj"> - </BuildableReference> - </EnvironmentBuildable> - </ActionContent> - </ExecutionAction> - </PreActions> - <PostActions> - <ExecutionAction - ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction"> - <ActionContent - title = "Run Script" - scriptText = "mv "${PROJECT_DIR}/conf/plugins.conf.db2sql" "${PROJECT_DIR}/conf/plugins.conf"" - shellToInvoke = "/bin/bash"> - <EnvironmentBuildable> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "A56CC67B18564356009EB79C" - BuildableName = "map-server" - BlueprintName = "map-server" - ReferencedContainer = "container:Hercules.xcodeproj"> - </BuildableReference> - </EnvironmentBuildable> - </ActionContent> - </ExecutionAction> - </PostActions> <BuildableProductRunnable runnableDebuggingMode = "0"> <BuildableReference @@ -106,7 +68,7 @@ </BuildableProductRunnable> <CommandLineArguments> <CommandLineArgument - argument = "--db2sql" + argument = "--load-plugin db2sql --db2sql" isEnabled = "YES"> </CommandLineArgument> </CommandLineArguments> |