File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ MSMNTDIR=/mnt
2828COMPONENTS-SPEC =components.xml
2929REMOTEHOST =localhost
3030COMMONLIBDIR =client/target/common/
31- EXTENSIONSDIR =/etc/cloudstack /extensions
32- EXTENSIONSDATADIR =target/extensions-data
31+ EXTENSIONSDIR =client /extensions
32+ EXTENSIONSDATADIR =client/ target/extensions-data
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments