Skip to content

Commit 7338790

Browse files
bin.excludes of generator folder in Common Types
1 parent b825be4 commit 7338790

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

org.eclipse.xtext.common.types/.classpath

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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/JavaSE-11">
4-
<attributes>
5-
<attribute name="module" value="true"/>
6-
</attributes>
7-
</classpathentry>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
84
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
95
<classpathentry kind="src" path="src"/>
106
<classpathentry kind="src" path="emf-gen"/>

org.eclipse.xtext.common.types/build.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ src.includes = model/,\
1111
additional.bundles = org.eclipse.emf.mwe2.lib,\
1212
org.eclipse.emf.codegen.ecore,\
1313
org.eclipse.emf.mwe2.launch
14+
src.excludes = generator/
15+
bin.excludes = generator/

0 commit comments

Comments
 (0)