Ignore:
Timestamp:
01/11/23 17:19:24 (21 months ago)
Author:
phdmakk
Message:

+ updated manifests and class paths, Java 11, etc.

Location:
v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/.classpath

    r61 r104  
    44        <classpathentry kind="src" path="src-gen"/> 
    55        <classpathentry kind="src" path="xtend-gen"/> 
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> 
     7                <attributes> 
     8                        <attribute name="module" value="true"/> 
     9                </attributes> 
     10        </classpathentry> 
    711        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    812        <classpathentry kind="output" path="bin"/> 
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/META-INF/MANIFEST.MF

    r96 r104  
    2323 com.google.inject, 
    2424 org.eclipse.xtext 
    25 Import-Package: com.ibm.icu.util;version="50.1.1", 
     25Import-Package: com.ibm.icu.util, 
    2626 org.apache.log4j, 
    2727 org.eclipse.xtext.generator, 
    2828 org.eclipse.xtext.xbase.lib 
    29 Bundle-RequiredExecutionEnvironment: J2SE-1.5 
     29Bundle-RequiredExecutionEnvironment: JavaSE-11 
    3030Export-Package: de.ugoe.cs.swe.bnftools.ui.contentassist, 
    3131 de.ugoe.cs.swe.bnftools.ui.contentassist.antlr; 
Note: See TracChangeset for help on using the changeset viewer.