From 29247f7b5069f782d47f495d31a399d1fe29c63c Mon Sep 17 00:00:00 2001 From: Geeth Munasinghe Date: Wed, 17 Dec 2014 15:55:02 +0530 Subject: [PATCH] Removing the unnessacary files from distribution target folder and changing the policy --- .../java/org/wso2/carbon/policy/mgt/common/Policy.java | 9 +++++++++ product/modules/distribution/pom.xml | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/components/policy-mgt/org.wso2.carbon.policy.mgt.common/src/main/java/org/wso2/carbon/policy/mgt/common/Policy.java b/components/policy-mgt/org.wso2.carbon.policy.mgt.common/src/main/java/org/wso2/carbon/policy/mgt/common/Policy.java index 96d687365..a52bd487e 100644 --- a/components/policy-mgt/org.wso2.carbon.policy.mgt.common/src/main/java/org/wso2/carbon/policy/mgt/common/Policy.java +++ b/components/policy-mgt/org.wso2.carbon.policy.mgt.common/src/main/java/org/wso2/carbon/policy/mgt/common/Policy.java @@ -24,6 +24,15 @@ public class Policy { private int id; private String policyName; private List featuresList; + private boolean generic; + + public boolean isGeneric() { + return generic; + } + + public void setGeneric(boolean generic) { + this.generic = generic; + } public int getId() { return id; diff --git a/product/modules/distribution/pom.xml b/product/modules/distribution/pom.xml index ab110a0ff..b859527b8 100644 --- a/product/modules/distribution/pom.xml +++ b/product/modules/distribution/pom.xml @@ -182,7 +182,8 @@ - + +