changed bin.xml to exclude 'app-conf.json' from UUF and CDMF apps.

application-manager-new
sajithar 9 years ago
parent 802a70ec79
commit a9bc546253

@ -391,6 +391,7 @@
</outputDirectory>
<excludes>
<exclude>jaggery.conf</exclude>
<exclude>app/conf/app-conf.json</exclude>
</excludes>
</fileSet>
@ -401,8 +402,11 @@
<outputDirectory>
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/devicemgt
</outputDirectory>
<excludes>
<exclude>app/conf/app-conf.json</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/devicemgt/

Loading…
Cancel
Save