Kaynağa Gözat

added missing icon folders to properties

Andreas Mülder 11 yıl önce
ebeveyn
işleme
00b38d8903

+ 7 - 7
plugins/org.yakindu.sct.commons/.classpath

@@ -1,7 +1,7 @@
-<?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-1.6"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?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/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

+ 3 - 3
plugins/org.yakindu.sct.commons/.settings/org.eclipse.jdt.core.prefs

@@ -1,7 +1,7 @@
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
+org.eclipse.jdt.core.compiler.source=1.5

+ 2 - 1
plugins/org.yakindu.sct.generator.core/build.properties

@@ -4,5 +4,6 @@ bin.includes = META-INF/,\
                .,\
                plugin.xml,\
                library/,\
-               schema/
+               schema/,\
+               icons/
 src.includes = library/

+ 2 - 1
plugins/org.yakindu.sct.generator.cpp/build.properties

@@ -3,4 +3,5 @@ source.. = src/,\
 bin.includes = META-INF/,\
                .,\
                library/,\
-               plugin.xml
+               plugin.xml,\
+               icons/

+ 2 - 1
plugins/org.yakindu.sct.generator.java/build.properties

@@ -3,4 +3,5 @@ source.. = src/,\
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
-               library/
+               library/,\
+               icons/

+ 2 - 1
plugins/org.yakindu.sct.refactoring/build.properties

@@ -2,4 +2,5 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               icons/

+ 2 - 1
plugins/org.yakindu.sct.simulation.ui.sexec/build.properties

@@ -2,4 +2,5 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               icons/