mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Adding the executable permission for the mobile qsg script.
This commit is contained in:
parent
f9fb51b671
commit
ff6642b5ba
@ -575,6 +575,9 @@
|
||||
<includes>
|
||||
<include>**/**</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>**/*.sh*</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
|
||||
<!-- Files required to mobile-qsg -->
|
||||
@ -1590,6 +1593,13 @@
|
||||
${pom.artifactId}-${pom.version}/samples/mobile-qsg
|
||||
</outputDirectory>
|
||||
</file>
|
||||
<file>
|
||||
<source>../scripts/mobile-qsg/resources/mobile-qsg.sh</source>
|
||||
<outputDirectory>
|
||||
${pom.artifactId}-${pom.version}/samples/mobile-qsg
|
||||
</outputDirectory>
|
||||
<fileMode>755</fileMode>
|
||||
</file>
|
||||
<file>
|
||||
<source>
|
||||
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/governance.xml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user