Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2018-01-25 11:30:53 +0000
committerEd Merks2018-01-25 11:30:53 +0000
commit06d860757ec6ac86fbf40be45986919ac7e476e9 (patch)
treed23eb35fa809a72a816cbbbbd5771fa4e6e2b414 /examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF
parent7780d0d4d8431bcc2b95129d8ed4e2e05dd30155 (diff)
downloadorg.eclipse.emf-06d860757ec6ac86fbf40be45986919ac7e476e9.tar.gz
org.eclipse.emf-06d860757ec6ac86fbf40be45986919ac7e476e9.tar.xz
org.eclipse.emf-06d860757ec6ac86fbf40be45986919ac7e476e9.zip
[Releng] Updates for working in Photon with a Photon target platform
This includes the following: Regenerated *.java files JET templates using EMF 2.14 Automatic-Module-Name in all MANIFEST.MFs Deprecation warning suppression EMFDevelopmentEnvironmentConfiguration.setup Commenting out com.google.gwt.eclipse.core.gwtProjectValidator All GWT projects fail to validate to build The GWT Project validator is broken as of Oxygen.2 and Photon
Diffstat (limited to 'examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF')
-rw-r--r--examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF
index e052ea324..521e0812a 100644
--- a/examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
org.eclipse.emf.ecore.xmi;bundle-version="[2.14.0,3.0.0)";visibility:=reexport
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.emf.examples.library

Back to the top