Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhubner2008-11-04 16:08:12 +0000
committerdhubner2008-11-04 16:08:12 +0000
commitec4405476ab5e7ff49bcab0de655361287b0ba35 (patch)
tree7c592dbfaa9f5b22c3f4cd315e9f7b55a5409d76
parentce0e47d4351e57fe1583567ead0a63295c7a9543 (diff)
downloadorg.eclipse.xpand-ec4405476ab5e7ff49bcab0de655361287b0ba35.tar.gz
org.eclipse.xpand-ec4405476ab5e7ff49bcab0de655361287b0ba35.tar.xz
org.eclipse.xpand-ec4405476ab5e7ff49bcab0de655361287b0ba35.zip
including plugin.xml in bin build
-rw-r--r--plugins/org.eclipse.xtend.typesystem.emf/.classpath2
-rw-r--r--plugins/org.eclipse.xtend.typesystem.emf/build.properties3
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.eclipse.xtend.typesystem.emf/.classpath b/plugins/org.eclipse.xtend.typesystem.emf/.classpath
index 304e8618..64c5e31b 100644
--- a/plugins/org.eclipse.xtend.typesystem.emf/.classpath
+++ b/plugins/org.eclipse.xtend.typesystem.emf/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
<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>
diff --git a/plugins/org.eclipse.xtend.typesystem.emf/build.properties b/plugins/org.eclipse.xtend.typesystem.emf/build.properties
index d526c4d8..135c27d6 100644
--- a/plugins/org.eclipse.xtend.typesystem.emf/build.properties
+++ b/plugins/org.eclipse.xtend.typesystem.emf/build.properties
@@ -13,4 +13,5 @@ bin.includes = META-INF/,\
.,\
about.html,\
eclipse32.png,\
- plugin.properties
+ plugin.properties,\
+ plugin.xml

Back to the top