2015-05-13 11:00:13 +00:00
|
|
|
<assembly>
|
|
|
|
|
<id>bin</id>
|
|
|
|
|
<formats>
|
|
|
|
|
<format>zip</format>
|
|
|
|
|
</formats>
|
|
|
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
|
|
|
|
|
|
|
|
<fileSets>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/*.sh</exclude>
|
|
|
|
|
<exclude>**/README*</exclude>
|
|
|
|
|
<exclude>**/LICENSE*</exclude>
|
|
|
|
|
<exclude>**/INSTALL*</exclude>
|
|
|
|
|
<exclude>**/release-notes.html</exclude>
|
|
|
|
|
<exclude>**/axis2services/sample01.aar</exclude>
|
|
|
|
|
<exclude>**/axis2services/echo/**</exclude>
|
|
|
|
|
<exclude>**/axis2services/version/**</exclude>
|
2015-08-12 10:41:50 +00:00
|
|
|
<!--<exclude>**/pom.xml</exclude>-->
|
2015-05-13 11:00:13 +00:00
|
|
|
<exclude>**/version.txt</exclude>
|
2015-09-02 11:29:40 +00:00
|
|
|
<!--<exclude>**/master-datasources.xml</exclude>-->
|
2015-05-13 11:00:13 +00:00
|
|
|
<exclude>**/carbon.xml</exclude>
|
|
|
|
|
<exclude>**/registry.xml</exclude>
|
|
|
|
|
<exclude>**/client-truststore.jks</exclude>
|
|
|
|
|
<exclude>**/wso2carbon.jks</exclude>
|
|
|
|
|
<exclude>**/WSO2AM_DB.h2.db</exclude>
|
|
|
|
|
<exclude>**/WSO2DM_DB.h2.db</exclude>
|
|
|
|
|
<exclude>**/conf/axis2/axis2_client.xml</exclude>
|
|
|
|
|
<exclude>**/conf/etc/launch.ini</exclude>
|
2015-09-02 11:29:40 +00:00
|
|
|
<exclude>**/client-truststore.jks</exclude>
|
|
|
|
|
<exclude>**/wso2carbon.jks</exclude>
|
|
|
|
|
|
|
|
|
|
<!-- Store Features -->
|
|
|
|
|
<exclude>**/registry.xml</exclude>
|
|
|
|
|
<exclude>**/axis2/axis2.xml</exclude>
|
|
|
|
|
<exclude>**/org.wso2.carbon.identity.relyingparty.ui-3.1.0.SNAPSHOT.jar</exclude>
|
|
|
|
|
<exclude>**/org.wso2.carbon.identity.user.registration.ui-3.1.0.SNAPSHOT.jar
|
|
|
|
|
</exclude>
|
|
|
|
|
<exclude>**/log4j.properties</exclude>
|
|
|
|
|
<exclude>**/email/email-admin-config.xml</exclude>
|
|
|
|
|
<exclude>**/claim-config.xml</exclude>
|
|
|
|
|
<exclude>**/ciphertool.bat</exclude>
|
|
|
|
|
<exclude>**/ciphertool.sh</exclude>
|
|
|
|
|
<exclude>**/cipher-text.properties</exclude>
|
|
|
|
|
<exclude>**/cipher-tool.properties</exclude>
|
|
|
|
|
<exclude>**/lib/org.wso2.ciphertool-1.0.0-wso2v3.jar</exclude>
|
2015-05-13 11:00:13 +00:00
|
|
|
</excludes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Copying Runtimes-->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib/runtimes
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/lib/runtimes/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*.sh</include>
|
|
|
|
|
</includes>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Multi-tenancy related file -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/multitenancy
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/stratos.xml</include>
|
|
|
|
|
<include>**/multitenancy-packages.xml</include>
|
|
|
|
|
<include>**/usage-throttling-agent-config.xml</include>
|
2015-09-02 11:29:40 +00:00
|
|
|
<!--Commented out in order to add ES specific xml file-->
|
|
|
|
|
<!--<include>**/cloud-services-desc.xml</include>-->
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
2015-05-13 11:00:13 +00:00
|
|
|
</includes>
|
2015-09-02 11:29:40 +00:00
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/tenant-mgt.xml</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
2015-05-13 11:00:13 +00:00
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/tenant-mgt.xml</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
2015-09-02 11:29:40 +00:00
|
|
|
<!-- End of Multitenancy related file -->
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/resources
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
</fileSet>
|
2015-05-13 11:00:13 +00:00
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/resources/styles/css</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/resources/allthemes/Default/admin
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**.css</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/resources/styles/images</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/resources/allthemes/Default/images
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**.gif</include>
|
|
|
|
|
<include>**/**.png</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Copy Documentation -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>target/site</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/docs</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Copy the landing page webapp -->
|
|
|
|
|
<!-- <fileSet>
|
|
|
|
|
<directory>src/repository/resources/stratos_root</directory>
|
|
|
|
|
<outputDirectory>wso2cdm-${pom.version}/repository/deployment/server/webapps/STRATOS_ROOT</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</fileSet>-->
|
|
|
|
|
<!--Removed -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/modules
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/modules/</outputDirectory>
|
|
|
|
|
<includes>
|
2015-09-02 11:29:40 +00:00
|
|
|
<include>*/**</include>
|
2015-05-13 11:00:13 +00:00
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/conf</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/api-manager.xml</include>
|
2015-09-02 11:29:40 +00:00
|
|
|
<include>**/sso-idp-config.xml</include>
|
2015-05-13 11:00:13 +00:00
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/security/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/entitlement.properties</include>
|
|
|
|
|
<include>**/trusted-idp-config.xml</include>
|
2015-09-02 11:29:40 +00:00
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<include>**/cipher-text.properties</include>
|
|
|
|
|
<include>**/cipher-tool.properties</include>
|
|
|
|
|
<include>**/cipher-standalone-config.properties</include>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
2015-05-13 11:00:13 +00:00
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
src/repository/conf/identity/
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
2015-09-02 11:29:40 +00:00
|
|
|
<!-- Moved to distribution pom to copy before install samples-->
|
|
|
|
|
<!--<fileSet>-->
|
|
|
|
|
<!--<directory>src/repository/conf/datasources</directory>-->
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/datasources-->
|
|
|
|
|
<!--</outputDirectory>-->
|
|
|
|
|
<!--<includes>-->
|
|
|
|
|
<!--<include>**/master-datasources.xml</include>-->
|
|
|
|
|
<!--<include>**/cdm-datasources.xml</include>-->
|
|
|
|
|
<!--</includes>-->
|
|
|
|
|
<!--</fileSet>-->
|
2015-05-13 11:00:13 +00:00
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/resources</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<!--data-bridge configuration-->
|
2015-09-13 14:00:52 +00:00
|
|
|
<!--<fileSet>-->
|
|
|
|
|
<!--<directory>src/repository/conf/data-bridge</directory>-->
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/data-bridge-->
|
|
|
|
|
<!--</outputDirectory>-->
|
|
|
|
|
<!--<fileMode>755</fileMode>-->
|
|
|
|
|
<!--</fileSet>-->
|
2015-05-13 11:00:13 +00:00
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/service-provider
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/service-provider</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Copying identity related dbscripts -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/identity</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Copying API management related dbscripts -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/apimgt
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/apimgt</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!--Copying modules-->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/modules
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/modules/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/modules/encode</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/modules/encode</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/modules/sso</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/modules/sso</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Copying Device Management related dbscripts -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory> ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/cdm</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/cdm</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/resources
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Copying Mobile plugin management related dbscripts -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.mobile.device.mgt.version}/dbscripts/cdm/plugins
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/cdm/plugins</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>*/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
<!-- Copying MDM Jaggery app -->
|
|
|
|
|
<!--fileSet>
|
|
|
|
|
<directory>src/repository/jaggeryapps/</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</fileSet-->
|
2015-05-21 12:01:24 +00:00
|
|
|
<!-- Copying Device Cloud webapp -->
|
2015-05-27 17:36:44 +00:00
|
|
|
<!--<fileSet>-->
|
|
|
|
|
<!--<directory>src/repository/webapps/</directory>-->
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps-->
|
|
|
|
|
<!--</outputDirectory>-->
|
|
|
|
|
<!--</fileSet>-->
|
|
|
|
|
|
2015-09-02 11:29:40 +00:00
|
|
|
<!--========================================================================================================-->
|
|
|
|
|
<!-- Enterprise Store Features -->
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/
|
|
|
|
|
</outputDirectory>
|
2015-09-10 10:36:39 +00:00
|
|
|
<excludes>
|
|
|
|
|
<exclude>store/extensions/app/store-device/*</exclude>
|
|
|
|
|
</excludes>
|
2015-09-02 11:29:40 +00:00
|
|
|
</fileSet>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
<!-- copy the landing page webapp -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>lib/home</directory>
|
|
|
|
|
<outputDirectory>
|
|
|
|
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps/STRATOS_ROOT
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
</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>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaxwebapps
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaxwebapps
|
|
|
|
|
</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 ===============-->
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/lib/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/org.wso2.ciphertool-1.0.0-wso2v3.jar</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</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 ===============-->
|
|
|
|
|
|
|
|
|
|
<!--Copied to ANOTHER DIR (conf/ folder) in CDMF-->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/conf</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/sso-idp-config.xml</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/conf/identity</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/conf/bam</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/bam</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/es-bam.xml</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/resources/security/
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources/security/
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/sso_redirect.html</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
<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>shindig.war</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/bam</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/bam/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/repository/conf/security</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity/</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/application-authenticators.xml</include>
|
|
|
|
|
<!-- Replacement for application-authenticators.xml -->
|
|
|
|
|
<include>**/application-authentication.xml</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
|
2015-09-11 10:47:13 +00:00
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<!--Copies publisher specific config files that needs to be overriden for the CDMF-STORE. -->
|
|
|
|
|
<!--These files are already provided in the CDMF-Store feature too. -->
|
|
|
|
|
<!--However, given that the order of feature installation cannot be controlled, they are recopied at the product level.-->
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>src/publisher/config</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/publisher/config</outputDirectory>
|
|
|
|
|
</fileSet>
|
2015-09-02 11:29:40 +00:00
|
|
|
<!--========================================================================================================-->
|
|
|
|
|
<!-- End of Enterprise Store Features -->
|
|
|
|
|
|
2015-05-28 10:36:44 +00:00
|
|
|
<!--copy web app for devices-->
|
2015-05-27 17:36:44 +00:00
|
|
|
<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>
|
2015-08-12 20:20:42 +00:00
|
|
|
<include>common.war</include>
|
2015-05-27 17:36:44 +00:00
|
|
|
</includes>
|
2015-05-13 11:00:13 +00:00
|
|
|
</fileSet>
|
2015-05-27 17:36:44 +00:00
|
|
|
|
2015-05-13 11:00:13 +00:00
|
|
|
<!-- 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>
|
|
|
|
|
|
2015-09-07 05:46:19 +00:00
|
|
|
<!--============ Added with API Features ===============-->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>apim-resources/customsequences</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources/customsequences</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/**.xml</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<!-- End of api Features -->
|
|
|
|
|
|
2015-05-13 11:00:13 +00:00
|
|
|
<!-- Copying API Manager Publisher and Store Jaggery apps -->
|
|
|
|
|
<!--fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/publisher/
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/publisher
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>publisherLogo/**</exclude>
|
|
|
|
|
<exclude>publisherTheme/**</exclude>
|
|
|
|
|
<exclude>publisherSite/**</exclude>
|
|
|
|
|
<exclude>footer/**</exclude>
|
|
|
|
|
<exclude>localstyles.css</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
</fileSet>
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/store/
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/store
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>storeLogo/**</exclude>
|
|
|
|
|
<exclude>storeSite/**</exclude>
|
|
|
|
|
<exclude>base-page/**</exclude>
|
|
|
|
|
<exclude>login/**</exclude>
|
|
|
|
|
<exclude>styles-layout.css</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
</fileSet-->
|
2015-09-08 11:11:04 +00:00
|
|
|
|
|
|
|
|
<!-- Analytics related config -->
|
|
|
|
|
<fileSet>
|
|
|
|
|
<directory>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/analytics/
|
|
|
|
|
</directory>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/analytics</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/analytics-config.xml</include>
|
|
|
|
|
<include>**/rdbms-config.xml</include>
|
|
|
|
|
<include>**/hbase-analytics-config.xml</include>
|
|
|
|
|
<include>**/analytics-data-config.xml</include>
|
|
|
|
|
<include>**/analytics-eventsink-config.xml</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</fileSet>
|
2015-05-13 11:00:13 +00:00
|
|
|
</fileSets>
|
|
|
|
|
|
|
|
|
|
<dependencySets>
|
|
|
|
|
<dependencySet>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/lib/endorsed</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>javax.el:el-api:jar</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</dependencySet>
|
|
|
|
|
<dependencySet>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/client/modules
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>org.hibernate.wso2:hibernate:jar</include>
|
|
|
|
|
<include>org.apache.rampart:rampart:mar</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</dependencySet>
|
|
|
|
|
</dependencySets>
|
|
|
|
|
|
|
|
|
|
<files>
|
|
|
|
|
<!--file>
|
|
|
|
|
<source>../mobile-agents/android/jax-rs/target/mdm-android-agent.war</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>../mobile-agents/windows/jax-rs/target/mdm-windows-agent.war</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>../rest-api/target/mdm-admin.war</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../tools/mdm-android-agent-archetype/target/mdm-android-agent-archetype-${mdm.android.agent.archetype.version}.jar
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/tools
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>../tools/mdm-android-agent-archetype/README.txt</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/tools
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>../tools/mdm-android-agent-archetype/android-agent.sh</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/tools
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file-->
|
|
|
|
|
<!-- <file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/tomcat</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading-environments.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/tomcat</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>src/repository/conf/tomcat/context.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/tomcat</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
2015-05-30 23:38:15 +00:00
|
|
|
<file>
|
2015-05-13 11:00:13 +00:00
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/iot-config.xml
|
|
|
|
|
</source>
|
2015-05-30 23:38:15 +00:00
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>
|
2015-05-13 11:00:13 +00:00
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
2015-07-12 16:35:22 +00:00
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/iot-config.xsd
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
2015-05-30 23:38:15 +00:00
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/devicecloud-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
2015-07-11 22:40:59 +00:00
|
|
|
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/devicecloud-config.xsd
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/iot</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
2015-05-13 11:00:13 +00:00
|
|
|
<!-- <file>
|
|
|
|
|
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/event-broker.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>INSTALL.txt</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>README.txt</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>LICENSE.txt</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>release-notes.html</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/bin/README.txt</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/bin/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/bin/version.txt</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/bin/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!-- Copying logging-config.xml -->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/logging-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!-- Copying event-broker.xml -->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/event-broker.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!-- Copying application-authentication.xml -->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
2015-09-13 14:00:52 +00:00
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/application-authentication.xml
|
2015-05-13 11:00:13 +00:00
|
|
|
</source>
|
2015-09-13 14:00:52 +00:00
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity</outputDirectory>
|
2015-05-13 11:00:13 +00:00
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Copying thrift-authentication.xml -->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
2015-09-13 14:00:52 +00:00
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/thrift-authentication.xml
|
2015-05-13 11:00:13 +00:00
|
|
|
</source>
|
2015-09-13 14:00:52 +00:00
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity</outputDirectory>
|
2015-05-13 11:00:13 +00:00
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>src/repository/conf/application-authenticators.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/security/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/README</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>src/repository/conf/identity.xml</source>
|
2015-09-13 14:00:52 +00:00
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity</outputDirectory>
|
2015-05-13 11:00:13 +00:00
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/tomcat
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--cdm config file-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/cdm-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--app management config file-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/app-management-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--License Config file-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
src/repository/conf/license-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
2015-09-13 14:00:52 +00:00
|
|
|
|
2015-05-20 05:05:49 +00:00
|
|
|
<!--Webapp Authenticator Config file-->
|
2015-09-13 14:00:52 +00:00
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/webapp-authenticator-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
2015-05-13 11:00:13 +00:00
|
|
|
|
|
|
|
|
<!--notifications config file-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/notification-messages.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!-- Copying the modified registry.xml file-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
src/repository/conf/registry.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--cdm plugin config file-->
|
|
|
|
|
<!--file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/mobile-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>
|
2015-08-11 19:36:48 +00:00
|
|
|
${pom.artifactId}-${pom.version}/repository/conf/etc/device-mgt-plugin-org.wso2.carbon.device.mgt.iot.common.config.server.configs/mobile
|
2015-05-13 11:00:13 +00:00
|
|
|
</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading-environments.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/tomcat
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!-- Copying H2 database related files corresponding to default API management repository schema -->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2AM_DB.h2.db
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/database</outputDirectory>
|
|
|
|
|
<destName>WSO2AM_DB.h2.db</destName>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
2015-06-10 16:59:59 +00:00
|
|
|
<!--<file>-->
|
|
|
|
|
<!--<source>-->
|
|
|
|
|
<!--target/wso2carbon-core-${carbon.kernel.version}/repository/database/FireAlarmDM_DB.h2.db-->
|
|
|
|
|
<!--</source>-->
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/database</outputDirectory>-->
|
|
|
|
|
<!--<destName>FireAlarmDM_DB.h2.db</destName>-->
|
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
|
<!--</file>-->
|
2015-05-13 11:00:13 +00:00
|
|
|
|
|
|
|
|
<!-- Copying H2 database related files corresponding to default Device management repository schema -->
|
|
|
|
|
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2DM_DB.h2.db
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/database</outputDirectory>
|
|
|
|
|
<destName>WSO2DM_DB.h2.db</destName>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
2015-09-02 11:29:40 +00:00
|
|
|
|
2015-05-13 11:00:13 +00:00
|
|
|
<file>
|
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/carbon.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--email broker config-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>src/repository/conf/axis2/axis2_client.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/axis2/
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
2015-08-26 11:59:56 +00:00
|
|
|
<!--<source>src/repository/conf/etc/launch.ini</source>-->
|
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/launch.ini</source>
|
2015-05-13 11:00:13 +00:00
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc/
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
2015-09-02 11:29:40 +00:00
|
|
|
<!--========================================================================================================-->
|
|
|
|
|
<!-- Enterprise Store Features -->
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/governance.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>src/repository/conf/registry.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>src/repository/conf/multitenancy/cloud-services-desc.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/multitenancy/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/log4j.properties
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/axis2/axis2.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/axis2/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/identity-mgt.properties
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/email/email-admin-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/email</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/claim-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>src/repository/database/WSO2IDENTITY_DB.h2.db</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/database</outputDirectory>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/social.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources/social-datasources.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/datasources/</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
2015-09-08 09:43:07 +00:00
|
|
|
<!-- Removed with version 2.3.5-SNAPSHOT-->
|
|
|
|
|
<!--<file>-->
|
|
|
|
|
<!--<source>-->
|
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/association-config.xml-->
|
|
|
|
|
<!--</source>-->
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>-->
|
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
|
<!--</file>-->
|
2015-09-02 11:29:40 +00:00
|
|
|
|
|
|
|
|
<!--============ Added with ES Features ===============-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/shindig.properties</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<!--========================================================================================================-->
|
|
|
|
|
<!-- End of Enterprise Store Features -->
|
|
|
|
|
|
2015-09-08 06:38:45 +00:00
|
|
|
<!-- Copying apim feature - bam.xml -->
|
2015-09-13 14:00:52 +00:00
|
|
|
<!--<file>-->
|
|
|
|
|
<!--<source>-->
|
|
|
|
|
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/bam.xml-->
|
|
|
|
|
<!--</source>-->
|
|
|
|
|
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>-->
|
|
|
|
|
<!--<filtered>true</filtered>-->
|
|
|
|
|
<!--<fileMode>644</fileMode>-->
|
|
|
|
|
<!--</file>-->
|
|
|
|
|
|
|
|
|
|
<!-- Analytics datasources -->
|
2015-09-08 06:38:45 +00:00
|
|
|
<file>
|
2015-09-08 11:11:04 +00:00
|
|
|
<source>
|
2015-09-13 14:00:52 +00:00
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources/analytics-datasources.xml
|
2015-09-08 11:11:04 +00:00
|
|
|
</source>
|
2015-09-13 14:00:52 +00:00
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/datasources</outputDirectory>
|
2015-09-08 11:11:04 +00:00
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
2015-09-13 14:00:52 +00:00
|
|
|
|
|
|
|
|
<!--DAS Files-->
|
2015-09-08 11:11:04 +00:00
|
|
|
<file>
|
|
|
|
|
<source>
|
2015-09-13 14:00:52 +00:00
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/event-processor.xml
|
2015-09-08 11:11:04 +00:00
|
|
|
</source>
|
2015-09-13 14:00:52 +00:00
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/output-event-adapters.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf
|
|
|
|
|
</outputDirectory>
|
2015-09-08 11:11:04 +00:00
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
2015-09-08 06:38:45 +00:00
|
|
|
</file>
|
2015-09-07 05:46:19 +00:00
|
|
|
|
2015-09-13 14:00:52 +00:00
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/input-event-adapters.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
<!-- ************* Data bridge related files ********** -->
|
|
|
|
|
<file>
|
|
|
|
|
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/data-bridge/data-bridge-config.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/data-bridge</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>src/repository/conf/data-bridge/stream-definitions.xml</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/data-bridge</outputDirectory>
|
|
|
|
|
</file>
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/data-bridge/data-agent-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/data-bridge
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<!-- ************* Data bridge related files end ********** -->
|
|
|
|
|
<!--spark udf conf file-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/spark/spark-udf-config.xml
|
|
|
|
|
</source>
|
|
|
|
|
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/spark/
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
<!--spark defaults file-->
|
|
|
|
|
<file>
|
|
|
|
|
<source>
|
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/spark/spark-defaults.conf
|
|
|
|
|
</source>
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/spark/
|
|
|
|
|
</outputDirectory>
|
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
|
2015-09-07 05:46:19 +00:00
|
|
|
|
2015-09-08 11:11:04 +00:00
|
|
|
|
2015-05-13 11:00:13 +00:00
|
|
|
</files>
|
|
|
|
|
</assembly>
|