Skip to content

Commit

Permalink
bin.excludes of generator folder in Common Types
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 31, 2023
1 parent f145bc8 commit cc49ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions org.eclipse.xtext.common.types/.classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="emf-gen"/>
Expand Down
2 changes: 2 additions & 0 deletions org.eclipse.xtext.common.types/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ src.includes = model/,\
additional.bundles = org.eclipse.emf.mwe2.lib,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe2.launch
src.excludes = generator/
bin.excludes = generator/

0 comments on commit cc49ec9

Please sign in to comment.