Skip to content

Commit

Permalink
Bug 573296 - [Passage] rework EMF migration facilities
Browse files Browse the repository at this point in the history
extract "resource" package and switch to 2.0.0

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed May 1, 2021
1 parent 7925036 commit 89b502b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion bundles/org.eclipse.passage.lic.emf/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.emf.edit
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.emf
Bundle-Version: 1.0.201.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand All @@ -28,6 +28,7 @@ Export-Package: org.eclipse.passage.lic.emf.ecore;
org.eclipse.passage.lic.users.migration,
org.eclipse.passage.lic.users.migration.tests",
org.eclipse.passage.lic.emf.edit;x-friends:="org.eclipse.passage.loc.workbench",
org.eclipse.passage.lic.emf.resource,
org.eclipse.passage.lic.internal.emf;
x-friends:="org.eclipse.passage.lic.hc,
org.eclipse.passage.lbc.base,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.emf.ecore;
package org.eclipse.passage.lic.emf.resource;

import java.util.Optional;
import java.util.function.Function;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.emf.ecore;
package org.eclipse.passage.lic.emf.resource;

import java.util.Optional;
import java.util.function.Function;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.viewers.StructuredSelection;
import org.eclipse.jface.viewers.TreeViewer;
import org.eclipse.passage.lic.emf.ecore.ExtractEObject;
import org.eclipse.passage.lic.emf.ecore.ExtractResource;
import org.eclipse.passage.lic.emf.resource.ExtractEObject;
import org.eclipse.passage.lic.emf.resource.ExtractResource;
import org.eclipse.passage.loc.internal.workbench.emfforms.i18n.WorkbenchEmfformsMessages;
import org.eclipse.passage.loc.workbench.LocWokbench;
import org.eclipse.passage.loc.workbench.viewers.DomainRegistryLabelProvider;
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.passage.lic.emf.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.passage.lic.emf.feature"
label="%featureName"
version="1.0.101.qualifier"
version="2.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.passage.lic.emf"
license-feature="org.eclipse.license"
Expand Down

0 comments on commit 89b502b

Please sign in to comment.