Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Regenerated snapshot model projects #359
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Nov 29, 2012
1 parent e68c970 commit 70abe71
Show file tree
Hide file tree
Showing 45 changed files with 11 additions and 11,118 deletions.
Expand Up @@ -4,11 +4,11 @@ Bundle-Name: org.eclipse.incquery.snapshot.editor
Bundle-SymbolicName: org.eclipse.incquery.snapshot.editor;singleton:=true
Bundle-Version: 0.7.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.viatra2.emf.incquery.snapshot.EIQSnapshot.presentation.EiqsnapshotEditorPlugin$Implementation
Bundle-Activator: org.eclipse.incquery.snapshot.EIQSnapshot.presentation.EiqsnapshotEditorPlugin$Implementation
Bundle-Vendor: Budapest University of Technology and Economics, Fault Tolerant Systems Research Group
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.viatra2.emf.incquery.snapshot.EIQSnapshot.presentation
Export-Package: org.eclipse.incquery.snapshot.EIQSnapshot.presentation
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources;visibility:=reexport,
org.eclipse.incquery.snapshot.edit;visibility:=reexport,
Expand Down
8 changes: 4 additions & 4 deletions tests/org.eclipse.incquery.snapshot.editor/plugin.xml
Expand Up @@ -15,9 +15,9 @@
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="org.eclipse.viatra2.emf.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotModelWizardID"
id="org.eclipse.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotModelWizardID"
name="%_UI_EIQSnapshotModelWizard_label"
class="org.eclipse.viatra2.emf.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotModelWizard"
class="org.eclipse.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/EIQSnapshotModelFile.gif">
<description>%_UI_EIQSnapshotModelWizard_description</description>
Expand All @@ -27,12 +27,12 @@

<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.viatra2.emf.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotEditorID"
id="org.eclipse.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotEditorID"
name="%_UI_EIQSnapshotEditor_label"
icon="icons/full/obj16/EIQSnapshotModelFile.gif"
extensions="eiqsnapshot"
class="org.eclipse.viatra2.emf.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotEditor"
contributorClass="org.eclipse.viatra2.emf.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotActionBarContributor">
contributorClass="org.eclipse.incquery.snapshot.EIQSnapshot.presentation.EIQSnapshotActionBarContributor">
</editor>
</extension>

Expand Down

0 comments on commit 70abe71

Please sign in to comment.