diff options
Diffstat (limited to 'features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml')
-rwxr-xr-x | features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml index 9a2ee9f95fc..81d43631668 100755 --- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml +++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml @@ -6,10 +6,9 @@ provider-name="Eclipse Modeling Project"> <copyright url="http://www.eclipse.org/legal/epl-v10.html"> - Copyright (c) 2014 CEA LIST + Copyright (c) 2014, 2014 CEA LIST, Christian W. Damus, and others. All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License -v1.0 +are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html </copyright> @@ -130,4 +129,11 @@ http://www.eclipse.org/legal/epl-v10.html version="0.0.0" unpack="false"/> + <plugin + id="org.eclipse.papyrus.dev.assistants.codegen" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> |