diff options
| author | jlescot | 2007-11-13 14:26:52 +0000 |
|---|---|---|
| committer | jlescot | 2007-11-13 14:26:52 +0000 |
| commit | 9e6369e49fc0fb01843de2fed6e9567779781310 (patch) | |
| tree | 9b4db7f51590faa970c657569c612571e951af30 | |
| parent | 84551ce5f1fb495cdad032d8f49683c3725685e2 (diff) | |
| download | org.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/.classpath | 2 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools.properties/build.properties | 5 |
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 |
