Skip to content
Snippets Groups Projects
Commit 636e9164 authored by Stefano puri's avatar Stefano puri
Browse files

Add "Incubation" to Bundle-Names, as required by Eclipse process

parent 2ac0dc5a
No related branches found
No related tags found
No related merge requests found
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CHESS ML profile
Bundle-Name: CHESS ML profile plug-in (Incubation)
Bundle-SymbolicName: org.polarsys.chess.chessmlprofile;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
......
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ada infrastructural code generator
Bundle-Name: Ada infrastructural code generator plug-in (Incubation)
Bundle-SymbolicName: org.polarsys.chess.codegen.ada;singleton:=true
Bundle-Version: 0.3.0.qualifier
Bundle-Activator: org.polarsys.chess.codegen.ada.Activator
......
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CHESS Commands plugin
Bundle-Name: CHESS Commands plug-in (Incubation)
Bundle-SymbolicName: org.polarsys.chess.commands;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Activator: org.polarsys.chess.commands.Activator
......
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CHESS Core plugin
Bundle-Name: CHESS Core plug-in (Incubation)
Bundle-SymbolicName: org.polarsys.chess.core;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Activator: org.polarsys.chess.core.Activator
......
pluginName = CHESS Discovery UI Contributions
providerName = University of Padova
pluginName = CHESS Discovery UI Contributions plug-in (Incubation)
providerName = University of Padova
......@@ -34,3 +34,4 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.polarsys.chess.m2m
Bundle-Vendor: University of Padova
Bundle-Name: PIM to PSM model transformations plug-in (Incubation)
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Service
Bundle-Name: CHESS Service plug-in (Incubation)
Bundle-SymbolicName: org.polarsys.chess.service;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.polarsys.chess.service.Activator
......
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CHESS Validator plugin
Bundle-SymbolicName: org.polarsys.chess.validator;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Activator: org.polarsys.chess.validator.Activator
Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.0",
org.eclipse.papyrus.marte.static.profile,
org.eclipse.papyrus.editor,
org.polarsys.chess.core,
org.eclipse.papyrus.uml.diagram.clazz,
org.eclipse.papyrus.uml.diagram.composite,
org.eclipse.papyrus.uml.tools,
org.eclipse.papyrus.infra.gmfdiag.commands,
org.eclipse.papyrus.infra.services.edit,
org.polarsys.chess.chessmlprofile,
org.eclipse.ocl.uml,
org.eclipse.papyrus.infra.widgets.toolbox,
org.eclipse.emf.edit.ui;bundle-version="2.10.0",
org.eclipse.papyrus.infra.services.markerlistener;bundle-version="1.0.0",
org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
org.eclipse.papyrus.infra.services.validation;bundle-version="1.0.0",
org.polarsys.chess.service
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: University of Padova
Export-Package: org.polarsys.chess.validator;
uses:="org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.jface.viewers,
org.osgi.framework,
org.eclipse.emf.common.command,
org.eclipse.emf.transaction,
org.polarsys.chess.core.resourcelistener",
org.polarsys.chess.validator.command,
org.polarsys.chess.validator.constraints,
org.polarsys.chess.validator.managers;
uses:="org.eclipse.osgi.util,
it.unipd.chess.views,
org.eclipse.emf.common.command,
org.eclipse.emf.transaction,
org.eclipse.uml2.uml,
org.eclipse.emf.common.notify"
Import-Package: org.eclipse.uml2.uml
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CHESS Validator plug-in (Incubation)
Bundle-SymbolicName: org.polarsys.chess.validator;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Activator: org.polarsys.chess.validator.Activator
Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.0",
org.eclipse.papyrus.marte.static.profile,
org.eclipse.papyrus.editor,
org.polarsys.chess.core,
org.eclipse.papyrus.uml.diagram.clazz,
org.eclipse.papyrus.uml.diagram.composite,
org.eclipse.papyrus.uml.tools,
org.eclipse.papyrus.infra.gmfdiag.commands,
org.eclipse.papyrus.infra.services.edit,
org.polarsys.chess.chessmlprofile,
org.eclipse.ocl.uml,
org.eclipse.papyrus.infra.widgets.toolbox,
org.eclipse.emf.edit.ui;bundle-version="2.10.0",
org.eclipse.papyrus.infra.services.markerlistener;bundle-version="1.0.0",
org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
org.eclipse.papyrus.infra.services.validation;bundle-version="1.0.0",
org.polarsys.chess.service
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: University of Padova
Export-Package: org.polarsys.chess.validator;
uses:="org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.jface.viewers,
org.osgi.framework,
org.eclipse.emf.common.command,
org.eclipse.emf.transaction,
org.polarsys.chess.core.resourcelistener",
org.polarsys.chess.validator.command,
org.polarsys.chess.validator.constraints,
org.polarsys.chess.validator.managers;
uses:="org.eclipse.osgi.util,
it.unipd.chess.views,
org.eclipse.emf.common.command,
org.eclipse.emf.transaction,
org.eclipse.uml2.uml,
org.eclipse.emf.common.notify"
Import-Package: org.eclipse.uml2.uml
###############################################################################
# Copyright (c) 2008 Obeo.
# All rights reserved. This program and the accompanying materials
# 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
#
# Contributors:
# Obeo - initial API and implementation
###############################################################################
pluginName=Papyrus Wizards (Incubation)
pluginProvider=Eclipse Modeling Project
NewWizards.project.description=Create a project for a new Papyrus model (UML or SysML)
###############################################################################
# Copyright (c) 2008 Obeo.
# All rights reserved. This program and the accompanying materials
# 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
#
# Contributors:
# Obeo - initial API and implementation
###############################################################################
pluginName=CHESS Papyrus Wizards (Incubation)
pluginProvider=Eclipse Modeling Project
NewWizards.project.description=Create a project for a new Papyrus model (UML or SysML)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment