Skip to content

Commit 3270afd

Browse files
committed
default location for extensions for dev env
1 parent 53c0f46 commit 3270afd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build/replace.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ MSMNTDIR=/mnt
2828
COMPONENTS-SPEC=components.xml
2929
REMOTEHOST=localhost
3030
COMMONLIBDIR=client/target/common/
31-
EXTENSIONSDIR=/etc/cloudstack/extensions
32-
EXTENSIONSDATADIR=target/extensions-data
31+
EXTENSIONSDIR=client/extensions
32+
EXTENSIONSDATADIR=client/target/extensions-data

client/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,10 @@
779779
</copy>
780780
<!-- CLOUDSTACK-1304 -->
781781
<chmod perm="755" file="${project.build.directory}/common/scripts/**" type="both" />
782+
<copy todir="${project.build.directory}/../extensions">
783+
<fileset dir="${basedir}/../scripts/vm/hypervisor/external/simpleExternalProvisioner/extensions" />
784+
</copy>
785+
<chmod perm="755" file="${project.build.directory}/../extensions/**" type="both" />
782786
<copy todir="${project.build.directory}/classes/META-INF/webapp/WEB-INF/">
783787
<fileset dir="${basedir}/src/main/webapp/WEB-INF/">
784788
<include name="web.xml" />

0 commit comments

Comments
 (0)