浏览代码

Fixing of Stext classpath

The src-folder xtend-gen is referenced in the classpath but does not
exists, which leads to build errors.
jthoene 7 年之前
父节点
当前提交
414aee3ce8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      plugins/org.yakindu.sct.model.stext/.classpath

+ 0 - 1
plugins/org.yakindu.sct.model.stext/.classpath

@@ -3,7 +3,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="xtend-gen"/>
 	<classpathentry kind="src" path="src-gen"/>
 	<classpathentry kind="src" path="model"/>
 	<classpathentry kind="src" path="emf-gen"/>