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>
|
<includes>
|
||||||
<include>**/**</include>
|
<include>**/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/*.sh*</exclude>
|
||||||
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
<!-- Files required to mobile-qsg -->
|
<!-- Files required to mobile-qsg -->
|
||||||
@ -1590,6 +1593,13 @@
|
|||||||
${pom.artifactId}-${pom.version}/samples/mobile-qsg
|
${pom.artifactId}-${pom.version}/samples/mobile-qsg
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
</file>
|
</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>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/governance.xml
|
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/governance.xml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user