GEODE-3157: Updating modify_war script to include shiro, commons-lang
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/52fe7939 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/52fe7939 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/52fe7939 Branch: refs/heads/feature/GEODE-3109 Commit: 52fe79391136a8683a38fca1b9f458b34cd7d5c0 Parents: 55f7a1c Author: Dan Smith <[email protected]> Authored: Fri Jun 30 11:38:19 2017 -0700 Committer: Dan Smith <[email protected]> Committed: Fri Jun 30 11:38:19 2017 -0700 ---------------------------------------------------------------------- extensions/geode-modules-assembly/build.gradle | 2 ++ extensions/geode-modules-assembly/release/session/bin/modify_war | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/52fe7939/extensions/geode-modules-assembly/build.gradle ---------------------------------------------------------------------- diff --git a/extensions/geode-modules-assembly/build.gradle b/extensions/geode-modules-assembly/build.gradle index 5604e12..945a83b 100644 --- a/extensions/geode-modules-assembly/build.gradle +++ b/extensions/geode-modules-assembly/build.gradle @@ -175,6 +175,8 @@ task distAppServer(type: Zip, dependsOn: ':extensions/geode-modules-session:asse filter(ReplaceTokens, tokens:['ANTLR_VERSION': project.'antlr.version']) filter(ReplaceTokens, tokens:['TX_VERSION': project.'javax.transaction-api.version']) filter(ReplaceTokens, tokens:['JGROUPS_VERSION': project.'jgroups.version']) + filter(ReplaceTokens, tokens:['SHIRO_VERSION': project.'shiro.version']) + filter(ReplaceTokens, tokens:['COMMONS_LANG_VERSION': project.'commons-lang.version']) } } http://git-wip-us.apache.org/repos/asf/geode/blob/52fe7939/extensions/geode-modules-assembly/release/session/bin/modify_war ---------------------------------------------------------------------- diff --git a/extensions/geode-modules-assembly/release/session/bin/modify_war b/extensions/geode-modules-assembly/release/session/bin/modify_war index 7b5db21..5f2d5e1 100755 --- a/extensions/geode-modules-assembly/release/session/bin/modify_war +++ b/extensions/geode-modules-assembly/release/session/bin/modify_war @@ -267,7 +267,9 @@ OTHER_JARS=(${GEODE}/lib/geode-core-${VERSION}.jar \ ${GEODE}/lib/log4j-jul-@[email protected] \ ${GEODE}/lib/fastutil-@[email protected] \ ${GEODE}/lib/javax.transaction-api-@[email protected] \ - ${GEODE}/lib/jgroups-@[email protected] + ${GEODE}/lib/jgroups-@[email protected] \ + ${GEODE}/lib/commons-lang-@[email protected] \ + ${GEODE}/lib/shiro-core-@[email protected] \ ${LIB_DIR}/geode-modules-${VERSION}.jar \ ${LIB_DIR}/geode-modules-session-internal-${VERSION}.jar \ ${LIB_DIR}/slf4j-api-@[email protected] \
