Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-02-10 14:51:52 +0000
committerIgor Fedorenko2012-02-10 14:51:52 +0000
commit72e9ebf4937b4262380f402c603fc978f160da3a (patch)
tree27a5b583c1f0ecbdc54651e669ca6066739e83fa
parente903e46343e33186574135aff47987d233eb5688 (diff)
downloadeclipse.platform.releng.aggregator-72e9ebf4937b4262380f402c603fc978f160da3a.tar.gz
eclipse.platform.releng.aggregator-72e9ebf4937b4262380f402c603fc978f160da3a.tar.xz
eclipse.platform.releng.aggregator-72e9ebf4937b4262380f402c603fc978f160da3a.zip
fixed literal @qualifier@ on the splash screen
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rwxr-xr-xTMP/org.eclipse.sdk.epp/org.eclipse.sdk.epp.product4
1 files changed, 2 insertions, 2 deletions
diff --git a/TMP/org.eclipse.sdk.epp/org.eclipse.sdk.epp.product b/TMP/org.eclipse.sdk.epp/org.eclipse.sdk.epp.product
index c41b15d40..da09ee6b2 100755
--- a/TMP/org.eclipse.sdk.epp/org.eclipse.sdk.epp.product
+++ b/TMP/org.eclipse.sdk.epp/org.eclipse.sdk.epp.product
@@ -174,9 +174,9 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="3" />
- <property name="eclipse.buildId" value="@qualifier@" />
+ <property name="eclipse.buildId" value="${unqualifiedVersion}.${buildQualifier}" />
<property name="org.eclipse.update.reconcile" value="false" />
<property name="osgi.bundles.defaultStartLevel" value="4" />
</configurations>
-</product> \ No newline at end of file
+</product>

Back to the top