From b6d3835b3bdf867d8d1adea1585ce7a4bcb75c04 Mon Sep 17 00:00:00 2001 From: Alena Laskavaia Date: Thu, 4 Mar 2010 14:59:23 +0000 Subject: [PATCH] - added source build properties --- codan/org.eclipse.cdt.codan-feature/build.properties | 5 +++++ codan/org.eclipse.cdt.codan.checkers/build.properties | 4 ++++ codan/org.eclipse.cdt.codan.core/build.properties | 5 +++++ codan/org.eclipse.cdt.codan.ui/build.properties | 4 ++++ 4 files changed, 18 insertions(+) diff --git a/codan/org.eclipse.cdt.codan-feature/build.properties b/codan/org.eclipse.cdt.codan-feature/build.properties index 279df8fba9f..502e2bef0fc 100644 --- a/codan/org.eclipse.cdt.codan-feature/build.properties +++ b/codan/org.eclipse.cdt.codan-feature/build.properties @@ -2,3 +2,8 @@ bin.includes = feature.xml,\ license.html,\ feature.properties,\ epl-v10.html +src.includes = license.html,\ + feature.xml,\ + feature.properties,\ + epl-v10.html,\ + build.properties diff --git a/codan/org.eclipse.cdt.codan.checkers/build.properties b/codan/org.eclipse.cdt.codan.checkers/build.properties index e9863e281ea..d7742bd8a06 100644 --- a/codan/org.eclipse.cdt.codan.checkers/build.properties +++ b/codan/org.eclipse.cdt.codan.checkers/build.properties @@ -3,3 +3,7 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml +src.includes = src/,\ + plugin.xml,\ + META-INF/,\ + build.properties diff --git a/codan/org.eclipse.cdt.codan.core/build.properties b/codan/org.eclipse.cdt.codan.core/build.properties index 3595411e85a..66e6d075b74 100644 --- a/codan/org.eclipse.cdt.codan.core/build.properties +++ b/codan/org.eclipse.cdt.codan.core/build.properties @@ -4,3 +4,8 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ schema/ +src.includes = src/,\ + schema/,\ + plugin.xml,\ + build.properties,\ + META-INF/ diff --git a/codan/org.eclipse.cdt.codan.ui/build.properties b/codan/org.eclipse.cdt.codan.ui/build.properties index 2b0d95b6b02..ccce0d1190a 100644 --- a/codan/org.eclipse.cdt.codan.ui/build.properties +++ b/codan/org.eclipse.cdt.codan.ui/build.properties @@ -3,3 +3,7 @@ output.. = bin/ bin.includes = plugin.xml,\ META-INF/,\ . +src.includes = src/,\ + plugin.xml,\ + build.properties,\ + META-INF/