diff options
author | eutarass | 2009-08-28 19:59:49 +0000 |
---|---|---|
committer | eutarass | 2009-08-28 19:59:49 +0000 |
commit | 7fdeaa34f2c825cad27477882c068527baed123f (patch) | |
tree | 8c587ffc89bef2fd8805f6289274f10d9c985ad5 /features/org.eclipse.tm.tcf.feature | |
parent | 6d65ffaca552d9cc11b1a9b0d851759824d9ee9f (diff) | |
download | org.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 'features/org.eclipse.tm.tcf.feature')
-rw-r--r-- | features/org.eclipse.tm.tcf.feature/feature.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.tm.tcf.feature/feature.xml b/features/org.eclipse.tm.tcf.feature/feature.xml index 3ebc94bb8..552c63237 100644 --- a/features/org.eclipse.tm.tcf.feature/feature.xml +++ b/features/org.eclipse.tm.tcf.feature/feature.xml @@ -51,7 +51,6 @@ download-size="0"
install-size="0"
version="0.0.0"
- fragment="true"
unpack="false"/>
<plugin
|