Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlescot2007-11-13 14:26:52 +0000
committerjlescot2007-11-13 14:26:52 +0000
commit9e6369e49fc0fb01843de2fed6e9567779781310 (patch)
tree9b4db7f51590faa970c657569c612571e951af30
parent84551ce5f1fb495cdad032d8f49683c3725685e2 (diff)
downloadorg.eclipse.ecoretools-9e6369e49fc0fb01843de2fed6e9567779781310.tar.gz
org.eclipse.ecoretools-9e6369e49fc0fb01843de2fed6e9567779781310.tar.xz
org.eclipse.ecoretools-9e6369e49fc0fb01843de2fed6e9567779781310.zip
Update configuration files for the build process : follow the guidelines defined at the EMFT level
-rw-r--r--plugins/org.eclipse.emf.ecoretools.properties/.classpath2
-rw-r--r--plugins/org.eclipse.emf.ecoretools.properties/build.properties5
2 files changed, 3 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.ecoretools.properties/.classpath b/plugins/org.eclipse.emf.ecoretools.properties/.classpath
index 751c8f2..304e861 100644
--- a/plugins/org.eclipse.emf.ecoretools.properties/.classpath
+++ b/plugins/org.eclipse.emf.ecoretools.properties/.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"/>
+ <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="output" path="bin"/>
</classpath>
diff --git a/plugins/org.eclipse.emf.ecoretools.properties/build.properties b/plugins/org.eclipse.emf.ecoretools.properties/build.properties
index 67aa01e..0ac8bad 100644
--- a/plugins/org.eclipse.emf.ecoretools.properties/build.properties
+++ b/plugins/org.eclipse.emf.ecoretools.properties/build.properties
@@ -1,8 +1,7 @@
source.. = src/
output.. = bin/
+src.includes = about.html
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties,\
- about.html
-
+ plugin.properties

Back to the top