mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changed carbon.kernal.version to carbon.kernel.version
This commit is contained in:
parent
1e77daa589
commit
1ee862ed83
2
pom.xml
2
pom.xml
@ -44,7 +44,7 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<carbon.kernal.version>4.2.0</carbon.kernal.version>
|
<carbon.kernel.version>4.2.0</carbon.kernel.version>
|
||||||
<carbon.p2.plugin.version>1.5.4</carbon.p2.plugin.version>
|
<carbon.p2.plugin.version>1.5.4</carbon.p2.plugin.version>
|
||||||
<maven-buildnumber-plugin.version>1.3</maven-buildnumber-plugin.version>
|
<maven-buildnumber-plugin.version>1.3</maven-buildnumber-plugin.version>
|
||||||
|
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.wso2.carbon</groupId>
|
<groupId>org.wso2.carbon</groupId>
|
||||||
<artifactId>wso2carbon-core</artifactId>
|
<artifactId>wso2carbon-core</artifactId>
|
||||||
<version>${carbon.kernal.version}</version>
|
<version>${carbon.kernel.version}</version>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
<outputDirectory>target</outputDirectory>
|
<outputDirectory>target</outputDirectory>
|
||||||
@ -118,7 +118,7 @@
|
|||||||
<include name="wso2emm-${project.version}.zip"/>
|
<include name="wso2emm-${project.version}.zip"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</unzip>
|
</unzip>
|
||||||
<copy todir="target/wso2carbon-core-${carbon.kernal.version}/repository/components"
|
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/repository/components"
|
||||||
overwrite="true">
|
overwrite="true">
|
||||||
<fileset
|
<fileset
|
||||||
dir="${tempdir}/wso2emm-${project.version}/repository/components"></fileset>
|
dir="${tempdir}/wso2emm-${project.version}/repository/components"></fileset>
|
||||||
@ -141,7 +141,7 @@
|
|||||||
<copy file="src/repository/resources/shindig/index.jsp"
|
<copy file="src/repository/resources/shindig/index.jsp"
|
||||||
todir="target/shindig"/>-->
|
todir="target/shindig"/>-->
|
||||||
|
|
||||||
<concat destfile="target/wso2carbon-core-${carbon.kernal.version}/repository/log4j.properties">
|
<concat destfile="target/wso2carbon-core-${carbon.kernel.version}/repository/log4j.properties">
|
||||||
og4j.logger.net.sf.ehcache=ERROR
|
og4j.logger.net.sf.ehcache=ERROR
|
||||||
</concat>
|
</concat>
|
||||||
|
|
||||||
@ -155,16 +155,16 @@
|
|||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<!--<copy todir="target/wso2carbon-core-${carbon.kernal.version}/modules"
|
<!--<copy todir="target/wso2carbon-core-${carbon.kernel.version}/modules"
|
||||||
overwrite="true">
|
overwrite="true">
|
||||||
<fileset dir="src/repository/modules"></fileset>
|
<fileset dir="src/repository/modules"></fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="target/wso2carbon-core-${carbon.kernal.version}/repository/deployment/server/jaggeryapps"
|
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps"
|
||||||
overwrite="true">
|
overwrite="true">
|
||||||
<fileset dir="../apps"></fileset>
|
<fileset dir="../apps"></fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<copy todir="target/wso2carbon-core-${carbon.kernal.version}/repository/components/plugins"
|
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/plugins"
|
||||||
overwrite="true">
|
overwrite="true">
|
||||||
<fileset dir="src/repository/components/patches/apimgt"></fileset>
|
<fileset dir="src/repository/components/patches/apimgt"></fileset>
|
||||||
</copy>-->
|
</copy>-->
|
||||||
@ -185,7 +185,7 @@
|
|||||||
<delete dir="target/archive-tmp"/>
|
<delete dir="target/archive-tmp"/>
|
||||||
<delete dir="target/dependency-maven-plugin-markers"/>
|
<delete dir="target/dependency-maven-plugin-markers"/>
|
||||||
<delete dir="target/maven-archiver"/>
|
<delete dir="target/maven-archiver"/>
|
||||||
<delete dir="target/wso2carbon-core-${carbon.kernal.version}"/>
|
<delete dir="target/wso2carbon-core-${carbon.kernel.version}"/>
|
||||||
<delete file="target/wso2emm-${project.version}.jar"/>
|
<delete file="target/wso2emm-${project.version}.jar"/>
|
||||||
<delete dir="target/sources"/>
|
<delete dir="target/sources"/>
|
||||||
<delete dir="target/site"/>
|
<delete dir="target/site"/>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<fileSets>
|
<fileSets>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>target/wso2carbon-core-${carbon.kernal.version}</directory>
|
<directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}</outputDirectory>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/*.sh</exclude>
|
<exclude>**/*.sh</exclude>
|
||||||
@ -33,14 +33,14 @@
|
|||||||
</fileSet>
|
</fileSet>
|
||||||
<!--copying runtimes-->
|
<!--copying runtimes-->
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/lib/runtimes</directory>
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib/runtimes</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}/lib/runtimes/</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/lib/runtimes/</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>*/**</include>
|
<include>*/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>target/wso2carbon-core-${carbon.kernal.version}</directory>
|
<directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/*.sh</include>
|
<include>**/*.sh</include>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
<!--Multitenancy related file -->
|
<!--Multitenancy related file -->
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>
|
<directory>
|
||||||
../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/repository/conf/multitenancy/
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
|
||||||
</directory>
|
</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}/repository/conf/multitenancy</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf/multitenancy</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>
|
<directory>
|
||||||
../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/repository/conf/multitenancy/
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
|
||||||
</directory>
|
</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}/repository/conf</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
@ -111,7 +111,7 @@
|
|||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/modules</directory>
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/modules</directory>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/modules/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/modules/</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>*/**</include>
|
<include>*/**</include>
|
||||||
@ -119,7 +119,7 @@
|
|||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>
|
<directory>
|
||||||
../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/repository/deployment/server/jaggeryapps
|
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps
|
||||||
</directory>
|
</directory>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
@ -136,7 +136,7 @@
|
|||||||
<!--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.kernal.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>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
@ -147,7 +147,7 @@
|
|||||||
<!--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.kernal.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>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
@ -164,7 +164,7 @@
|
|||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/repository/conf/security/
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/
|
||||||
</directory>
|
</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}/repository/conf/security/</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf/security/</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
@ -214,7 +214,7 @@
|
|||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/dbscripts/service-provider
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/service-provider
|
||||||
</directory>
|
</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}/dbscripts/service-provider</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/dbscripts/service-provider</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
@ -234,7 +234,7 @@
|
|||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/repository/modules</directory>
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/modules</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}/modules/</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/modules/</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>*/**</include>
|
<include>*/**</include>
|
||||||
@ -273,7 +273,7 @@
|
|||||||
<files>
|
<files>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.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-${pom.version}/repository/conf/tomcat</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf/tomcat</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
@ -281,7 +281,7 @@
|
|||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.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-${pom.version}/repository/conf/tomcat</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf/tomcat</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
@ -294,7 +294,7 @@
|
|||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.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-${pom.version}/repository/conf/</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
@ -326,13 +326,13 @@
|
|||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>target/wso2carbon-core-${carbon.kernal.version}/bin/README.txt</source>
|
<source>target/wso2carbon-core-${carbon.kernel.version}/bin/README.txt</source>
|
||||||
<outputDirectory>wso2emm-${pom.version}/bin/</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/bin/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>target/wso2carbon-core-${carbon.kernal.version}/bin/version.txt</source>
|
<source>target/wso2carbon-core-${carbon.kernel.version}/bin/version.txt</source>
|
||||||
<outputDirectory>wso2emm-${pom.version}/bin/</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/bin/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
@ -390,7 +390,7 @@
|
|||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>target/wso2carbon-core-${carbon.kernal.version}/repository/conf/README</source>
|
<source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/README</source>
|
||||||
<outputDirectory>wso2emm-${pom.version}/repository/conf/</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
@ -406,31 +406,31 @@
|
|||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/repository/conf/user-mgt.xml
|
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/user-mgt.xml
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>wso2emm-${pom.version}/repository/conf/</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0001/lib/org.wso2.carbon.server-${carbon.kernal.version}.jar
|
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0001/lib/org.wso2.carbon.server-${carbon.kernel.version}.jar
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/lib/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/lib/</outputDirectory>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0001/dbscripts/db2.sql</source>
|
<source>../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0001/dbscripts/db2.sql</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/</outputDirectory>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0001/dbscripts/mysql.sql
|
<source>../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0001/dbscripts/mysql.sql
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/</outputDirectory>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0003/dbscripts/mysql_cluster.sql
|
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0003/dbscripts/mysql_cluster.sql
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/</outputDirectory>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
@ -438,19 +438,19 @@
|
|||||||
<!-- Files WSO2-CARBON-PATCH-4.2.0-0002 - Start -->
|
<!-- Files WSO2-CARBON-PATCH-4.2.0-0002 - Start -->
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0002/repository/conf/security/cipher-text.properties
|
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0002/repository/conf/security/cipher-text.properties
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/security/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/security/</outputDirectory>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0002/repository/conf/security/cipher-tool.properties
|
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0002/repository/conf/security/cipher-tool.properties
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/security/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/security/</outputDirectory>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0002/repository/conf/axis2/axis2.xml
|
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0002/repository/conf/axis2/axis2.xml
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/axis2/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/axis2/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
@ -458,7 +458,7 @@
|
|||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0002/repository/conf/axis2/tenant-axis2.xml
|
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0002/repository/conf/axis2/tenant-axis2.xml
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/axis2/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/axis2/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
@ -466,7 +466,7 @@
|
|||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0002/repository/conf/axis2/axis2_client.xml
|
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0002/repository/conf/axis2/axis2_client.xml
|
||||||
</source>
|
</source>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/axis2/</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/axis2/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
@ -474,7 +474,7 @@
|
|||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernal.version}-0004/repository/conf/carbon.xml
|
../p2-profile-gen/target/WSO2-CARBON-PATCH-${carbon.kernel.version}-0004/repository/conf/carbon.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>
|
||||||
@ -485,7 +485,7 @@
|
|||||||
<!-- nTask Component -->
|
<!-- nTask Component -->
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.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-${pom.version}/repository/conf/etc</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/conf/etc</outputDirectory>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
<fileSets>
|
<fileSets>
|
||||||
<!-- Copying p2 profile and osgi bundles-->
|
<!-- Copying p2 profile and osgi bundles-->
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernal.version}/repository/components</directory>
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/components</directory>
|
||||||
<outputDirectory>wso2emm-${pom.version}/repository/components</outputDirectory>
|
<outputDirectory>wso2emm-${pom.version}/repository/components</outputDirectory>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/eclipse.ini</exclude>
|
<exclude>**/eclipse.ini</exclude>
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.wso2.carbon</groupId>
|
<groupId>org.wso2.carbon</groupId>
|
||||||
<artifactId>wso2carbon-core</artifactId>
|
<artifactId>wso2carbon-core</artifactId>
|
||||||
<version>${carbon.kernal.version}</version>
|
<version>${carbon.kernel.version}</version>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
<outputDirectory>target</outputDirectory>
|
<outputDirectory>target</outputDirectory>
|
||||||
@ -101,7 +101,7 @@
|
|||||||
<featureArtifacts>
|
<featureArtifacts>
|
||||||
|
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.ndatasource.feature:${carbon.kernal.version}
|
org.wso2.carbon:org.wso2.carbon.ndatasource.feature:${carbon.kernel.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
</featureArtifacts>
|
</featureArtifacts>
|
||||||
|
|
||||||
@ -120,18 +120,18 @@
|
|||||||
<metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
|
<metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
|
||||||
<artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
|
<artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
|
||||||
<destination>
|
<destination>
|
||||||
${basedir}/target/wso2carbon-core-${carbon.kernal.version}/repository/components
|
${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
|
||||||
</destination>
|
</destination>
|
||||||
<deleteOldProfileFiles>true</deleteOldProfileFiles>
|
<deleteOldProfileFiles>true</deleteOldProfileFiles>
|
||||||
<features>
|
<features>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.ndatasource.feature.group</id>
|
<id>org.wso2.carbon.ndatasource.feature.group</id>
|
||||||
<version>${carbon.kernal.version}</version>
|
<version>${carbon.kernel.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.ndatasource.ui.feature.group</id>
|
<id>org.wso2.carbon.ndatasource.ui.feature.group</id>
|
||||||
<version>${carbon.kernal.version}</version>
|
<version>${carbon.kernel.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
</features>
|
</features>
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -148,7 +148,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<replace token="false" value="true"
|
<replace token="false" value="true"
|
||||||
dir="target/wso2carbon-core-${carbon.kernal.version}/repository/components">
|
dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components">
|
||||||
<include name="**/bundles.info"/>
|
<include name="**/bundles.info"/>
|
||||||
</replace>
|
</replace>
|
||||||
</tasks>
|
</tasks>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user