Add missing lib\ segment to library ‘patch’ and ‘droppins’ dirs

Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/3fdd1207
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/3fdd1207
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/3fdd1207

Branch: refs/heads/master
Commit: 3fdd120793dbe8e110d178516df9e2e5dfa6fbcc
Parents: ce5ddaf
Author: Alasdair Hodge <[email protected]>
Authored: Wed Aug 19 10:33:26 2015 +0100
Committer: Alasdair Hodge <[email protected]>
Committed: Wed Aug 19 11:13:33 2015 +0100

----------------------------------------------------------------------
 usage/dist/src/main/dist/bin/brooklyn.ps1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/3fdd1207/usage/dist/src/main/dist/bin/brooklyn.ps1
----------------------------------------------------------------------
diff --git a/usage/dist/src/main/dist/bin/brooklyn.ps1 
b/usage/dist/src/main/dist/bin/brooklyn.ps1
index 209517d..6780ed2 100644
--- a/usage/dist/src/main/dist/bin/brooklyn.ps1
+++ b/usage/dist/src/main/dist/bin/brooklyn.ps1
@@ -81,14 +81,14 @@ if ( $javabin -eq $null ) {
 # set up the classpath
 $cp = Get-ChildItem ${BROOKLYN_HOME}\conf | Select-Object -ExpandProperty 
FullName
 
-if ( Test-Path ${BROOKLYN_HOME}\patch ) {
-    $cp += Get-ChildItem ${BROOKLYN_HOME}\patch | Select-Object 
-ExpandProperty FullName
+if ( Test-Path ${BROOKLYN_HOME}\lib\patch ) {
+    $cp += Get-ChildItem ${BROOKLYN_HOME}\lib\patch | Select-Object 
-ExpandProperty FullName
 }
 
 $cp += Get-ChildItem ${BROOKLYN_HOME}\lib\brooklyn | Select-Object 
-ExpandProperty FullName
 
-if ( Test-Path ${BROOKLYN_HOME}\dropins ) {
-    $cp += Get-ChildItem ${BROOKLYN_HOME}\dropins | Select-Object 
-ExpandProperty FullName
+if ( Test-Path ${BROOKLYN_HOME}\lib\dropins ) {
+    $cp += Get-ChildItem ${BROOKLYN_HOME}\lib\dropins | Select-Object 
-ExpandProperty FullName
 }
 
 $INITIAL_CLASSPATH = $cp -join ';'

Reply via email to