Sfoglia il codice sorgente

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 anni fa
parent
commit
414aee3ce8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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"/>