|
|
@ -1,20 +1,20 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
|
|
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
|
|
~
|
|
|
|
~
|
|
|
|
~ WSO2 Inc. licenses this file to you under the Apache License,
|
|
|
|
~ WSO2 Inc. licenses this file to you under the Apache License,
|
|
|
|
~ Version 2.0 (the "License"); you may not use this file except
|
|
|
|
~ Version 2.0 (the "License"); you may not use this file except
|
|
|
|
~ in compliance with the License.
|
|
|
|
~ in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
~ KIND, either express or implied. See the License for the
|
|
|
|
~ KIND, either express or implied. See the License for the
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
~ under the License.
|
|
|
|
~ under the License.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<assembly>
|
|
|
|
<assembly>
|
|
|
|
<id>bin</id>
|
|
|
|
<id>bin</id>
|
|
|
|
<formats>
|
|
|
|
<formats>
|
|
|
@ -349,106 +349,126 @@
|
|
|
|
<exclude>**/publisher/config/publisher-tenant.json</exclude>
|
|
|
|
<exclude>**/publisher/config/publisher-tenant.json</exclude>
|
|
|
|
<exclude>**/sso/jaggery.conf</exclude>
|
|
|
|
<exclude>**/sso/jaggery.conf</exclude>
|
|
|
|
<exclude>**/sso/views/register_new_user.jag</exclude>
|
|
|
|
<exclude>**/sso/views/register_new_user.jag</exclude>
|
|
|
|
|
|
|
|
<exclude>**/devicemgt/*</exclude>
|
|
|
|
</excludes>
|
|
|
|
</excludes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- copy the landing page webapp -->
|
|
|
|
<!-- Copying mdm app from devicemgt app-->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>lib/home</directory>
|
|
|
|
<directory>
|
|
|
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/devicemgt/
|
|
|
|
|
|
|
|
</directory>
|
|
|
|
<outputDirectory>
|
|
|
|
<outputDirectory>
|
|
|
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps/STRATOS_ROOT
|
|
|
|
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/iotserver
|
|
|
|
</outputDirectory>
|
|
|
|
</outputDirectory>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/client</directory>
|
|
|
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/lib</outputDirectory>
|
|
|
|
|
|
|
|
<includes>
|
|
|
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
|
|
|
</includes>
|
|
|
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--copy jaxrs web app for OAuth feature-->
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>
|
|
|
|
<directory>
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaxwebapps
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaxwebapps
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps/
|
|
|
|
</outputDirectory>
|
|
|
|
</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<filtered>false</filtered>
|
|
|
|
<include>oauth2endpoints.war</include>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</includes>
|
|
|
|
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- copy the landing page webapp -->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>target/jaxwebapps</directory>
|
|
|
|
<directory>lib/home</directory>
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaxwebapps
|
|
|
|
<outputDirectory>
|
|
|
|
|
|
|
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps/STRATOS_ROOT
|
|
|
|
</outputDirectory>
|
|
|
|
</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
|
|
|
|
<include>**/**</include>
|
|
|
|
|
|
|
|
</includes>
|
|
|
|
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
<!--<fileSet>-->
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/bin</directory>
|
|
|
|
<!--<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/client</directory>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/bin/</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/lib</outputDirectory>-->
|
|
|
|
<includes>
|
|
|
|
<!--<includes>-->
|
|
|
|
<include>**/ciphertool.sh</include>
|
|
|
|
<!--<include>*/**</include>-->
|
|
|
|
<include>**/ciphertool.bat</include>
|
|
|
|
<!--</includes>-->
|
|
|
|
</includes>
|
|
|
|
<!--</fileSet>-->
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
<!--copy jaxrs web app for OAuth feature-->
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib</directory>
|
|
|
|
<!--<fileSet>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/lib/</outputDirectory>
|
|
|
|
<!--<directory>-->
|
|
|
|
<includes>
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaxwebapps-->
|
|
|
|
<include>**/org.wso2.ciphertool-1.0.0-wso2v3.jar</include>
|
|
|
|
<!--</directory>-->
|
|
|
|
</includes>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaxwebapps-->
|
|
|
|
</fileSet>
|
|
|
|
<!--</outputDirectory>-->
|
|
|
|
|
|
|
|
<!--<includes>-->
|
|
|
|
|
|
|
|
<!--<include>oauth2endpoints.war</include>-->
|
|
|
|
|
|
|
|
<!--</includes>-->
|
|
|
|
|
|
|
|
<!--</fileSet>-->
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<fileSet>-->
|
|
|
|
|
|
|
|
<!--<directory>target/jaxwebapps</directory>-->
|
|
|
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaxwebapps-->
|
|
|
|
|
|
|
|
<!--</outputDirectory>-->
|
|
|
|
|
|
|
|
<!--<includes>-->
|
|
|
|
|
|
|
|
<!--<include>**/**</include>-->
|
|
|
|
|
|
|
|
<!--</includes>-->
|
|
|
|
|
|
|
|
<!--</fileSet>-->
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<fileSet>-->
|
|
|
|
|
|
|
|
<!--<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/bin</directory>-->
|
|
|
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/bin/</outputDirectory>-->
|
|
|
|
|
|
|
|
<!--<includes>-->
|
|
|
|
|
|
|
|
<!--<include>**/ciphertool.sh</include>-->
|
|
|
|
|
|
|
|
<!--<include>**/ciphertool.bat</include>-->
|
|
|
|
|
|
|
|
<!--</includes>-->
|
|
|
|
|
|
|
|
<!--</fileSet>-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
<!--<fileSet>-->
|
|
|
|
<directory>src/repository/conf/etc</directory>
|
|
|
|
<!--<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib</directory>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc/</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/lib/</outputDirectory>-->
|
|
|
|
<includes>
|
|
|
|
<!--<includes>-->
|
|
|
|
<include>**/**</include>
|
|
|
|
<!--<include>**/org.wso2.ciphertool-1.0.0-wso2v3.jar</include>-->
|
|
|
|
</includes>
|
|
|
|
<!--</includes>-->
|
|
|
|
</fileSet>
|
|
|
|
<!--</fileSet>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<fileSet>-->
|
|
|
|
|
|
|
|
<!--<directory>src/repository/conf/etc</directory>-->
|
|
|
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc/</outputDirectory>-->
|
|
|
|
|
|
|
|
<!--<includes>-->
|
|
|
|
|
|
|
|
<!--<include>**/**</include>-->
|
|
|
|
|
|
|
|
<!--</includes>-->
|
|
|
|
|
|
|
|
<!--</fileSet>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
<!--<fileSet>-->
|
|
|
|
<directory>
|
|
|
|
<!--<directory>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/resources/security/
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/resources/security/-->
|
|
|
|
</directory>
|
|
|
|
<!--</directory>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources/security/
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources/security/-->
|
|
|
|
</outputDirectory>
|
|
|
|
<!--</outputDirectory>-->
|
|
|
|
<includes>
|
|
|
|
<!--<includes>-->
|
|
|
|
<include>**/sso_redirect.html</include>
|
|
|
|
<!--<include>**/sso_redirect.html</include>-->
|
|
|
|
</includes>
|
|
|
|
<!--</includes>-->
|
|
|
|
</fileSet>
|
|
|
|
<!--</fileSet>-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
<!--<fileSet>-->
|
|
|
|
<directory>
|
|
|
|
<!--<directory>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps-->
|
|
|
|
</directory>
|
|
|
|
<!--</directory>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps-->
|
|
|
|
</outputDirectory>
|
|
|
|
<!--</outputDirectory>-->
|
|
|
|
<includes>
|
|
|
|
<!--<includes>-->
|
|
|
|
<include>shindig.war</include>
|
|
|
|
<!--<include>shindig.war</include>-->
|
|
|
|
</includes>
|
|
|
|
<!--</includes>-->
|
|
|
|
</fileSet>
|
|
|
|
<!--</fileSet>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
|
@ -476,29 +496,6 @@
|
|
|
|
<!--========================================================================================================-->
|
|
|
|
<!--========================================================================================================-->
|
|
|
|
<!-- End of Enterprise Store Features -->
|
|
|
|
<!-- End of Enterprise Store Features -->
|
|
|
|
|
|
|
|
|
|
|
|
<!--copy web app for devices-->
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
|
|
|
<directory>
|
|
|
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps
|
|
|
|
|
|
|
|
</directory>
|
|
|
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps</outputDirectory>
|
|
|
|
|
|
|
|
<includes>
|
|
|
|
|
|
|
|
<include>common.war</include>
|
|
|
|
|
|
|
|
</includes>
|
|
|
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Copying Authentication Endpoint webapp -->
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
|
|
|
<directory>
|
|
|
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps
|
|
|
|
|
|
|
|
</directory>
|
|
|
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps</outputDirectory>
|
|
|
|
|
|
|
|
<includes>
|
|
|
|
|
|
|
|
<include>authenticationendpoint.war</include>
|
|
|
|
|
|
|
|
<include>oauth2.war</include>
|
|
|
|
|
|
|
|
</includes>
|
|
|
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--============ Added with API Features ===============-->
|
|
|
|
<!--============ Added with API Features ===============-->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/api-resource/customsequences</directory>
|
|
|
|
<directory>src/api-resource/customsequences</directory>
|
|
|
@ -690,31 +687,31 @@
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>
|
|
|
|
<!--<source>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/iot-config.xsd
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/device-type-config.xsd-->
|
|
|
|
</source>
|
|
|
|
<!--</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>
|
|
|
|
<!--<source>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/devicecloud-config.xml
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/devicecloud-config.xml-->
|
|
|
|
</source>
|
|
|
|
<!--</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
|
|
|
|
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>
|
|
|
|
<!--<source>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/devicecloud-config.xsd
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/devicecloud-config.xsd-->
|
|
|
|
</source>
|
|
|
|
<!--</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>INSTALL.txt</source>
|
|
|
|
<source>INSTALL.txt</source>
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
|
|
@ -818,14 +815,14 @@
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
|
|
<!--app management config file-->
|
|
|
|
<!--app management config file-->
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>
|
|
|
|
<!--<source>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/app-management-config.xml
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/app-management-config.xml-->
|
|
|
|
</source>
|
|
|
|
<!--</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--License Config file-->
|
|
|
|
<!--License Config file-->
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
@ -951,52 +948,52 @@
|
|
|
|
<!--========================================================================================================-->
|
|
|
|
<!--========================================================================================================-->
|
|
|
|
<!-- Enterprise Store Features -->
|
|
|
|
<!-- Enterprise Store Features -->
|
|
|
|
|
|
|
|
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>
|
|
|
|
<!--<source>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/email/email-admin-config.xml
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/email/email-admin-config.xml-->
|
|
|
|
</source>
|
|
|
|
<!--</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/email</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/email</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>
|
|
|
|
<!--<source>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/claim-config.xml
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/claim-config.xml-->
|
|
|
|
</source>
|
|
|
|
<!--</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
|
|
|
|
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/social.xml
|
|
|
|
<!--<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/social.xml-->
|
|
|
|
</source>
|
|
|
|
<!--</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>
|
|
|
|
<!--<source>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources/social-datasources.xml
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources/social-datasources.xml-->
|
|
|
|
</source>
|
|
|
|
<!--</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/datasources/</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/datasources/</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
<file>
|
|
|
|
<!--<file>-->
|
|
|
|
<source>
|
|
|
|
<!--<source>-->
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/shindig.properties</source>
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/shindig.properties</source>-->
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>-->
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
</file>
|
|
|
|
<!--</file>-->
|
|
|
|
<!--========================================================================================================-->
|
|
|
|
<!--========================================================================================================-->
|
|
|
|
<!-- End of Enterprise Store Features -->
|
|
|
|
<!-- End of Enterprise Store Features -->
|
|
|
|
|
|
|
|
|
|
|
|