diff options
| author | jlescot | 2007-11-13 14:27:01 +0000 |
|---|---|---|
| committer | jlescot | 2007-11-13 14:27:01 +0000 |
| commit | 5b60da4c381e96edc1bc93203d8a09903b9537e9 (patch) | |
| tree | e214ed72a099b4c5b4540d382a8671468e2b23ac | |
| parent | c3ab191f0e03fb4f0bda8a55c46bdf5e946307f7 (diff) | |
| download | org.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/.classpath | 2 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.tabbedproperties/build.properties | 5 |
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 |
