diff options
author | Markus Knauer | 2009-06-09 18:51:57 +0000 |
---|---|---|
committer | Markus Knauer | 2009-06-09 18:51:57 +0000 |
commit | 73f58770b4263cf5fa221b531d0661617082eba7 (patch) | |
tree | 90a6922c4c3297eaabf489b86d95368bc1ab5dbe /packages/org.eclipse.epp.package.modeling.feature/epp.product | |
parent | 9797923fd076a1b69dd3a27b587c9b81b7895b25 (diff) | |
download | org.eclipse.epp.packages-73f58770b4263cf5fa221b531d0661617082eba7.tar.gz org.eclipse.epp.packages-73f58770b4263cf5fa221b531d0661617082eba7.tar.xz org.eclipse.epp.packages-73f58770b4263cf5fa221b531d0661617082eba7.zip |
about dialog updates, splash screen removal (which did not work anyway)
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling.feature/epp.product')
-rw-r--r-- | packages/org.eclipse.epp.package.modeling.feature/epp.product | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.modeling.feature/epp.product b/packages/org.eclipse.epp.package.modeling.feature/epp.product index a5a8d8f8..9c77e762 100644 --- a/packages/org.eclipse.epp.package.modeling.feature/epp.product +++ b/packages/org.eclipse.epp.package.modeling.feature/epp.product @@ -8,6 +8,7 @@ <text> Eclipse Modeling Tools +Version: {featureVersion} Build id: {0} (c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved. @@ -36,7 +37,6 @@ Apache Software Foundation http://apache.org/ <windowImages i16="/org.eclipse.epp.package.modeling/eclipse.png" i32="/org.eclipse.epp.package.modeling/eclipse32.png" i48="/org.eclipse.epp.package.modeling/eclipse48.png"/> <splash - location="org.eclipse.epp.package.modeling" startupProgressRect="5,275,445,15" /> <launcher> <solaris/> @@ -53,6 +53,7 @@ Apache Software Foundation http://apache.org/ <windows>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</windows> </vm> + <plugins> <plugin id="org.eclipse.epp.package.modeling"/> </plugins> |