Changeset 104 in default for v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui
- Timestamp:
- 01/11/23 17:19:24 (22 months ago)
- 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 4 4 <classpathentry kind="src" path="src-gen"/> 5 5 <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> 7 11 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 8 12 <classpathentry kind="output" path="bin"/> -
v2/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/META-INF/MANIFEST.MF
r96 r104 23 23 com.google.inject, 24 24 org.eclipse.xtext 25 Import-Package: com.ibm.icu.util ;version="50.1.1",25 Import-Package: com.ibm.icu.util, 26 26 org.apache.log4j, 27 27 org.eclipse.xtext.generator, 28 28 org.eclipse.xtext.xbase.lib 29 Bundle-RequiredExecutionEnvironment: J 2SE-1.529 Bundle-RequiredExecutionEnvironment: JavaSE-11 30 30 Export-Package: de.ugoe.cs.swe.bnftools.ui.contentassist, 31 31 de.ugoe.cs.swe.bnftools.ui.contentassist.antlr;
Note: See TracChangeset
for help on using the changeset viewer.