Merge branch 'newAPPM' into 'application-manager-new'

Remove publisher directory creating in jaggeryapps directory

See merge request entgra/product-iots!7
application-manager-new
Dharmakeerthi Lasantha 6 years ago
commit 14880ffc10

@ -402,21 +402,21 @@
</fileSet> </fileSet>
<!-- Copying APP Manager Publisher and Store Jaggery apps --> <!-- Copying APP Manager Publisher and Store Jaggery apps -->
<fileSet> <!--<fileSet>-->
<directory> <!--<directory>-->
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server/jaggeryapps/publisher/ <!--../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server/jaggeryapps/publisher/-->
</directory> <!--</directory>-->
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/publisher <!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/publisher-->
</outputDirectory> <!--</outputDirectory>-->
<excludes> <!--<excludes>-->
<exclude>publisherLogo/**</exclude> <!--<exclude>publisherLogo/**</exclude>-->
<exclude>publisherTheme/**</exclude> <!--<exclude>publisherTheme/**</exclude>-->
<exclude>publisherSite/**</exclude> <!--<exclude>publisherSite/**</exclude>-->
<exclude>footer/**</exclude> <!--<exclude>footer/**</exclude>-->
<exclude>localstyles.css</exclude> <!--<exclude>localstyles.css</exclude>-->
<exclude>**/jaggery.conf</exclude> <!--<exclude>**/jaggery.conf</exclude>-->
</excludes> <!--</excludes>-->
</fileSet> <!--</fileSet>-->
<fileSet> <fileSet>
<directory> <directory>
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server/jaggeryapps/store/ ../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server/jaggeryapps/store/
@ -1594,13 +1594,13 @@
</outputDirectory> </outputDirectory>
<fileMode>755</fileMode> <fileMode>755</fileMode>
</file> </file>
<file> <!--<file>-->
<source>src/core/jaggeryapps/publisher/jaggery.conf</source> <!--<source>src/core/jaggeryapps/publisher/jaggery.conf</source>-->
<outputDirectory> <!--<outputDirectory>-->
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/publisher/ <!--${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/publisher/-->
</outputDirectory> <!--</outputDirectory>-->
<fileMode>755</fileMode> <!--<fileMode>755</fileMode>-->
</file> <!--</file>-->
<file> <file>
<source>src/core/jaggeryapps/privacy-policies/jaggery.conf</source> <source>src/core/jaggeryapps/privacy-policies/jaggery.conf</source>

Loading…
Cancel
Save