Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlescot2007-11-13 14:27:01 +0000
committerjlescot2007-11-13 14:27:01 +0000
commit5b60da4c381e96edc1bc93203d8a09903b9537e9 (patch)
treee214ed72a099b4c5b4540d382a8671468e2b23ac
parentc3ab191f0e03fb4f0bda8a55c46bdf5e946307f7 (diff)
downloadorg.eclipse.ecoretools-5b60da4c381e96edc1bc93203d8a09903b9537e9.tar.gz
org.eclipse.ecoretools-5b60da4c381e96edc1bc93203d8a09903b9537e9.tar.xz
org.eclipse.ecoretools-5b60da4c381e96edc1bc93203d8a09903b9537e9.zip
Update configuration files for the build process : follow the guidelines defined at the EMFT level
-rw-r--r--plugins/org.eclipse.emf.tabbedproperties/.classpath2
-rw-r--r--plugins/org.eclipse.emf.tabbedproperties/build.properties5
2 files changed, 3 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.tabbedproperties/.classpath b/plugins/org.eclipse.emf.tabbedproperties/.classpath
index 751c8f2..304e861 100644
--- a/plugins/org.eclipse.emf.tabbedproperties/.classpath
+++ b/plugins/org.eclipse.emf.tabbedproperties/.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.tabbedproperties/build.properties b/plugins/org.eclipse.emf.tabbedproperties/build.properties
index dda44b3..1eb87ae 100644
--- a/plugins/org.eclipse.emf.tabbedproperties/build.properties
+++ b/plugins/org.eclipse.emf.tabbedproperties/build.properties
@@ -1,7 +1,6 @@
source.. = src/
output.. = bin/
+src.includes = about.html
bin.includes = META-INF/,\
.,\
- plugin.properties,\
- about.html
-
+ plugin.properties

Back to the top