|
|
@ -1,5 +1,5 @@
|
|
|
|
<assembly>
|
|
|
|
<assembly>
|
|
|
|
<!--<id>bin</id>-->
|
|
|
|
<id>bin</id>
|
|
|
|
<formats>
|
|
|
|
<formats>
|
|
|
|
<format>zip</format>
|
|
|
|
<format>zip</format>
|
|
|
|
</formats>
|
|
|
|
</formats>
|
|
|
@ -8,8 +8,8 @@
|
|
|
|
<fileSets>
|
|
|
|
<fileSets>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
|
|
|
|
<directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${pom.version}</outputDirectory>
|
|
|
|
<excludes>
|
|
|
|
<!-- <excludes>
|
|
|
|
<exclude>**/*.sh</exclude>
|
|
|
|
<exclude>**/*.sh</exclude>
|
|
|
|
<exclude>**/README*</exclude>
|
|
|
|
<exclude>**/README*</exclude>
|
|
|
|
<exclude>**/LICENSE*</exclude>
|
|
|
|
<exclude>**/LICENSE*</exclude>
|
|
|
@ -22,40 +22,40 @@
|
|
|
|
<exclude>**/version.txt</exclude>
|
|
|
|
<exclude>**/version.txt</exclude>
|
|
|
|
<exclude>**/axis2/axis2.xml</exclude>
|
|
|
|
<exclude>**/axis2/axis2.xml</exclude>
|
|
|
|
<exclude>**/master-datasources.xml</exclude>
|
|
|
|
<exclude>**/master-datasources.xml</exclude>
|
|
|
|
</excludes>
|
|
|
|
</excludes>-->
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<!--copying runtimes-->
|
|
|
|
<!--copying runtimes-->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib/runtimes</directory>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib/runtimes</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/lib/runtimes/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${pom.version}/lib/runtimes/</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>*/**</include>
|
|
|
|
<include>*/**</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
|
|
|
|
<directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${pom.version}</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.sh</include>
|
|
|
|
<include>**/*.sh</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<!-- <fileSet>
|
|
|
|
<directory>
|
|
|
|
<directory>
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/dbscripts/identity</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/dbscripts/identity</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/**.sql</include>
|
|
|
|
<include>**/**.sql</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--Multitenancy related file -->
|
|
|
|
<!--Multitenancy related file -->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>
|
|
|
|
<directory>
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/multitenancy</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/multitenancy</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/stratos.xml</include>
|
|
|
|
<include>**/stratos.xml</include>
|
|
|
|
<include>**/multitenancy-packages.xml</include>
|
|
|
|
<include>**/multitenancy-packages.xml</include>
|
|
|
@ -68,7 +68,7 @@
|
|
|
|
<directory>
|
|
|
|
<directory>
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/tenant-mgt.xml</include>
|
|
|
|
<include>**/tenant-mgt.xml</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
@ -76,14 +76,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/repository/resources/styles/css</directory>
|
|
|
|
<directory>src/repository/resources/styles/css</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/resources/allthemes/Default/admin</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/resources/allthemes/Default/admin</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/**.css</include>
|
|
|
|
<include>**/**.css</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/repository/resources/styles/images</directory>
|
|
|
|
<directory>src/repository/resources/styles/images</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/resources/allthemes/Default/images</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/resources/allthemes/Default/images</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/**.gif</include>
|
|
|
|
<include>**/**.gif</include>
|
|
|
|
<include>**/**.png</include>
|
|
|
|
<include>**/**.png</include>
|
|
|
@ -94,13 +94,13 @@
|
|
|
|
<!-- copy documentation -->
|
|
|
|
<!-- copy documentation -->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>target/site</directory>
|
|
|
|
<directory>target/site</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/docs</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/docs</outputDirectory>
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<!-- copy the landing page webapp -->
|
|
|
|
<!-- copy the landing page webapp -->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/repository/resources/stratos_root</directory>
|
|
|
|
<directory>src/repository/resources/stratos_root</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/deployment/server/webapps/STRATOS_ROOT</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/deployment/server/webapps/STRATOS_ROOT</outputDirectory>
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
@ -110,7 +110,7 @@
|
|
|
|
<include>*/**</include>
|
|
|
|
<include>*/**</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<!-- <fileSet>
|
|
|
|
<directory>
|
|
|
|
<directory>
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
@ -124,10 +124,10 @@
|
|
|
|
<exclude>**/fakepublisher/</exclude>
|
|
|
|
<exclude>**/fakepublisher/</exclude>
|
|
|
|
<exclude>**/fakestore/</exclude>
|
|
|
|
<exclude>**/fakestore/</exclude>
|
|
|
|
</excludes>
|
|
|
|
</excludes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--copy jaxrs web app for OAuth feature-->
|
|
|
|
<!--copy jaxrs web app for OAuth feature-->
|
|
|
|
<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>
|
|
|
@ -137,7 +137,7 @@
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
|
|
<!--copy web app for application authentication feature -->
|
|
|
|
<!–copy web app for application authentication feature –>
|
|
|
|
<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
|
|
|
@ -146,10 +146,10 @@
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>authenticationendpoint.war</include>
|
|
|
|
<include>authenticationendpoint.war</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>-->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/repository/conf</directory>
|
|
|
|
<directory>src/repository/conf</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/api-manager.xml</include>
|
|
|
|
<include>**/api-manager.xml</include>
|
|
|
|
<include>**/sso-idp-config.xml</include>
|
|
|
|
<include>**/sso-idp-config.xml</include>
|
|
|
@ -159,7 +159,7 @@
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/security/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/security/</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/entitlement.properties</include>
|
|
|
|
<include>**/entitlement.properties</include>
|
|
|
|
<include>**/trusted-idp-config.xml</include>
|
|
|
|
<include>**/trusted-idp-config.xml</include>
|
|
|
@ -167,14 +167,14 @@
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/repository/conf/datasources</directory>
|
|
|
|
<directory>src/repository/conf/datasources</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/datasources</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/datasources</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/master-datasources.xml</include>
|
|
|
|
<include>**/master-datasources.xml</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/repository/resources</directory>
|
|
|
|
<directory>src/repository/resources</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/resources</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/resources</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>*/**</include>
|
|
|
|
<include>*/**</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
@ -182,12 +182,12 @@
|
|
|
|
<!--data-bridge configuration-->
|
|
|
|
<!--data-bridge configuration-->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/repository/conf/data-bridge</directory>
|
|
|
|
<directory>src/repository/conf/data-bridge</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/data-bridge</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/data-bridge</outputDirectory>
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
<fileMode>755</fileMode>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.version}/lib/runtimes</directory>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.version}/lib/runtimes</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/lib/runtimes/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/lib/runtimes/</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>*/**</include>
|
|
|
|
<include>*/**</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
@ -195,14 +195,14 @@
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/service-provider
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/service-provider
|
|
|
|
</directory>
|
|
|
|
</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/dbscripts/service-provider</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/dbscripts/service-provider</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>*/**</include>
|
|
|
|
<include>*/**</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/modules</directory>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/modules</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/modules/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/modules/</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>*/**</include>
|
|
|
|
<include>*/**</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
@ -212,7 +212,7 @@
|
|
|
|
<!-- Script -->
|
|
|
|
<!-- Script -->
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>src/repository/dbscripts/</directory>
|
|
|
|
<directory>src/repository/dbscripts/</directory>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/dbscripts</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/dbscripts</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>*/**</include>
|
|
|
|
<include>*/**</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
@ -222,13 +222,13 @@
|
|
|
|
</fileSets>
|
|
|
|
</fileSets>
|
|
|
|
<dependencySets>
|
|
|
|
<dependencySets>
|
|
|
|
<dependencySet>
|
|
|
|
<dependencySet>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/lib/endorsed</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/lib/endorsed</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>javax.el:el-api:jar</include>
|
|
|
|
<include>javax.el:el-api:jar</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</dependencySet>
|
|
|
|
</dependencySet>
|
|
|
|
<dependencySet>
|
|
|
|
<dependencySet>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/deployment/client/modules
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/deployment/client/modules
|
|
|
|
</outputDirectory>
|
|
|
|
</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>org.hibernate.wso2:hibernate:jar</include>
|
|
|
|
<include>org.hibernate.wso2:hibernate:jar</include>
|
|
|
@ -238,11 +238,11 @@
|
|
|
|
</dependencySets>
|
|
|
|
</dependencySets>
|
|
|
|
|
|
|
|
|
|
|
|
<files>
|
|
|
|
<files>
|
|
|
|
<file>
|
|
|
|
<!-- <file>
|
|
|
|
<source>
|
|
|
|
<source>
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading.xml
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading.xml
|
|
|
|
</source>
|
|
|
|
</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/tomcat</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/tomcat</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
@ -250,115 +250,115 @@
|
|
|
|
<source>
|
|
|
|
<source>
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading-environments.xml
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading-environments.xml
|
|
|
|
</source>
|
|
|
|
</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/tomcat</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/tomcat</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>-->
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>src/repository/conf/tomcat/context.xml</source>
|
|
|
|
<source>src/repository/conf/tomcat/context.xml</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/tomcat</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/tomcat</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/event-broker.xml
|
|
|
|
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/event-broker.xml
|
|
|
|
</source>
|
|
|
|
</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/</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>wso2emm-${project.version}</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>README.txt</source>
|
|
|
|
<source>README.txt</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>LICENSE.txt</source>
|
|
|
|
<source>LICENSE.txt</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>release-notes.html</source>
|
|
|
|
<source>release-notes.html</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/bin/README.txt</source>
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/bin/README.txt</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/bin/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/bin/</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/bin/version.txt</source>
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/bin/version.txt</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/bin/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/bin/</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
|
|
<!--copy default xacml policy to repository/resources/security -->
|
|
|
|
<!--copy default xacml policy to repository/resources/security -->
|
|
|
|
<file>
|
|
|
|
<!-- <file>
|
|
|
|
<source>src/repository/resources/policies/xacml/default/admin.xml</source>
|
|
|
|
<source>src/repository/resources/policies/xacml/default/admin.xml</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/resources/security/policies/xacml/default
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/resources/security/policies/xacml/default
|
|
|
|
</outputDirectory>
|
|
|
|
</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
</file>
|
|
|
|
</file>-->
|
|
|
|
|
|
|
|
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>src/repository/conf/log4j.properties</source>
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/log4j.properties</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>src/repository/conf/multitenancy/cloud-services-desc.xml</source>
|
|
|
|
<source>src/repository/conf/multitenancy/cloud-services-desc.xml</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/multitenancy/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/multitenancy/</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>src/repository/conf/axis2/axis2.xml</source>
|
|
|
|
<source>src/repository/conf/axis2/axis2.xml</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/axis2/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/axis2/</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>src/repository/conf/application-authenticators.xml</source>
|
|
|
|
<source>src/repository/conf/application-authenticators.xml</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/security/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/security/</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/README</source>
|
|
|
|
<source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/README</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/</outputDirectory>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>src/repository/conf/identity.xml</source>
|
|
|
|
<source>src/repository/conf/identity.xml</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf</outputDirectory>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<file>
|
|
|
|
<source>src/repository/database/WSO2EMM_DB.h2.db</source>
|
|
|
|
<source>src/repository/database/WSO2EMM_DB.h2.db</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/database</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/database</outputDirectory>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- nTask Component -->
|
|
|
|
<!-- nTask Component -->
|
|
|
|
<file>
|
|
|
|
<!-- <file>
|
|
|
|
<source>
|
|
|
|
<source>
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/tasks-config.xml
|
|
|
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/tasks-config.xml
|
|
|
|
</source>
|
|
|
|
</source>
|
|
|
|
<outputDirectory>wso2emm-${project.version}/repository/conf/etc</outputDirectory>
|
|
|
|
<outputDirectory>wso2cdm-${project.version}/repository/conf/etc</outputDirectory>
|
|
|
|
</file>
|
|
|
|
</file>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- End - nTask Component -->
|
|
|
|
<!-- End - nTask Component -->
|
|
|
|
</files>
|
|
|
|
</files>
|
|
|
|