Commit d66fbad3 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* legacy manifest updates

parent 25e5c979
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -18,9 +18,7 @@ Require-Bundle: org.etsi.mts.tdl.TDLan2,
 org.eclipse.xtext.builder,
 org.eclipse.xtend.lib;bundle-version="2.14.0";resolution:=optional,
 org.eclipse.xtext.xbase.lib;bundle-version="2.14.0"
Import-Package: org.apache.log4j
Import-Package: org.apache.log4j,
 org.etsi.mts.tdl.ui.contentassist
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.etsi.mts.tdl.ui.contentassist,
 org.etsi.mts.tdl.TDLan2.ui.internal,
 org.etsi.mts.tdl.ui.quickfix
Bundle-Activator: org.etsi.mts.tdl.TDLan2.ui.internal.TDLan2Activator
+4 −10
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.etsi.mts.tdl.TDLan2
Bundle-Vendor: My Company
Bundle-Version: 1.0.0.qualifier
Export-Package: org.etsi.mts.tdl,
 org.etsi.mts.tdl.parser.antlr.internal,
 org.etsi.mts.tdl.services
Bundle-SymbolicName: org.etsi.mts.tdl.TDLan2; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.etsi.mts.tdl.model,
@@ -15,13 +18,4 @@ Require-Bundle: org.etsi.mts.tdl.model,
 org.eclipse.xtext.util,
 org.eclipse.xtend.lib;bundle-version="2.14.0"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.etsi.mts.tdl.parser.antlr.internal,
 org.etsi.mts.tdl.scoping,
 org.etsi.mts.tdl.parser.antlr,
 org.etsi.mts.tdl,
 org.etsi.mts.tdl.validation,
 org.etsi.mts.tdl.generator,
 org.etsi.mts.tdl.services,
 org.etsi.mts.tdl.serializer,
 org.etsi.mts.tdl.formatting2
Import-Package: org.apache.log4j
+3 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.emf.mwe2.launch.Mwe2LaunchConfigurationType">
    <booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
    <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;resources&gt;&#10;&lt;item path=&quot;/org.etsi.mts.tdl.tx&quot; type=&quot;4&quot;/&gt;&#10;&lt;item path=&quot;/org.etsi.mts.tdl.tx.ide&quot; type=&quot;4&quot;/&gt;&#10;&lt;item path=&quot;/org.etsi.mts.tdl.tx.ui&quot; type=&quot;4&quot;/&gt;&#10;&lt;/resources&gt;}"/>
    <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
        <listEntry value="/org.etsi.mts.tdl.tx"/>
@@ -12,8 +13,10 @@
        <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
    </listAttribute>
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
    <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21/"/>
    <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher"/>
    <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.etsi.mts.tdl.tx"/>
    <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="org.etsi.mts.tdl.GenerateTDLtx"/>
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
    <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21/"/>
    <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher"/>
    <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.etsi.mts.tdl.txi"/>
    <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="src/org/etsi/mts/tdl/GenerateTDLtxi.mwe2"/>