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

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

File:
1 edited

Legend:

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

    r82 r104  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 
    4         <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    53        <classpathentry excluding="libs/" kind="src" path="src"/> 
    64        <classpathentry kind="src" path="src-gen"/> 
    75        <classpathentry kind="src" path="xtend-gen"/> 
    86        <classpathentry kind="src" path="src/libs"/> 
     7        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    98        <classpathentry kind="lib" path="src/libs/avalon-framework-4.2.0.jar"/> 
    109        <classpathentry kind="lib" path="src/libs/batik-all-1.7.jar"/> 
     
    1514        <classpathentry kind="lib" path="src/libs/xalan-2.7.0.jar"/> 
    1615        <classpathentry kind="lib" path="src/libs/xercesImpl-2.7.1.jar"/> 
    17         <classpathentry kind="lib" path="src/libs/xml-apis-1.3.04.jar"/> 
    18         <classpathentry kind="lib" path="src/libs/xml-apis-ext-1.3.04.jar"/> 
    1916        <classpathentry kind="lib" path="src/libs/xmlgraphics-commons-1.5.jar"/> 
     17        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> 
     18                <attributes> 
     19                        <attribute name="module" value="true"/> 
     20                </attributes> 
     21        </classpathentry> 
    2022        <classpathentry kind="output" path="bin"/> 
    2123</classpath> 
Note: See TracChangeset for help on using the changeset viewer.