Configuring executables as 755 file modes.

application-manager-new
sinthuja 8 years ago
parent fb24264eb0
commit 18cb016b88

@ -602,6 +602,21 @@
<exclude>**/wso2server.sh</exclude> <exclude>**/wso2server.sh</exclude>
<exclude>**/wso2server.bat</exclude> <exclude>**/wso2server.bat</exclude>
</excludes> </excludes>
<includes>
<include>**/*.sh</include>
<include>**/*.bat</include>
</includes>
<fileMode>755</fileMode>
</fileSet>
<fileSet>
<directory>
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/bin
</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/bin</outputDirectory>
<excludes>
<exclude>**/*.sh</exclude>
<exclude>**/*.bat</exclude>
</excludes>
</fileSet> </fileSet>
<fileSet> <fileSet>
<directory>../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/components <directory>../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/components

Loading…
Cancel
Save