Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-08-28 19:59:49 +0000
committereutarass2009-08-28 19:59:49 +0000
commit7fdeaa34f2c825cad27477882c068527baed123f (patch)
tree8c587ffc89bef2fd8805f6289274f10d9c985ad5 /plugins/org.eclipse.tm.tcf.core/build.properties
parent6d65ffaca552d9cc11b1a9b0d851759824d9ee9f (diff)
downloadorg.eclipse.tcf-7fdeaa34f2c825cad27477882c068527baed123f.tar.gz
org.eclipse.tcf-7fdeaa34f2c825cad27477882c068527baed123f.tar.xz
org.eclipse.tcf-7fdeaa34f2c825cad27477882c068527baed123f.zip
Bug 287732: Unable to build org.eclipse.tm.tcf using headless build:
1. Created headless build project: features/org.eclipse.tm.tcf.headless.build 2. Changed org.eclipse.tm.tcf.core to be a plugin instead of fragment and added bundle activator class
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.core/build.properties')
-rw-r--r--plugins/org.eclipse.tm.tcf.core/build.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/org.eclipse.tm.tcf.core/build.properties b/plugins/org.eclipse.tm.tcf.core/build.properties
index 34d2e4d2d..28843de8d 100644
--- a/plugins/org.eclipse.tm.tcf.core/build.properties
+++ b/plugins/org.eclipse.tm.tcf.core/build.properties
@@ -1,4 +1,8 @@
-source.. = src/
+source.. = src/,\
+ activator/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.properties,\
+ about.html
+src.includes = about.html

Back to the top