diff options
author | sbouchet | 2011-12-12 15:52:34 +0000 |
---|---|---|
committer | sbouchet | 2011-12-12 15:52:34 +0000 |
commit | 1be7755cde95e55f2763fd4f469a1464c40e5958 (patch) | |
tree | f74c1585ba9e6cd09739a18c28569a4a9ff8dccb /features/org.eclipse.emf.eef.edt-feature | |
parent | 465bbb06e46d7d8d13ff515ed9cc40f521536ecc (diff) | |
download | org.eclipse.eef-1be7755cde95e55f2763fd4f469a1464c40e5958.tar.gz org.eclipse.eef-1be7755cde95e55f2763fd4f469a1464c40e5958.tar.xz org.eclipse.eef-1be7755cde95e55f2763fd4f469a1464c40e5958.zip |
fixed build to include codegen.launcher plugin
Diffstat (limited to 'features/org.eclipse.emf.eef.edt-feature')
-rw-r--r-- | features/org.eclipse.emf.eef.edt-feature/feature.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.eef.edt-feature/feature.xml b/features/org.eclipse.emf.eef.edt-feature/feature.xml index ab5f2dcab..51ac0d146 100644 --- a/features/org.eclipse.emf.eef.edt-feature/feature.xml +++ b/features/org.eclipse.emf.eef.edt-feature/feature.xml @@ -138,4 +138,11 @@ http://www.eclipse.org/legal/epl-v10.html install-size="0" version="0.0.0" unpack="false"/> + + <plugin + id="org.eclipse.emf.eef.codegen.launcher" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> </feature> |