Skip to content
Snippets Groups Projects
Commit d902a1df authored by tle's avatar tle
Browse files

Fixed category name.

parent 5b59180c
No related branches found
No related tags found
No related merge requests found
......@@ -226,9 +226,9 @@
but a) not sure if/how it will work and b) our names are distinct enough now this suffices.
-->
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Web Tools Platform (WTP) ${buildId}']"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Dali Java Persistence Tools Platform ${buildId}']"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Web Tools Platform SDK (WTP SDK) ${buildId}']"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Dali Java Persistence Tools Platform SDK ${buildId}']"/>
</p2.mirror>
......@@ -296,7 +296,7 @@
<!--
Specify category and let it pull in its features.
-->
<iu query="property[@name='org.eclipse.equinox.p2.name' and (@value='Web Tools Platform Tests (WTP Tests) ${buildId}')]"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and (@value='Dali Java Persistence Tools Platform Tests ${buildId}')]"/>
</p2.mirror>
......
......@@ -12,7 +12,7 @@
followstrict="true"
includeNonGreedy="false"
includeOptional="false"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Web Tools Platform (WTP) ${buildId}']"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Dali Java Persistence Tools Platform ${buildId}']"/>
</p2.mirror>
<ant
......@@ -32,7 +32,7 @@
followstrict="true"
includeNonGreedy="false"
includeOptional="false"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Web Tools Platform SDK (WTP SDK) ${buildId}']"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Dali Java Persistence Tools Platform SDK ${buildId}']"/>
</p2.mirror>
......@@ -53,7 +53,7 @@
followstrict="true"
includeNonGreedy="false"
includeOptional="false"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and (@value='Web Tools Platform Tests (WTP Tests) ${buildId}')]"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and (@value='Dali Java Persistence Tools Platform Tests ${buildId}')]"/>
</p2.mirror>
......
......@@ -5,7 +5,7 @@ if (isset($incubating) && ($incubating == "true")) {
echo '<title>WTP Incubator Downloads</title>';
}
else {
echo '<title>WTP Downloads</title>';
echo '<title>Dali Downloads</title>';
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment