From 0f5da210a1fb877392390ae39a5ed1ce372acf3e Mon Sep 17 00:00:00 2001 From: manoj Date: Fri, 23 Jan 2015 20:58:17 +0530 Subject: [PATCH] Move rxt file to server feature --- .gitignore | 11 ----------- .../src/main/resources/p2.inf | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 98d5e54f2c..79d0b5669c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,14 +10,3 @@ target # Mac crap .DS_Store -*.class - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.ear - - diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/p2.inf b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/p2.inf index eabcf094d8..4951100d4b 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/p2.inf +++ b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/p2.inf @@ -1,3 +1,4 @@ instructions.configure = \ org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.server_${feature.version}/conf/cdm-config.xml,target:${installFolder}/../../conf/cdm-config.xml,overwrite:true);\ org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.server_${feature.version}/dbscripts/cdm,target:${installFolder}/../../../dbscripts/cdm,overwrite:true);\ +org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.device.mgt.server_${feature.version}/rxts/license.rxt,target:${installFolder}/../../../repository/resources/rxts/license.rxt,overwrite:true);\ \ No newline at end of file