Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-18 23:01:56 +0000
committerDavid Williams2014-11-18 23:01:56 +0000
commit915bb75a44c3fac22d23a1561aa303158792b005 (patch)
tree486c293a5c0fabef8ad8f1986d461007a63fe3a6 /eclipse.platform.releng.tychoeclipsebuilder
parent87e6b7550f5598b5d1123c42928d29bf9939e9c7 (diff)
downloadeclipse.platform.releng.aggregator-915bb75a44c3fac22d23a1561aa303158792b005.tar.gz
eclipse.platform.releng.aggregator-915bb75a44c3fac22d23a1561aa303158792b005.tar.xz
eclipse.platform.releng.aggregator-915bb75a44c3fac22d23a1561aa303158792b005.zip
Bug 451347 - Issues with Maintenance Build publication - static files
not copied into place Make sure all of master is formatted consistently, before formating and synchronizing maintenance.
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml11
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/performanceTestManifest.xml22
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/aix_read_me.html71
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html288
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/performance/ToolTip.css47
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml486
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/equinox.css10
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml710
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml5
18 files changed, 962 insertions, 733 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
index fc2de497a..1026c5437 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
index 30ec5e981..250870813 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eclipse.platform.releng.tychoeclipsebuilder</groupId>
@@ -39,8 +42,10 @@
<phase>package</phase>
<configuration>
<tasks>
- <unjar src="target/repository/content.jar" dest="target/repository"/>
- <delete file="target/repository/content.jar"/>
+ <unjar
+ src="target/repository/content.jar"
+ dest="target/repository" />
+ <delete file="target/repository/content.jar" />
</tasks>
</configuration>
<goals>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/performanceTestManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/performanceTestManifest.xml
index 3e452c5d0..cb52e0f94 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/performanceTestManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/performanceTestManifest.xml
@@ -1,14 +1,20 @@
<?xml version="1.0"?>
<topLevel>
-<zipTypes>
- <zipType name="Eclipse SDK">
- <platform id="SW" name="Windows (&lt;a href=&quot;http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_2.html#TargetOperatingEnvironments&quot;>Supported Versions&lt;/a>)" fileName="eclipse-SDK-@build@-win32.zip"></platform>
- <platform id="SLG2" name="Linux (x86/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_0.html#TargetOperatingEnvironments&quot;>Supported Versions&lt;/a>)" fileName="eclipse-SDK-@build@-linux-gtk.zip"></platform>
- </zipType>
+ <zipTypes>
+ <zipType name="Eclipse SDK">
+ <platform
+ id="SW"
+ name="Windows (&lt;a href=&quot;http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_2.html#TargetOperatingEnvironments&quot;>Supported Versions&lt;/a>)"
+ fileName="eclipse-SDK-@build@-win32.zip"></platform>
+ <platform
+ id="SLG2"
+ name="Linux (x86/GTK 2) (&lt;a href=&quot;http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_0.html#TargetOperatingEnvironments&quot;>Supported Versions&lt;/a>)"
+ fileName="eclipse-SDK-@build@-linux-gtk.zip"></platform>
+ </zipType>
-</zipTypes>
+ </zipTypes>
-<logFiles>
+ <logFiles>
-</logFiles>
+ </logFiles>
</topLevel>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/aix_read_me.html b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/aix_read_me.html
index a0da8fb47..4f1b7e3bf 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/aix_read_me.html
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/aix_read_me.html
@@ -1,38 +1,39 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>AIX JRE Read Me</title>
- <link rel="stylesheet" href="../../../default_style.css" type="text/css">
- </head>
- <body>
- &nbsp;
- <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
- <tr>
- <td ALIGN=LEFT width="80%">
- <p><b><font face="Verdana" size="+3">AIX JRE - IBM Developers Kit</font></b></p>
- </td>
- <td WIDTH="20%">&nbsp;</td>
- </tr>
- </table>
- <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
- <tr>
- <td ALIGN=LEFT VALIGN=TOP COLSPAN="3" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica" color="#FFFFFF">Important
- Information </font></b></td>
- </tr>
- <tr>
- <td height="48" colspan="2"> To run Eclipse with the IBM Developer Kit for
- AIX Release 1.4.0 or 1.4.1 you MUST insure that a required AIX OS fix has
- been applied.<br>
- <br>
- AIX Version 4.3.3 requires APAR IY27694 (Available Now)<br>
- AIX Version 5.1.0 requires APAR IY27695 (Available in April)
- <p>These IBM APARs can be downloaded from <a href="http://techsupport.services.ibm.com/server/fixes">http://techsupport.services.ibm.com/server/fixes</a></p>
- </td>
- </tr>
- </table>
- <p>&nbsp;</p>
- <p>&nbsp;</p>
- <p>&nbsp;</p>
- </body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>AIX JRE Read Me</title>
+<link rel="stylesheet" href="../../../default_style.css" type="text/css">
+</head>
+<body>
+ &nbsp;
+ <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%">
+ <tr>
+ <td ALIGN=LEFT width="80%">
+ <p>
+ <b><font face="Verdana" size="+3">AIX JRE - IBM Developers Kit</font></b>
+ </p>
+ </td>
+ <td WIDTH="20%">&nbsp;</td>
+ </tr>
+ </table>
+ <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%">
+ <tr>
+ <td ALIGN=LEFT VALIGN=TOP COLSPAN="3" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica" color="#FFFFFF">Important
+ Information </font></b></td>
+ </tr>
+ <tr>
+ <td height="48" colspan="2">To run Eclipse with the IBM Developer Kit for AIX Release 1.4.0 or 1.4.1 you MUST insure that
+ a required AIX OS fix has been applied.<br> <br> AIX Version 4.3.3 requires APAR IY27694 (Available Now)<br>
+ AIX Version 5.1.0 requires APAR IY27695 (Available in April)
+ <p>
+ These IBM APARs can be downloaded from <a href="http://techsupport.services.ibm.com/server/fixes">http://techsupport.services.ibm.com/server/fixes</a>
+ </p>
+ </td>
+ </tr>
+ </table>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+</body>
</html>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
index 565e2f01f..4e9b25bac 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
@@ -6,12 +6,9 @@
<meta name="author" content="Eclipse Foundation, Inc." />
<meta name="keywords"
content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
-<link rel="stylesheet" type="text/css"
- href="../../../eclipse.org-common/stylesheets/visual.css" media="screen" />
-<link rel="stylesheet" type="text/css"
- href="../../../eclipse.org-common/stylesheets/layout.css" media="screen" />
-<link rel="stylesheet" type="text/css"
- href="../../../eclipse.org-common/stylesheets/print.css" media="print" />
+<link rel="stylesheet" type="text/css" href="../../../eclipse.org-common/stylesheets/visual.css" media="screen" />
+<link rel="stylesheet" type="text/css" href="../../../eclipse.org-common/stylesheets/layout.css" media="screen" />
+<link rel="stylesheet" type="text/css" href="../../../eclipse.org-common/stylesheets/print.css" media="print" />
<script type="text/javascript">
sfHover = function() {
var sfEls = document.getElementById("leftnav").getElementsByTagName(
@@ -38,8 +35,7 @@
<ul id="leftnav">
<li><a href="#Repository">Eclipse p2 Repository</a></li>
<li><a href="#EclipseSDK">Eclipse SDK</a></li>
- <li><a href="#JUnitPlugin">JUnit Plugin Tests and Automated
- Testing Framework</a></li>
+ <li><a href="#JUnitPlugin">JUnit Plugin Tests and Automated Testing Framework</a></li>
<li><a href="#ExamplePlugins">Example Plug-ins</a></li>
<li><a href="#RCPRuntime">RCP Runtime Binary</a></li>
<li><a href="#RCPSDK">RCP SDK</a></li>
@@ -53,8 +49,7 @@
<li><a href="#CVSRuntime">CVS Client Runtime Binary</a></li>
<li><a href="#CVSSDK">CVS Client SDK</a></li>
<li><a href="#SWT">SWT binary and Source</a></li>
- <li><a href="#org.eclipse.releng">org.eclipse.releng.tools
- plug-in</a></li>
+ <li><a href="#org.eclipse.releng">org.eclipse.releng.tools plug-in</a></li>
</ul>
</div>
@@ -68,82 +63,61 @@
<li><a name="Repository"> <b>Eclipse Repository</b>
</a>
<ul>
- <li>The Eclipse Repository includes all that is produced by the
- Eclipse Project, including the Eclipse Platform, Java development
- tools, and Plug-in Development Environment, Unit Tests, and even
- some extra items from other projects required by Eclipse (such as
- Equinox and a few bundles from EMF and Orbit). Please be aware
- that repositories have different retention policies, and
- restrictions on what types can be updated with what other types.
- See the wiki's <a
- href="http://wiki.eclipse.org/Eclipse_Project_Update_Sites">Update
- Sites</a> document for details.
+ <li>The Eclipse Repository includes all that is produced by the Eclipse Project, including the Eclipse Platform,
+ Java development tools, and Plug-in Development Environment, Unit Tests, and even some extra items from other projects
+ required by Eclipse (such as Equinox and a few bundles from EMF and Orbit). Please be aware that repositories have
+ different retention policies, and restrictions on what types can be updated with what other types. See the wiki's <a
+ href="http://wiki.eclipse.org/Eclipse_Project_Update_Sites">Update Sites</a> document for details.
</li>
</ul></li>
<li><a name="EclipseSDK"> <b>Eclipse SDK</b>
</a>
<ul>
- <li>The Eclipse SDK includes the Eclipse Platform, Java
- development tools, and Plug-in Development Environment, including
- source and both user and programmer documentation. If you aren't
- sure which download you want... then you probably want this one.
- You will need a <a
- href="http://wiki.eclipse.org/Eclipse/Installation#Install_a_JVM">Java
- runtime environment (JRE)</a> to use Eclipse (Java SE 6 or greater
- is recommended).
+ <li>The Eclipse SDK includes the Eclipse Platform, Java development tools, and Plug-in Development Environment,
+ including source and both user and programmer documentation. If you aren't sure which download you want... then you
+ probably want this one. You will need a <a href="http://wiki.eclipse.org/Eclipse/Installation#Install_a_JVM">Java
+ runtime environment (JRE)</a> to use Eclipse (Java SE 6 or greater is recommended).
</li>
</ul></li>
- <li><a name="JUnitPlugin"> <b> JUnit Plugin Tests and
- Automated Testing Framework </b>
+ <li><a name="JUnitPlugin"> <b> JUnit Plugin Tests and Automated Testing Framework </b>
</a>
<ul>
- <li>These packages contain the Test Framework and JUnit test
- plugins used to run JUnit plug-in tests from the command line. See
- the Platform's <a
- href="http://wiki.eclipse.org/Platform-releng/Automated_Testing">Automated
- Testing</a> wiki page for more information and setup instructions.
- Includes both source code and binary.
+ <li>These packages contain the Test Framework and JUnit test plugins used to run JUnit plug-in tests from the
+ command line. See the Platform's <a href="http://wiki.eclipse.org/Platform-releng/Automated_Testing">Automated
+ Testing</a> wiki page for more information and setup instructions. Includes both source code and binary.
</li>
</ul></li>
<li><a name="ExamplePlugins"> <b> Example Plug-ins </b>
</a>
<ul>
- <li>To install the examples, download the p2 repository zip
- containing the examples into a directory on disk. Select <b>Help
- -&gt; Install New Software</b>. Select <b>Add</b> to add a new
- software site. Select <b>Archive</b> and specify the location of
- the examples p2 repository zip and <b>Okay</b>. You will be
- prompted to restart Eclipse to enable the new bundles. For
- information on what the examples do and how to run them, look in
- the &quot;Examples Guide&quot; section of the &quot;Platform
- Plug-in Developer Guide&quot;, by selecting Help Contents from the
- Help menu, and choosing &quot;Platform Plug-in Developer
- Guide&quot; book from the combo box.
+ <li>To install the examples, download the p2 repository zip containing the examples into a directory on disk.
+ Select <b>Help -&gt; Install New Software</b>. Select <b>Add</b> to add a new software site. Select <b>Archive</b> and
+ specify the location of the examples p2 repository zip and <b>Okay</b>. You will be prompted to restart Eclipse to
+ enable the new bundles. For information on what the examples do and how to run them, look in the &quot;Examples
+ Guide&quot; section of the &quot;Platform Plug-in Developer Guide&quot;, by selecting Help Contents from the Help
+ menu, and choosing &quot;Platform Plug-in Developer Guide&quot; book from the combo box.
</li>
</ul></li>
<li><a name="RCPRuntime"> <b> RCP Runtime Binary </b>
</a>
<ul>
- <li>This p2 repository contains the Eclipse Rich Client
- Platform base bundles and do not contain source or programmer
- documentation. These downloads are meant to be used as target
- platforms when developing RCP applications, and are not
- executable, stand-alone applications.</li>
+ <li>This p2 repository contains the Eclipse Rich Client Platform base bundles and do not contain source or
+ programmer documentation. These downloads are meant to be used as target platforms when developing RCP applications,
+ and are not executable, stand-alone applications.</li>
</ul></li>
<li><a name="RCPSDK"> <b> RCP SDK </b>
</a>
<ul>
- <li>This p2 repository consists of the Eclipse Rich Client
- Platform base bundles and their source and the RCP delta pack.</li>
+ <li>This p2 repository consists of the Eclipse Rich Client Platform base bundles and their source and the RCP delta
+ pack.</li>
</ul></li>
<li><a name="DeltaPack"> <b> Delta Pack </b>
</a>
<ul>
- <li>The delta pack contains all the platform specific resources
- from the SDK and is used for cross-platform exports of RCP
- applications.</li>
+ <li>The delta pack contains all the platform specific resources from the SDK and is used for cross-platform exports
+ of RCP applications.</li>
</ul></li>
- <!--
+ <!--
<li><a name="com.ibm.icu"> <b> com.ibm.icu.base binary and
source Plug-ins </b>
</a>
@@ -158,188 +132,136 @@
</li>
</ul></li>
-->
- <li><a name="PlatformRuntime"> <b> Platform Runtime Binary
- </b>
+ <li><a name="PlatformRuntime"> <b> Platform Runtime Binary </b>
</a>
<ul>
- <li>These drops contain only the Eclipse Platform with user
- documentation and no source and no programmer documentation. The
- Java development tools and Plug-in Development Environment are NOT
- included. You can use these drops to help you package your tool
- plug-ins for redistribution when you don't want to ship the entire
- SDK.</li>
+ <li>These drops contain only the Eclipse Platform with user documentation and no source and no programmer
+ documentation. The Java development tools and Plug-in Development Environment are NOT included. You can use these
+ drops to help you package your tool plug-ins for redistribution when you don't want to ship the entire SDK.</li>
</ul></li>
<li><a name="PlatformSDK"> <b> Platform SDK </b>
</a>
<ul>
- <li>These drops contain the Eclipse Platform Runtime binary
- with associated source and programmer documentation.</li>
+ <li>These drops contain the Eclipse Platform Runtime binary with associated source and programmer documentation.</li>
</ul></li>
<li><a name="JDTRuntime"> <b> JDT Runtime Binary </b>
</a>
<ul>
- <li>This p2 repository contains the Java development tools
- bundles only, with user documentation and no source and no
- programmer documentation. The Eclipse platform and Plug-in
- development environment are NOT included. You can combine this
- with the Platform Runtime Binary if your tools rely on the JDT
- being present.</li>
+ <li>This p2 repository contains the Java development tools bundles only, with user documentation and no source and
+ no programmer documentation. The Eclipse platform and Plug-in development environment are NOT included. You can
+ combine this with the Platform Runtime Binary if your tools rely on the JDT being present.</li>
</ul></li>
<li><a name="JDTSDK"> <b> JDT SDK </b>
</a>
<ul>
- <li>This p2 repository contains the JDT Runtime binary with
- associated source and programmer documentation.</li>
+ <li>This p2 repository contains the JDT Runtime binary with associated source and programmer documentation.</li>
</ul></li>
<li><a name="JDTCORE"> <b> JDT Core Batch Compiler </b>
</a>
<ul>
- <li>These drops contain the standalone batch java compiler, Ant
- compiler adapter and associated source. The batch compiler and Ant
- adapter (ecj.jar) are extracted from the org.eclipse.jdt.core
- plug-in as a 1.2MB download. For examples of usage, please refer
- to this help section: JDT Plug-in Developer Guide&gt;Programmer's
- Guide&gt;JDT Core&gt;Compiling Java code.</li>
+ <li>These drops contain the standalone batch java compiler, Ant compiler adapter and associated source. The batch
+ compiler and Ant adapter (ecj.jar) are extracted from the org.eclipse.jdt.core plug-in as a 1.2MB download. For
+ examples of usage, please refer to this help section: JDT Plug-in Developer Guide&gt;Programmer's Guide&gt;JDT
+ Core&gt;Compiling Java code.</li>
</ul></li>
<li><a name="PDERuntime"> <b> PDE Runtime Binary </b>
</a>
<ul>
- <li>This p2 repository contains the Plug-in Development
- Enviroment bundles only, with user documentation. The Eclipse
- platform and Java development tools are NOT included. You can
- combine this with the Platform and JDT Runtime Binary or SDK if
- your tools rely on the PDE being present.</li>
+ <li>This p2 repository contains the Plug-in Development Enviroment bundles only, with user documentation. The
+ Eclipse platform and Java development tools are NOT included. You can combine this with the Platform and JDT Runtime
+ Binary or SDK if your tools rely on the PDE being present.</li>
</ul></li>
<li><a name="PDEProducts"> <b> PDE Build Products </b>
</a>
<ul>
- <li>The PDE Builders are self-contained, executable PDE Build
- configurations that can be used to build OSGi and Eclipse-based
- systems. They can also be used as the basis for more sophisticated
- build systems that run tests, do API scans, publish builds etc.</li>
+ <li>The PDE Builders are self-contained, executable PDE Build configurations that can be used to build OSGi and
+ Eclipse-based systems. They can also be used as the basis for more sophisticated build systems that run tests, do API
+ scans, publish builds etc.</li>
</ul></li>
<li><a name="PDESDK"> <b> PDE SDK </b>
</a>
<ul>
- <li>These drops contain the PDE Runtime Binary with associated
- source.</li>
+ <li>These drops contain the PDE Runtime Binary with associated source.</li>
</ul></li>
<li><a name="CVSRuntime"> <b> CVS Client Runtime Binary </b>
</a>
<ul>
- <li>This p2 repository contains the CVS Client plug-ins only.
- The Eclipse platform, Java development, and Plug-in Development
- Environment tools are NOT included. You can combine this with the
- Platform and JDT Runtime Binary or SDK if your tools rely on the
- CVS client being present.</li>
+ <li>This p2 repository contains the CVS Client plug-ins only. The Eclipse platform, Java development, and Plug-in
+ Development Environment tools are NOT included. You can combine this with the Platform and JDT Runtime Binary or SDK
+ if your tools rely on the CVS client being present.</li>
</ul></li>
<li><a name="CVSSDK"> <b> CVS Client SDK </b>
</a>
<ul>
- <li>This p2 repository contains the CVS Runtime Binary with
- associated source.</li>
+ <li>This p2 repository contains the CVS Runtime Binary with associated source.</li>
</ul></li>
<li><a name="SWT"> <b> SWT Binary and Source </b>
</a>
<ul>
<li><p>
- These drops contain the SWT libraries and source for standalone
- SWT application development. For examples of standalone SWT
- applications refer to the <a
- href=" http://www.eclipse.org/swt/snippets/">snippets</a>
- section of the SWT Component page.
+ These drops contain the SWT libraries and source for standalone SWT application development. For examples of
+ standalone SWT applications refer to the <a href=" http://www.eclipse.org/swt/snippets/">snippets</a> section of the
+ SWT Component page.
</p>
- <p>To run a standalone SWT application, add the swt jar(s) to
- the classpath and add the directory/folder for the SWT JNI
- library to the java.library.path. For example, if you extract
- the download below to C:\SWT you would launch the HelloWorld
- application with the following command:</p>
- <p>java -classpath C:\SWT\swt.jar;C:\MyApp\helloworld.jar
- -Djava.library.path=C:\SWT HelloWorld</p>
+ <p>To run a standalone SWT application, add the swt jar(s) to the classpath and add the directory/folder for the
+ SWT JNI library to the java.library.path. For example, if you extract the download below to C:\SWT you would launch
+ the HelloWorld application with the following command:</p>
+ <p>java -classpath C:\SWT\swt.jar;C:\MyApp\helloworld.jar -Djava.library.path=C:\SWT HelloWorld</p>
<p>
- <b>Note that if you are running on Eclipse 3.3 or later</b>, you
- do not need to specify the library path, so you would launch the
- HelloWorld application with the following command:
+ <b>Note that if you are running on Eclipse 3.3 or later</b>, you do not need to specify the library path, so you
+ would launch the HelloWorld application with the following command:
</p>
- <p>java -classpath C:\SWT\swt.jar;C:\MyApp\helloworld.jar
- HelloWorld</p>
+ <p>java -classpath C:\SWT\swt.jar;C:\MyApp\helloworld.jar HelloWorld</p>
<p>
- To run the standalone SWT examples that are shipped with
- Eclipse, download them from <a href="index.php#ExamplePlugins">here</a>.
- Then copy the file
- eclipse\plugins\org.eclipse.swt.examples_xxx\swtexamples.jar to
- C:\SWT. Now you can run the examples that are described <a
- href="http://www.eclipse.org/swt/examples.php">here</a>. For
- example:
+ To run the standalone SWT examples that are shipped with Eclipse, download them from <a
+ href="index.php#ExamplePlugins">here</a>. Then copy the file
+ eclipse\plugins\org.eclipse.swt.examples_xxx\swtexamples.jar to C:\SWT. Now you can run the examples that are
+ described <a href="http://www.eclipse.org/swt/examples.php">here</a>. For example:
</p>
<p>
- cd C:\SWT<br /> java -classpath swt.jar;swtexamples.jar
- org.eclipse.swt.examples.controlexample.ControlExample
+ cd C:\SWT<br /> java -classpath swt.jar;swtexamples.jar org.eclipse.swt.examples.controlexample.ControlExample
</p>
- <p>On Linux systems, note that the classpath separator
- character is a colon, so the equivalent command becomes:</p>
- <p>java -classpath swt.jar:swtexamples.jar
- org.eclipse.swt.examples.controlexample.ControlExample</p></li>
+ <p>On Linux systems, note that the classpath separator character is a colon, so the equivalent command becomes:</p>
+ <p>java -classpath swt.jar:swtexamples.jar org.eclipse.swt.examples.controlexample.ControlExample</p></li>
</ul></li>
- <li><a name="org.eclipse.releng"> <b> Releng Tools
- (org.eclipse.releng.tools)</b>
+ <li><a name="org.eclipse.releng"> <b> Releng Tools (org.eclipse.releng.tools)</b>
</a>
- <p>This plug-in provides features that can help committers with
- the Eclipse development process. It is not intended as a "tool to
- extend", or provide API, etc. It is a simple utility. You can
- install the tool from the usual Eclipse Project repositories, or the
- zipped repo provided on the download page. Since it uses several
- "internal" non-API methods, you may have to have one that "matches"
- the version of your development environment.</p>
+ <p>This plug-in provides features that can help committers with the Eclipse development process. It is not intended as
+ a "tool to extend", or provide API, etc. It is a simple utility. You can install the tool from the usual Eclipse Project
+ repositories, or the zipped repo provided on the download page. Since it uses several "internal" non-API methods, you
+ may have to have one that "matches" the version of your development environment.</p>
<p>Currently, the tool provides two important functions.</p>
<ol>
- <li><b>Fix Copyrights</b>. In the Resource Perspective Projects
- context menu. Select one or more projects in the Resource
- Perspective. This action will sanity check the copyright notices
- in all the *.java and *.properties files. It compares the "end
- dates" with the last time the file was changed. It works with
- either Git repositories, or CVS. Copyrights will be updated
- automatically where the tool deems appropriate. A copyright.log
- file will be written to the workspace directory noting odd
- conflicts that need to be looked at and manually confirmed or
- modified. You will need to commit any changes yourself.</li>
- <li><b>Validate Versions Match</b>. Once turned on, in
- preferences, the bundle version in the MANIFEST.MF file will be
- compared with the artifact version in the pom.xml file. If they
- "mismatch", then a marker is left in problems view, so the
- incorrect version can be fixed before being committed for a build.
- Mismatched versions can cause Tycho/Maven builds to fail and it is
- easy to change the version on one spot and forget the other, so
- all committers are encourage to use and turn on this tool.</li>
+ <li><b>Fix Copyrights</b>. In the Resource Perspective Projects context menu. Select one or more projects in the
+ Resource Perspective. This action will sanity check the copyright notices in all the *.java and *.properties files. It
+ compares the "end dates" with the last time the file was changed. It works with either Git repositories, or CVS.
+ Copyrights will be updated automatically where the tool deems appropriate. A copyright.log file will be written to the
+ workspace directory noting odd conflicts that need to be looked at and manually confirmed or modified. You will need
+ to commit any changes yourself.</li>
+ <li><b>Validate Versions Match</b>. Once turned on, in preferences, the bundle version in the MANIFEST.MF file will
+ be compared with the artifact version in the pom.xml file. If they "mismatch", then a marker is left in problems view,
+ so the incorrect version can be fixed before being committed for a build. Mismatched versions can cause Tycho/Maven
+ builds to fail and it is easy to change the version on one spot and forget the other, so all committers are encourage
+ to use and turn on this tool.</li>
</ol>
- <p>Older tools for use with CVS: The following tools are for using
- with CVS map files, and while we have every expectation they still
- work fine, they are not actively used by many committers now that
- most have moved to use to Git, so in theory they might be less
- stable. If you still have a use for them, that's great, and if you
- find bugs, we'll accept them as valid, but will likely require a
- high quality patch before much effort is spent on it, since they are
- a low priority for the Eclipse Platform team.</p>
+ <p>Older tools for use with CVS: The following tools are for using with CVS map files, and while we have every
+ expectation they still work fine, they are not actively used by many committers now that most have moved to use to Git,
+ so in theory they might be less stable. If you still have a use for them, that's great, and if you find bugs, we'll
+ accept them as valid, but will likely require a high quality patch before much effort is spent on it, since they are a
+ low priority for the Eclipse Platform team.</p>
<ol>
- <li><b>Release</b> to the Team menu. This action will Tag
- selected projects with the specified version <b>and</b> update the
- appropriate loaded *.map files with the version. The user must
- have the *.map files loaded in their workspace and the use must
- commit the map file changes to the repository when done.</li>
- <li><b>Load Map Projects </b>to the Team menu. Select one or
- more *.map file and this action will load the projects listed in
- the *.map file into your workspace. Naturally the versions
- specified in the *.map file will be loaded.</li>
- <li><b>Tag Map Projects</b> to the Team menu. Select one or
- more *Map files and this action will tag the projects listed in
- the *Map files with a tag you specify.</li>
- <li><b>Compare with Released</b> to the Compare menu. Compare
- the selected projects with the versions referenced in the
- currently loaded map files.</li>
- <li><b>Replace with Released</b> to the Replace menu. Replace
- the selected projects with the versions referenced in the
- currently loaded map files.</li>
+ <li><b>Release</b> to the Team menu. This action will Tag selected projects with the specified version <b>and</b>
+ update the appropriate loaded *.map files with the version. The user must have the *.map files loaded in their
+ workspace and the use must commit the map file changes to the repository when done.</li>
+ <li><b>Load Map Projects </b>to the Team menu. Select one or more *.map file and this action will load the projects
+ listed in the *.map file into your workspace. Naturally the versions specified in the *.map file will be loaded.</li>
+ <li><b>Tag Map Projects</b> to the Team menu. Select one or more *Map files and this action will tag the projects
+ listed in the *Map files with a tag you specify.</li>
+ <li><b>Compare with Released</b> to the Compare menu. Compare the selected projects with the versions referenced in
+ the currently loaded map files.</li>
+ <li><b>Replace with Released</b> to the Replace menu. Replace the selected projects with the versions referenced in
+ the currently loaded map files.</li>
</ol></li>
</ul>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/performance/ToolTip.css b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/performance/ToolTip.css
index 0bba965a2..0814240cc 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/performance/ToolTip.css
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/performance/ToolTip.css
@@ -1,34 +1,35 @@
-
.hidden_tooltip {
- display:none;
+ display: none;
}
span.visible_tooltip {
- display:block;
- position:absolute;
- top:10px;
- left:21px;
- width:300px;
- font-size:9px;;
- padding-left:5px;
- padding-right:5px;
- border:1px solid black;
- background-color:#FFFFCC;
- text-decoration:none;
- color:#000000;
- z-index:10;
+ display: block;
+ position: absolute;
+ top: 10px;
+ left: 21px;
+ width: 300px;
+ font-size: 9px;;
+ padding-left: 5px;
+ padding-right: 5px;
+ border: 1px solid black;
+ background-color: #FFFFCC;
+ text-decoration: none;
+ color: #000000;
+ z-index: 10;
}
-a{
- text-decoration:none;
+a {
+ text-decoration: none;
}
-span {
- z-index=100;
+
+span {z-index =100;
+
}
-img, table{
- z-index:1;
+
+img, table {
+ z-index: 1;
}
.tooltipSource {
- position:relative;
-}
+ position: relative;
+} \ No newline at end of file
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index 17282924e..bf025e118 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -2,21 +2,66 @@
<topLevel>
<zipTypes>
<zipType name="Eclipse SDK">
- <platform id="SW" name="Windows" fileName="eclipse-SDK-${BUILD_ID}-win32.zip"></platform>
- <platform id="SWX8664" name="Windows (x86_64)" fileName="eclipse-SDK-${BUILD_ID}-win32-x86_64.zip"></platform>
- <platform id="SLG2" name="Linux (x86/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz"></platform>
- <platform id="SLG264" name="Linux (x86_64/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
- <platform id="SLG2PPC" name="Linux (PPC/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc.tar.gz"></platform>
- <platform id="SLG2PPC64" name="Linux (PPC64/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64.tar.gz"></platform>
- <platform id="SLG2S390X" name="Linux (s390x/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-s390x.tar.gz"></platform>
- <platform id="SLG2S390" name="Linux (s390/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-s390.tar.gz"></platform>
- <platform id="SLG2PPC64LE" name="Linux (PPC64LE/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
- <platform id="SSG" name="Solaris 10 (SPARC/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-solaris-gtk.zip"></platform>
- <platform id="SSGX" name="Solaris 10 (x86/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-solaris-gtk-x86.zip"></platform>
- <platform id="SSHPUX" name="HP-UX (ia64/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-hpux-gtk-ia64.zip"></platform>
- <platform id="SAG" name="AIX (PPC/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-aix-gtk-ppc.zip"></platform>
- <platform id="SAGPPC64" name="AIX (PPC64/GTK+)" fileName="eclipse-SDK-${BUILD_ID}-aix-gtk-ppc64.zip"></platform>
- <platform id="SMCC64" name="Mac OSX (Mac/Cocoa/x86_64)" fileName="eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"></platform>
+ <platform
+ id="SW"
+ name="Windows"
+ fileName="eclipse-SDK-${BUILD_ID}-win32.zip"></platform>
+ <platform
+ id="SWX8664"
+ name="Windows (x86_64)"
+ fileName="eclipse-SDK-${BUILD_ID}-win32-x86_64.zip"></platform>
+ <platform
+ id="SLG2"
+ name="Linux (x86/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz"></platform>
+ <platform
+ id="SLG264"
+ name="Linux (x86_64/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
+ <platform
+ id="SLG2PPC"
+ name="Linux (PPC/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc.tar.gz"></platform>
+ <platform
+ id="SLG2PPC64"
+ name="Linux (PPC64/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64.tar.gz"></platform>
+ <platform
+ id="SLG2S390X"
+ name="Linux (s390x/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-s390x.tar.gz"></platform>
+ <platform
+ id="SLG2S390"
+ name="Linux (s390/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-s390.tar.gz"></platform>
+ <platform
+ id="SLG2PPC64LE"
+ name="Linux (PPC64LE/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
+ <platform
+ id="SSG"
+ name="Solaris 10 (SPARC/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-solaris-gtk.zip"></platform>
+ <platform
+ id="SSGX"
+ name="Solaris 10 (x86/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-solaris-gtk-x86.zip"></platform>
+ <platform
+ id="SSHPUX"
+ name="HP-UX (ia64/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-hpux-gtk-ia64.zip"></platform>
+ <platform
+ id="SAG"
+ name="AIX (PPC/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-aix-gtk-ppc.zip"></platform>
+ <platform
+ id="SAGPPC64"
+ name="AIX (PPC64/GTK+)"
+ fileName="eclipse-SDK-${BUILD_ID}-aix-gtk-ppc64.zip"></platform>
+ <platform
+ id="SMCC64"
+ name="Mac OSX (Mac/Cocoa/x86_64)"
+ fileName="eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"></platform>
<!--
<platform id="SAA2" name='Source Build (Source in .zip) (&lt;a href="srcIncludedBuildInstructions.html">instructions&lt;/a>)' fileName="eclipse-sourceBuild-srcIncluded-${BUILD_ID}.zip"></platform>
@@ -25,99 +70,236 @@
</zipType>
<zipType name="JUnit test plug-ins">
- <platform id="TF" name="&lt;img src = &quot;repo.gif&quot;> All" fileName="eclipse-test-framework-${BUILD_ID}.zip"></platform>
- <platform id="JT" name="All" fileName="eclipse-Automated-Tests-${BUILD_ID}.zip"></platform>
+ <platform
+ id="TF"
+ name="&lt;img src = &quot;repo.gif&quot;> All"
+ fileName="eclipse-test-framework-${BUILD_ID}.zip"></platform>
+ <platform
+ id="JT"
+ name="All"
+ fileName="eclipse-Automated-Tests-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="Example plug-ins">
- <platform id="EA" name="&lt;img src = &quot;repo.gif&quot;> Eclipse Examples Repo" fileName="org.eclipse.sdk.examples.source-${BUILD_ID}.zip"></platform>
+ <platform
+ id="EA"
+ name="&lt;img src = &quot;repo.gif&quot;> Eclipse Examples Repo"
+ fileName="org.eclipse.sdk.examples.source-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="RCP Runtime Binary">
- <platform id="RCPR" name="&lt;img src = &quot;repo.gif&quot;> RCP Runtime Repo " fileName="org.eclipse.rcp-${BUILD_ID}.zip"></platform>
+ <platform
+ id="RCPR"
+ name="&lt;img src = &quot;repo.gif&quot;> RCP Runtime Repo "
+ fileName="org.eclipse.rcp-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="RCP SDK">
- <platform id="RCPSR" name="&lt;img src = &quot;repo.gif&quot;> RCP Source Repo " fileName="org.eclipse.rcp.source-${BUILD_ID}.zip"></platform>
+ <platform
+ id="RCPSR"
+ name="&lt;img src = &quot;repo.gif&quot;> RCP Source Repo "
+ fileName="org.eclipse.rcp.source-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="Delta Pack">
- <platform id="DeltaPack" name="All" fileName="eclipse-${BUILD_ID}-delta-pack.zip"></platform>
+ <platform
+ id="DeltaPack"
+ name="All"
+ fileName="eclipse-${BUILD_ID}-delta-pack.zip"></platform>
</zipType>
<zipType name="Platform Runtime Binary">
- <platform id="PW" name="Windows" fileName="eclipse-platform-${BUILD_ID}-win32.zip"></platform>
- <platform id="PWX8664" name="Windows (x86_64)" fileName="eclipse-platform-${BUILD_ID}-win32-x86_64.zip"></platform>
- <platform id="PLG2" name="Linux (x86/GTK+)" fileName="eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz"></platform>
- <platform id="PLG264" name="Linux (x86_64/GTK+)" fileName="eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
- <platform id="PLG2PPC" name="Linux (PPC/GTK+)" fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc.tar.gz"></platform>
- <platform id="PLG2PPC64" name="Linux (PPC64/GTK+)" fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64.tar.gz"></platform>
- <platform id="PLG2S390X" name="Linux (s390x/GTK+)" fileName="eclipse-platform-${BUILD_ID}-linux-gtk-s390x.tar.gz"></platform>
- <platform id="PLG2S390" name="Linux (s390/GTK+)" fileName="eclipse-platform-${BUILD_ID}-linux-gtk-s390.tar.gz"></platform>
- <platform id="PLG2PPC64LE" name="Linux (PPC64LE/GTK+)" fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
- <platform id="PSG" name="Solaris 10 (SPARC/GTK+)" fileName="eclipse-platform-${BUILD_ID}-solaris-gtk.zip"></platform>
- <platform id="PSGX" name="Solaris 10 (x86/GTK+)" fileName="eclipse-platform-${BUILD_ID}-solaris-gtk-x86.zip"></platform>
- <platform id="PHPUX" name="HPUX (ia64/GTK+)" fileName="eclipse-platform-${BUILD_ID}-hpux-gtk-ia64.zip"></platform>
- <platform id="PAG" name="AIX (PPC/GTK)" fileName="eclipse-platform-${BUILD_ID}-aix-gtk-ppc.zip"></platform>
- <platform id="PAGPPC64" name="AIX (PPC64/GTK)" fileName="eclipse-platform-${BUILD_ID}-aix-gtk-ppc64.zip"></platform>
- <platform id="PMCC64" name="Mac OSX (Mac/Cocoa/x86_64)" fileName="eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"></platform>
- <platform id="PLR" name="&lt;img src = &quot;repo.gif&quot;> Platform Runtime Repo " fileName="org.eclipse.platform-${BUILD_ID}.zip"></platform>
+ <platform
+ id="PW"
+ name="Windows"
+ fileName="eclipse-platform-${BUILD_ID}-win32.zip"></platform>
+ <platform
+ id="PWX8664"
+ name="Windows (x86_64)"
+ fileName="eclipse-platform-${BUILD_ID}-win32-x86_64.zip"></platform>
+ <platform
+ id="PLG2"
+ name="Linux (x86/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz"></platform>
+ <platform
+ id="PLG264"
+ name="Linux (x86_64/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
+ <platform
+ id="PLG2PPC"
+ name="Linux (PPC/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc.tar.gz"></platform>
+ <platform
+ id="PLG2PPC64"
+ name="Linux (PPC64/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64.tar.gz"></platform>
+ <platform
+ id="PLG2S390X"
+ name="Linux (s390x/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-linux-gtk-s390x.tar.gz"></platform>
+ <platform
+ id="PLG2S390"
+ name="Linux (s390/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-linux-gtk-s390.tar.gz"></platform>
+ <platform
+ id="PLG2PPC64LE"
+ name="Linux (PPC64LE/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
+ <platform
+ id="PSG"
+ name="Solaris 10 (SPARC/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-solaris-gtk.zip"></platform>
+ <platform
+ id="PSGX"
+ name="Solaris 10 (x86/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-solaris-gtk-x86.zip"></platform>
+ <platform
+ id="PHPUX"
+ name="HPUX (ia64/GTK+)"
+ fileName="eclipse-platform-${BUILD_ID}-hpux-gtk-ia64.zip"></platform>
+ <platform
+ id="PAG"
+ name="AIX (PPC/GTK)"
+ fileName="eclipse-platform-${BUILD_ID}-aix-gtk-ppc.zip"></platform>
+ <platform
+ id="PAGPPC64"
+ name="AIX (PPC64/GTK)"
+ fileName="eclipse-platform-${BUILD_ID}-aix-gtk-ppc64.zip"></platform>
+ <platform
+ id="PMCC64"
+ name="Mac OSX (Mac/Cocoa/x86_64)"
+ fileName="eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"></platform>
+ <platform
+ id="PLR"
+ name="&lt;img src = &quot;repo.gif&quot;> Platform Runtime Repo "
+ fileName="org.eclipse.platform-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="JDT Runtime Binary">
- <platform id="JRR" name="&lt;img src = &quot;repo.gif&quot;> JDT Runtime Repo " fileName="org.eclipse.jdt-${BUILD_ID}.zip"></platform>
+ <platform
+ id="JRR"
+ name="&lt;img src = &quot;repo.gif&quot;> JDT Runtime Repo "
+ fileName="org.eclipse.jdt-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="JDT SDK">
- <platform id="JSR" name="&lt;img src = &quot;repo.gif&quot;> JDT Source Repo " fileName="org.eclipse.jdt.source-${BUILD_ID}.zip"></platform>
+ <platform
+ id="JSR"
+ name="&lt;img src = &quot;repo.gif&quot;> JDT Source Repo "
+ fileName="org.eclipse.jdt.source-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="JDTC">
- <platform id="ECJ" name="All" fileName="ecj-${BUILD_ID}.jar"></platform>
- <platform id="ECJSRC" name="All" fileName="ecjsrc-${BUILD_ID}.jar"></platform>
+ <platform
+ id="ECJ"
+ name="All"
+ fileName="ecj-${BUILD_ID}.jar"></platform>
+ <platform
+ id="ECJSRC"
+ name="All"
+ fileName="ecjsrc-${BUILD_ID}.jar"></platform>
</zipType>
<zipType name="PDE Runtime">
- <platform id="PRR" name="&lt;img src = &quot;repo.gif&quot;> PDE Repo " fileName="org.eclipse.pde-${BUILD_ID}.zip"></platform>
- <platform id="PAR" name="&lt;img src = &quot;repo.gif&quot;> PDE API Tools execution environment fragments repo" fileName="org.eclipse.pde.api.tools.ee.feature-${BUILD_ID}.zip"></platform>
+ <platform
+ id="PRR"
+ name="&lt;img src = &quot;repo.gif&quot;> PDE Repo "
+ fileName="org.eclipse.pde-${BUILD_ID}.zip"></platform>
+ <platform
+ id="PAR"
+ name="&lt;img src = &quot;repo.gif&quot;> PDE API Tools execution environment fragments repo"
+ fileName="org.eclipse.pde.api.tools.ee.feature-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="PDE SDK">
- <platform id="PSR" name="&lt;img src = &quot;repo.gif&quot;> PDE Source Repo " fileName="org.eclipse.pde.source-${BUILD_ID}.zip"></platform>
+ <platform
+ id="PSR"
+ name="&lt;img src = &quot;repo.gif&quot;> PDE Source Repo "
+ fileName="org.eclipse.pde.source-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="CVS Runtime">
- <platform id="CRR" name="&lt;img src = &quot;repo.gif&quot;> CVS Runtime Repo " fileName="org.eclipse.cvs-${BUILD_ID}.zip"></platform>
+ <platform
+ id="CRR"
+ name="&lt;img src = &quot;repo.gif&quot;> CVS Runtime Repo "
+ fileName="org.eclipse.cvs-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="CVS SDK">
- <platform id="CSR" name="&lt;img src = &quot;repo.gif&quot;> CVS Source Repo " fileName="org.eclipse.cvs.source-${BUILD_ID}.zip"></platform>
+ <platform
+ id="CSR"
+ name="&lt;img src = &quot;repo.gif&quot;> CVS Source Repo "
+ fileName="org.eclipse.cvs.source-${BUILD_ID}.zip"></platform>
</zipType>
<zipType name="SWT">
- <platform id="SWTW" name="Windows" fileName="swt-${BUILD_ID}-win32-win32-x86.zip"></platform>
- <platform id="SWTWX86_64" name="Windows (x86_64)" fileName="swt-${BUILD_ID}-win32-win32-x86_64.zip"></platform>
- <platform id="SWTLG2" name="Linux (x86/GTK+)" fileName="swt-${BUILD_ID}-gtk-linux-x86.zip"></platform>
- <platform id="SWTLG64" name="Linux (x86_64/GTK+)" fileName="swt-${BUILD_ID}-gtk-linux-x86_64.zip"></platform>
- <platform id="SWTLG2PPC" name="Linux (PPC/GTK+)" fileName="swt-${BUILD_ID}-gtk-linux-ppc.zip"></platform>
- <platform id="SWTLG2PPC64" name="Linux (PPC64/GTK+)" fileName="swt-${BUILD_ID}-gtk-linux-ppc64.zip"></platform>
- <platform id="SWTLG2PPC64LE" name="Linux (PPC64LE/GTK+)" fileName="swt-${BUILD_ID}-gtk-linux-ppc64le.zip"></platform>
- <platform id="SWTSG" name="Solaris 10 (SPARC/GTK+)" fileName="swt-${BUILD_ID}-gtk-solaris-sparc.zip"></platform>
- <platform id="SWTSGX" name="Solaris 10 (x86/GTK+)" fileName="swt-${BUILD_ID}-gtk-solaris-x86.zip"></platform>
- <platform id="SWTHP" name="HPUX (ia64/GTK+)" fileName="swt-${BUILD_ID}-gtk-hpux-ia64.zip"></platform>
- <platform id="SWTAG" name="AIX (PPC/GTK+)" fileName="swt-${BUILD_ID}-gtk-aix-ppc.zip"></platform>
- <platform id="SWTAGPPC64" name="AIX (PPC64/GTK+)" fileName="swt-${BUILD_ID}-gtk-aix-ppc64.zip"></platform>
- <platform id="SWTMCC64" name="Mac OSX (Mac/Cocoa/x86_64)" fileName="swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"></platform>
+ <platform
+ id="SWTW"
+ name="Windows"
+ fileName="swt-${BUILD_ID}-win32-win32-x86.zip"></platform>
+ <platform
+ id="SWTWX86_64"
+ name="Windows (x86_64)"
+ fileName="swt-${BUILD_ID}-win32-win32-x86_64.zip"></platform>
+ <platform
+ id="SWTLG2"
+ name="Linux (x86/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-linux-x86.zip"></platform>
+ <platform
+ id="SWTLG64"
+ name="Linux (x86_64/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-linux-x86_64.zip"></platform>
+ <platform
+ id="SWTLG2PPC"
+ name="Linux (PPC/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-linux-ppc.zip"></platform>
+ <platform
+ id="SWTLG2PPC64"
+ name="Linux (PPC64/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-linux-ppc64.zip"></platform>
+ <platform
+ id="SWTLG2PPC64LE"
+ name="Linux (PPC64LE/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-linux-ppc64le.zip"></platform>
+ <platform
+ id="SWTSG"
+ name="Solaris 10 (SPARC/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-solaris-sparc.zip"></platform>
+ <platform
+ id="SWTSGX"
+ name="Solaris 10 (x86/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-solaris-x86.zip"></platform>
+ <platform
+ id="SWTHP"
+ name="HPUX (ia64/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-hpux-ia64.zip"></platform>
+ <platform
+ id="SWTAG"
+ name="AIX (PPC/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-aix-ppc.zip"></platform>
+ <platform
+ id="SWTAGPPC64"
+ name="AIX (PPC64/GTK+)"
+ fileName="swt-${BUILD_ID}-gtk-aix-ppc64.zip"></platform>
+ <platform
+ id="SWTMCC64"
+ name="Mac OSX (Mac/Cocoa/x86_64)"
+ fileName="swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"></platform>
</zipType>
<zipType name="RelEng Tool plug-in">
- <platform id="RE" name="&lt;img src = &quot;repo.gif&quot;> Releng Tools Repo" fileName="org.eclipse.releng.tools-${BUILD_ID}.zip"></platform>
+ <platform
+ id="RE"
+ name="&lt;img src = &quot;repo.gif&quot;> Releng Tools Repo"
+ fileName="org.eclipse.releng.tools-${BUILD_ID}.zip"></platform>
</zipType>
</zipTypes>
<logFiles>
- <logFile name="plugins\org.eclipse.jdt.core_*\jdtcore.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.core_*\jdtcore.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="SLM"></effectedFile>
<effectedFile id="SLG2"></effectedFile>
@@ -133,7 +315,9 @@
<effectedFile id="JMCSDK"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.debug_*\jdimodel.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.debug_*\jdimodel.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="SLM"></effectedFile>
<effectedFile id="SLG2"></effectedFile>
@@ -149,7 +333,9 @@
<effectedFile id="JMCSDK"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.debug.ui_*\jdiui.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.debug.ui_*\jdiui.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="SLM"></effectedFile>
<effectedFile id="SLG2"></effectedFile>
@@ -165,7 +351,9 @@
<effectedFile id="JMCSDK"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.launching_*\launching.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.launching_*\launching.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="SLM"></effectedFile>
<effectedFile id="SLG2"></effectedFile>
@@ -182,7 +370,9 @@
<effectedFile id="JMCSDK"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.ui_*\jdt.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.ui_*\jdt.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="SLM"></effectedFile>
<effectedFile id="SLG2"></effectedFile>
@@ -198,7 +388,9 @@
<effectedFile id="JMCSDK"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.junit_*\junitsupport.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.junit_*\junitsupport.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="SLM"></effectedFile>
<effectedFile id="SLG2"></effectedFile>
@@ -214,7 +406,9 @@
<effectedFile id="JMCSDK"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.ui.vcm_*\jdtvcm.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.ui.vcm_*\jdtvcm.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="SLM"></effectedFile>
<effectedFile id="SLG2"></effectedFile>
@@ -230,13 +424,17 @@
<effectedFile id="JMCSDK"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.photon_*\ws\photon\swt.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.photon_*\ws\photon\swt.jar.bin.xml"
+ type="compile">
<!--effectedFile id="SNP"></effectedFile>
<effectedFile id="PNP"></effectedFile-->
<effectedFile id="SWTNP"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.gtk_*\ws\gtk\swt.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.gtk_*\ws\gtk\swt.jar.bin.xml"
+ type="compile">
<effectedFile id="SLG2"></effectedFile>
<effectedFile id="PLG2"></effectedFile>
<effectedFile id="PLG2SDK"></effectedFile>
@@ -245,7 +443,9 @@
<effectedFile id="RCPSDKLG2"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.gtk_*\ws\gtk\swt-pi.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.gtk_*\ws\gtk\swt-pi.jar.bin.xml"
+ type="compile">
<effectedFile id="SLG2"></effectedFile>
<effectedFile id="PLG2"></effectedFile>
<effectedFile id="PLG2SDK"></effectedFile>
@@ -254,7 +454,9 @@
<effectedFile id="RCPSDKLG2"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.gtk64_*\ws\gtk\swt.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.gtk64_*\ws\gtk\swt.jar.bin.xml"
+ type="compile">
<effectedFile id="SLG264"></effectedFile>
<effectedFile id="PLG264"></effectedFile>
<effectedFile id="PLG264SDK"></effectedFile>
@@ -263,7 +465,9 @@
<effectedFile id="RCPSDKLG264"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.gtk64_*\ws\gtk\swt-pi.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.gtk64_*\ws\gtk\swt-pi.jar.bin.xml"
+ type="compile">
<effectedFile id="SLG264"></effectedFile>
<effectedFile id="PLG264"></effectedFile>
<effectedFile id="PLG264SDK"></effectedFile>
@@ -272,7 +476,9 @@
<effectedFile id="RCPSDKLG264"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.gtk64_*\ws\gtk\swt-mozilla.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.gtk64_*\ws\gtk\swt-mozilla.jar.bin.xml"
+ type="compile">
<effectedFile id="SLG264"></effectedFile>
<effectedFile id="PLG264"></effectedFile>
<effectedFile id="PLG264SDK"></effectedFile>
@@ -281,7 +487,9 @@
<effectedFile id="RCPSDKLG264"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.gtk_*\ws\gtk\swt.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.gtk_*\ws\gtk\swt.jar.bin.xml"
+ type="compile">
<effectedFile id="SLM"></effectedFile>
<effectedFile id="PLM"></effectedFile>
<effectedFile id="PLMSDK"></effectedFile>
@@ -307,7 +515,9 @@
</logFile>
- <logFile name="plugins\org.eclipse.swt.win32_*\ws\win32\swt.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.win32_*\ws\win32\swt.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="PW"></effectedFile>
<effectedFile id="PWSDK"></effectedFile>
@@ -316,113 +526,163 @@
<effectedFile id="RCPSDKW"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.scripting.examples_*\scriptex1.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.scripting.examples_*\scriptex1.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.examples_*\swtexamples.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.examples_*\swtexamples.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.examples.controls_*\controls.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.examples.controls_*\controls.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.examples.launcher_*\launcher.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.examples.launcher_*\launcher.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.examples.ole.win32_*\olewin32.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.examples.ole.win32_*\olewin32.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.examples.paint_*\paint.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.examples.paint_*\paint.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.ui.examples.javaeditor_*\javaeditorexample.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.ui.examples.javaeditor_*\javaeditorexample.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.ui.examples.multipageeditor_*\multipageeditor.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.ui.examples.multipageeditor_*\multipageeditor.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.ui.examples.fieldassist_*\@dot.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.ui.examples.fieldassist_*\@dot.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.ui.examples.propertysheet_*\propertysheet.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.ui.examples.propertysheet_*\propertysheet.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.ui.examples.readmetool_*\readmetool.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.ui.examples.readmetool_*\readmetool.jar.bin.xml"
+ type="compile">
<effectedFile id="EW"></effectedFile>
<effectedFile id="EA"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.core.tests.harness_*\testharness.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.core.tests.harness_*\testharness.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.core.tests.runtime_*\runtimetests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.core.tests.runtime_*\runtimetests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.core.tests.resources_*\resourcestests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.core.tests.resources_*\resourcestests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.debug.tests_*\javadebugtests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.debug.tests_*\javadebugtests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.ui.tests_*\javauitests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.ui.tests_*\javauitests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.ui.tests.refactoring_*\refactoringtests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.ui.tests.refactoring_*\refactoringtests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.swt.tests_*\swttests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.swt.tests_*\swttests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.ui.tests_*\uitests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.ui.tests_*\uitests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.team.tests.core_*\teamtests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.team.tests.core_*\teamtests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.team.tests.cvs.core_*\cvstests.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.team.tests.cvs.core_*\cvstests.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.core.tests.builder_*\jdtcoretestsbuilder.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.core.tests.builder_*\jdtcoretestsbuilder.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.core.tests.compiler_*\jdtcoretestscompiler.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.core.tests.compiler_*\jdtcoretestscompiler.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.jdt.core.tests.model_*\jdtcoretestsmodel.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.jdt.core.tests.model_*\jdtcoretestsmodel.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.perfmsr.core_*\perfmsr.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.perfmsr.core_*\perfmsr.jar.bin.xml"
+ type="compile">
<effectedFile id="SW"></effectedFile>
<effectedFile id="PW"></effectedFile>
<effectedFile id="PWSDK"></effectedFile>
@@ -430,22 +690,26 @@
<effectedFile id="RCPSDKW"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.test_*\automated.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.test_*\automated.jar.bin.xml"
+ type="compile">
<effectedFile id="JT"></effectedFile>
</logFile>
- <logFile name="plugins\org.eclipse.releng.tools_*\tools.jar.bin.xml" type="compile">
+ <logFile
+ name="plugins\org.eclipse.releng.tools_*\tools.jar.bin.xml"
+ type="compile">
<effectedFile id="RE"></effectedFile>
</logFile>
-<logFile name="org.eclipse.releng.tests_macosx.cocoa.x86_64_7.0.xml">
- <effectedFile id="SMCC"></effectedFile>
-</logFile>
+ <logFile name="org.eclipse.releng.tests_macosx.cocoa.x86_64_7.0.xml">
+ <effectedFile id="SMCC"></effectedFile>
+ </logFile>
-<logFile name="org.eclipse.releng.tests_linux.gtk.x86_64_8.0.xml">
- <effectedFile id="SLG2"></effectedFile>
-</logFile>
+ <logFile name="org.eclipse.releng.tests_linux.gtk.x86_64_8.0.xml">
+ <effectedFile id="SLG2"></effectedFile>
+ </logFile>
<logFile name="org.eclipse.pde.ui.tests_macosx.cocoa.x86_64_7.0.xml">
<effectedFile id="PDE"></effectedFile>
@@ -1386,9 +1650,9 @@
<effectedFile id="SW"></effectedFile>
</logFile>
-<logFile name="org.eclipse.releng.tests_win32.win32.x86_7.0.xml">
- <effectedFile id="SW"></effectedFile>
-</logFile>
+ <logFile name="org.eclipse.releng.tests_win32.win32.x86_7.0.xml">
+ <effectedFile id="SW"></effectedFile>
+ </logFile>
<logFile name="org.eclipse.pde.ui.tests_win32.win32.x86_7.0.xml">
<effectedFile id="PDE"></effectedFile>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml
index 73ebdb019..e84e4d296 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml
@@ -16,7 +16,10 @@
to use the individual features this product collects together (or some
sub-set of them) for use in products).
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
index 878cd6df7..4a91d1e2e 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/equinox.css b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/equinox.css
index dfd081f42..e24688b46 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/equinox.css
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/equinox.css
@@ -2,17 +2,17 @@
position: absolute;
visibility: hidden;
overflow: hidden;
- background-color:#F9F9F9;
- border:0px solid #333;
- padding:5px;
+ background-color: #F9F9F9;
+ border: 0px solid #333;
+ padding: 5px;
}
.hidden {
position: absolute;
- visibility:hidden;
+ visibility: hidden;
overflow: hidden;
}
div.collapsable {
display: none;
-}
+} \ No newline at end of file
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
index 26922cf9f..216b8aa50 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
@@ -1,367 +1,367 @@
<?xml version="1.0" encoding="UTF-8"?>
<topLevel>
- <zipTypes>
+ <zipTypes>
- <zipType name="Equinox">
- <platform
- format="equinox"
- images="../../images/repo.gif"
- id="EBS"
- name="All"
- fileName="equinox-SDK-${BUILD_ID}.zip" />
- </zipType>
+ <zipType name="Equinox">
+ <platform
+ format="equinox"
+ images="../../images/repo.gif"
+ id="EBS"
+ name="All"
+ fileName="equinox-SDK-${BUILD_ID}.zip" />
+ </zipType>
- <zipType name="Framework">
- <platform
- format="equinox"
- id="system"
- name="All"
- fileName="@org.eclipse.osgi@.jar" />
- </zipType>
+ <zipType name="Framework">
+ <platform
+ format="equinox"
+ id="system"
+ name="All"
+ fileName="@org.eclipse.osgi@.jar" />
+ </zipType>
- <zipType name="ExtraBundles">
- <platform
- format="equinox"
- id="app"
- name="All"
- fileName="@org.eclipse.equinox.app@.jar" />
- <platform
- format="equinox"
- id="cm"
- name="All"
- fileName="@org.eclipse.equinox.cm@.jar" />
- <platform
- format="equinox"
- id="common"
- name="All"
- fileName="@org.eclipse.equinox.common@.jar" />
- <platform
- format="equinox"
- id="device"
- name="All"
- fileName="@org.eclipse.equinox.device@.jar" />
- <platform
- format="equinox"
- id="ds"
- name="All"
- fileName="@org.eclipse.equinox.ds@.jar" />
- <platform
- format="equinox"
- id="event"
- name="All"
- fileName="@org.eclipse.equinox.event@.jar" />
- <platform
- format="equinox"
- id="console"
- name="All"
- fileName="@org.eclipse.equinox.console@.jar" />
- <platform
- format="equinox"
- id="io"
- name="All"
- fileName="@org.eclipse.equinox.io@.jar" />
- <platform
- format="equinox"
- id="ip"
- name="All"
- fileName="@org.eclipse.equinox.ip@.jar" />
- <platform
- format="equinox"
- id="equinoxlauncher"
- name="All"
- fileName="@org.eclipse.equinox.launcher@.jar" />
- <platform
- format="equinox"
- id="log"
- name="All"
- fileName="@org.eclipse.equinox.log@.jar" />
- <platform
- format="equinox"
- id="jspjasper"
- name="All"
- fileName="@org.eclipse.equinox.jsp.jasper@.jar" />
- <platform
- format="equinox"
- id="jspjasperregistry"
- name="All"
- fileName="@org.eclipse.equinox.jsp.jasper.registry@.jar" />
- <platform
- format="equinox"
- id="metatype"
- name="All"
- fileName="@org.eclipse.equinox.metatype@.jar" />
- <platform
- format="equinox"
- id="preferences"
- name="All"
- fileName="@org.eclipse.equinox.preferences@.jar" />
- <platform
- format="equinox"
- id="registry"
- name="All"
- fileName="@org.eclipse.equinox.registry@.jar" />
- <platform
- format="equinox"
- id="services"
- name="All"
- fileName="@org.eclipse.osgi.services@.jar" />
- <platform
- format="equinox"
- id="supplement"
- name="All"
- fileName="@org.eclipse.equinox.supplement@.jar" />
- <platform
- format="equinox"
- id="transforms"
- name="All"
- fileName="@org.eclipse.equinox.transforms.xslt@.jar" />
- <platform
- format="equinox"
- id="transformshook"
- name="All"
- fileName="@org.eclipse.equinox.transforms.hook@.jar" />
- <platform
- format="equinox"
- id="equinoxutil"
- name="All"
- fileName="@org.eclipse.equinox.util@.jar" />
- <platform
- format="equinox"
- id="useradmin"
- name="All"
- fileName="@org.eclipse.equinox.useradmin@.jar" />
- <platform
- format="equinox"
- id="util"
- name="All"
- fileName="@org.eclipse.osgi.util@.jar" />
- <platform
- format="equinox"
- id="equinoxservletbridge"
- name="All"
- fileName="@org.eclipse.equinox.servletbridge@.jar" />
- <platform
- format="equinox"
- id="http"
- name="All"
- fileName="@org.eclipse.equinox.http@.jar" />
- <platform
- format="equinox"
- id="equinoxjetty"
- name="All"
- fileName="@org.eclipse.equinox.http.jetty@.jar" />
- <platform
- format="equinox"
- id="httpjettyregistry"
- name="All"
- fileName="@org.eclipse.equinox.http.registry@.jar" />
- <platform
- format="equinox"
- id="httpservletbridge"
- name="All"
- fileName="@org.eclipse.equinox.http.servletbridge@.jar" />
- <platform
- format="equinox"
- id="httpservlet"
- name="All"
- fileName="@org.eclipse.equinox.http.servlet@.jar" />
- <platform
- format="equinox"
- id="wireadmin"
- name="All"
- fileName="@org.eclipse.equinox.wireadmin@.jar" />
- <platform
- format="equinox"
- id="simpleconfigurator"
- name="All"
- fileName="@org.eclipse.equinox.simpleconfigurator@.jar" />
- <platform
- format="equinox"
- id="concurrent"
- name="All"
- fileName="@org.eclipse.equinox.concurrent@.jar" />
- <platform
- format="equinox"
- id="coordinator"
- name="All"
- fileName="@org.eclipse.equinox.coordinator@.jar" />
- <platform
- format="equinox"
- id="region"
- name="All"
- fileName="@org.eclipse.equinox.region@.jar" />
- <platform
- format="equinox"
- id="jettycontinuation"
- name="All"
- fileName="@org.eclipse.jetty.continuation@.jar" />
- <platform
- format="equinox"
- id="jettysecurity"
- name="All"
- fileName="@org.eclipse.jetty.security@.jar" />
- <platform
- format="equinox"
- id="jettyutil"
- name="All"
- fileName="@org.eclipse.jetty.util@.jar" />
- <platform
- format="equinox"
- id="jettyhttp"
- name="All"
- fileName="@org.eclipse.jetty.http@.jar" />
- <platform
- format="equinox"
- id="jettyserver"
- name="All"
- fileName="@org.eclipse.jetty.server@.jar" />
- <platform
- format="equinox"
- id="jettyio"
- name="All"
- fileName="@org.eclipse.jetty.io@.jar" />
- <platform
- format="equinox"
- id="jettyservlet"
- name="All"
- fileName="@org.eclipse.jetty.servlet@.jar" />
- </zipType>
+ <zipType name="ExtraBundles">
+ <platform
+ format="equinox"
+ id="app"
+ name="All"
+ fileName="@org.eclipse.equinox.app@.jar" />
+ <platform
+ format="equinox"
+ id="cm"
+ name="All"
+ fileName="@org.eclipse.equinox.cm@.jar" />
+ <platform
+ format="equinox"
+ id="common"
+ name="All"
+ fileName="@org.eclipse.equinox.common@.jar" />
+ <platform
+ format="equinox"
+ id="device"
+ name="All"
+ fileName="@org.eclipse.equinox.device@.jar" />
+ <platform
+ format="equinox"
+ id="ds"
+ name="All"
+ fileName="@org.eclipse.equinox.ds@.jar" />
+ <platform
+ format="equinox"
+ id="event"
+ name="All"
+ fileName="@org.eclipse.equinox.event@.jar" />
+ <platform
+ format="equinox"
+ id="console"
+ name="All"
+ fileName="@org.eclipse.equinox.console@.jar" />
+ <platform
+ format="equinox"
+ id="io"
+ name="All"
+ fileName="@org.eclipse.equinox.io@.jar" />
+ <platform
+ format="equinox"
+ id="ip"
+ name="All"
+ fileName="@org.eclipse.equinox.ip@.jar" />
+ <platform
+ format="equinox"
+ id="equinoxlauncher"
+ name="All"
+ fileName="@org.eclipse.equinox.launcher@.jar" />
+ <platform
+ format="equinox"
+ id="log"
+ name="All"
+ fileName="@org.eclipse.equinox.log@.jar" />
+ <platform
+ format="equinox"
+ id="jspjasper"
+ name="All"
+ fileName="@org.eclipse.equinox.jsp.jasper@.jar" />
+ <platform
+ format="equinox"
+ id="jspjasperregistry"
+ name="All"
+ fileName="@org.eclipse.equinox.jsp.jasper.registry@.jar" />
+ <platform
+ format="equinox"
+ id="metatype"
+ name="All"
+ fileName="@org.eclipse.equinox.metatype@.jar" />
+ <platform
+ format="equinox"
+ id="preferences"
+ name="All"
+ fileName="@org.eclipse.equinox.preferences@.jar" />
+ <platform
+ format="equinox"
+ id="registry"
+ name="All"
+ fileName="@org.eclipse.equinox.registry@.jar" />
+ <platform
+ format="equinox"
+ id="services"
+ name="All"
+ fileName="@org.eclipse.osgi.services@.jar" />
+ <platform
+ format="equinox"
+ id="supplement"
+ name="All"
+ fileName="@org.eclipse.equinox.supplement@.jar" />
+ <platform
+ format="equinox"
+ id="transforms"
+ name="All"
+ fileName="@org.eclipse.equinox.transforms.xslt@.jar" />
+ <platform
+ format="equinox"
+ id="transformshook"
+ name="All"
+ fileName="@org.eclipse.equinox.transforms.hook@.jar" />
+ <platform
+ format="equinox"
+ id="equinoxutil"
+ name="All"
+ fileName="@org.eclipse.equinox.util@.jar" />
+ <platform
+ format="equinox"
+ id="useradmin"
+ name="All"
+ fileName="@org.eclipse.equinox.useradmin@.jar" />
+ <platform
+ format="equinox"
+ id="util"
+ name="All"
+ fileName="@org.eclipse.osgi.util@.jar" />
+ <platform
+ format="equinox"
+ id="equinoxservletbridge"
+ name="All"
+ fileName="@org.eclipse.equinox.servletbridge@.jar" />
+ <platform
+ format="equinox"
+ id="http"
+ name="All"
+ fileName="@org.eclipse.equinox.http@.jar" />
+ <platform
+ format="equinox"
+ id="equinoxjetty"
+ name="All"
+ fileName="@org.eclipse.equinox.http.jetty@.jar" />
+ <platform
+ format="equinox"
+ id="httpjettyregistry"
+ name="All"
+ fileName="@org.eclipse.equinox.http.registry@.jar" />
+ <platform
+ format="equinox"
+ id="httpservletbridge"
+ name="All"
+ fileName="@org.eclipse.equinox.http.servletbridge@.jar" />
+ <platform
+ format="equinox"
+ id="httpservlet"
+ name="All"
+ fileName="@org.eclipse.equinox.http.servlet@.jar" />
+ <platform
+ format="equinox"
+ id="wireadmin"
+ name="All"
+ fileName="@org.eclipse.equinox.wireadmin@.jar" />
+ <platform
+ format="equinox"
+ id="simpleconfigurator"
+ name="All"
+ fileName="@org.eclipse.equinox.simpleconfigurator@.jar" />
+ <platform
+ format="equinox"
+ id="concurrent"
+ name="All"
+ fileName="@org.eclipse.equinox.concurrent@.jar" />
+ <platform
+ format="equinox"
+ id="coordinator"
+ name="All"
+ fileName="@org.eclipse.equinox.coordinator@.jar" />
+ <platform
+ format="equinox"
+ id="region"
+ name="All"
+ fileName="@org.eclipse.equinox.region@.jar" />
+ <platform
+ format="equinox"
+ id="jettycontinuation"
+ name="All"
+ fileName="@org.eclipse.jetty.continuation@.jar" />
+ <platform
+ format="equinox"
+ id="jettysecurity"
+ name="All"
+ fileName="@org.eclipse.jetty.security@.jar" />
+ <platform
+ format="equinox"
+ id="jettyutil"
+ name="All"
+ fileName="@org.eclipse.jetty.util@.jar" />
+ <platform
+ format="equinox"
+ id="jettyhttp"
+ name="All"
+ fileName="@org.eclipse.jetty.http@.jar" />
+ <platform
+ format="equinox"
+ id="jettyserver"
+ name="All"
+ fileName="@org.eclipse.jetty.server@.jar" />
+ <platform
+ format="equinox"
+ id="jettyio"
+ name="All"
+ fileName="@org.eclipse.jetty.io@.jar" />
+ <platform
+ format="equinox"
+ id="jettyservlet"
+ name="All"
+ fileName="@org.eclipse.jetty.servlet@.jar" />
+ </zipType>
- <zipType name="Other">
- <platform
- format="equinox"
- id="javaxservlet"
- name="All"
- fileName="@javax.servlet@.jar" />
- <platform
- format="equinox"
- id="javaxservletjsp"
- name="All"
- fileName="@javax.servlet.jsp@.jar" />
- <platform
- format="equinox"
- id="javaxel"
- name="All"
- fileName="@javax.el@.jar" />
- <platform
- format="equinox"
- id="apachecomminglogging"
- name="All"
- fileName="@org.apache.commons.logging@.jar" />
- <platform
- format="equinox"
- id="apachefelixgogocommand"
- name="All"
- fileName="@org.apache.felix.gogo.command@.jar" />
- <platform
- format="equinox"
- id="apachefelixgogoruntime"
- name="All"
- fileName="@org.apache.felix.gogo.runtime@.jar" />
- <platform
- format="equinox"
- id="apachefelixgogoshell"
- name="All"
- fileName="@org.apache.felix.gogo.shell@.jar" />
- </zipType>
+ <zipType name="Other">
+ <platform
+ format="equinox"
+ id="javaxservlet"
+ name="All"
+ fileName="@javax.servlet@.jar" />
+ <platform
+ format="equinox"
+ id="javaxservletjsp"
+ name="All"
+ fileName="@javax.servlet.jsp@.jar" />
+ <platform
+ format="equinox"
+ id="javaxel"
+ name="All"
+ fileName="@javax.el@.jar" />
+ <platform
+ format="equinox"
+ id="apachecomminglogging"
+ name="All"
+ fileName="@org.apache.commons.logging@.jar" />
+ <platform
+ format="equinox"
+ id="apachefelixgogocommand"
+ name="All"
+ fileName="@org.apache.felix.gogo.command@.jar" />
+ <platform
+ format="equinox"
+ id="apachefelixgogoruntime"
+ name="All"
+ fileName="@org.apache.felix.gogo.runtime@.jar" />
+ <platform
+ format="equinox"
+ id="apachefelixgogoshell"
+ name="All"
+ fileName="@org.apache.felix.gogo.shell@.jar" />
+ </zipType>
- <zipType name="Launchers">
- <platform
- format="equinox"
- id="SW"
- name="Windows"
- fileName="launchers-win32.win32.x86.${BUILD_ID}.zip" />
- <platform
- format="equinox"
- id="SW64"
- name="Windows (x86_64)"
- fileName="launchers-win32.win32.x86_64.${BUILD_ID}.zip" />
- <platform
- format="equinox"
- id="SLG2"
- name="Linux (x86/GTK+)"
- fileName="launchers-linux.gtk.x86.${BUILD_ID}.tar.gz" />
- <platform
- format="equinox"
- id="SLG264"
- name="Linux (x86_64/GTK+)"
- fileName="launchers-linux.gtk.x86_64.${BUILD_ID}.tar.gz" />
- <platform
- format="equinox"
- id="SLG2PPC"
- name="Linux (PPC/GTK+)"
- fileName="launchers-linux.gtk.ppc.${BUILD_ID}.tar.gz" />
- <platform
- format="equinox"
- id="SLG2PPC64"
- name="Linux (PPC64/GTK+)"
- fileName="launchers-linux.gtk.ppc64.${BUILD_ID}.tar.gz" />
- <platform
- format="equinox"
- id="SSG"
- name="Solaris 10 (SPARC/GTK+)"
- fileName="launchers-solaris.gtk.sparc.${BUILD_ID}.zip" />
- <platform
- format="equinox"
- id="SSGX"
- name="Solaris 10 (x86/GTK+)"
- fileName="launchers-solaris.gtk.x86.${BUILD_ID}.zip" />
- <platform
- format="equinox"
- id="SHPUX"
- name="HP-UX (ia64/GTK+)"
- fileName="launchers-hpux.gtk.ia64.${BUILD_ID}.zip" />
- <platform
- format="equinox"
- id="SAG"
- name="AIX (PPC/GTK+)"
- fileName="launchers-aix.gtk.ppc.${BUILD_ID}.zip" />
- <platform
- format="equinox"
- id="SAGPPC64"
- name="AIX (PPC64/GTK+)"
- fileName="launchers-aix.gtk.ppc64.${BUILD_ID}.zip" />
- <platform
- format="equinox"
- id="SMCC64"
- name="Mac OSX (Mac/Cocoa/x86_64)"
- fileName="launchers-macosx.cocoa.x86_64.${BUILD_ID}.tar.gz" />
- </zipType>
+ <zipType name="Launchers">
+ <platform
+ format="equinox"
+ id="SW"
+ name="Windows"
+ fileName="launchers-win32.win32.x86.${BUILD_ID}.zip" />
+ <platform
+ format="equinox"
+ id="SW64"
+ name="Windows (x86_64)"
+ fileName="launchers-win32.win32.x86_64.${BUILD_ID}.zip" />
+ <platform
+ format="equinox"
+ id="SLG2"
+ name="Linux (x86/GTK+)"
+ fileName="launchers-linux.gtk.x86.${BUILD_ID}.tar.gz" />
+ <platform
+ format="equinox"
+ id="SLG264"
+ name="Linux (x86_64/GTK+)"
+ fileName="launchers-linux.gtk.x86_64.${BUILD_ID}.tar.gz" />
+ <platform
+ format="equinox"
+ id="SLG2PPC"
+ name="Linux (PPC/GTK+)"
+ fileName="launchers-linux.gtk.ppc.${BUILD_ID}.tar.gz" />
+ <platform
+ format="equinox"
+ id="SLG2PPC64"
+ name="Linux (PPC64/GTK+)"
+ fileName="launchers-linux.gtk.ppc64.${BUILD_ID}.tar.gz" />
+ <platform
+ format="equinox"
+ id="SSG"
+ name="Solaris 10 (SPARC/GTK+)"
+ fileName="launchers-solaris.gtk.sparc.${BUILD_ID}.zip" />
+ <platform
+ format="equinox"
+ id="SSGX"
+ name="Solaris 10 (x86/GTK+)"
+ fileName="launchers-solaris.gtk.x86.${BUILD_ID}.zip" />
+ <platform
+ format="equinox"
+ id="SHPUX"
+ name="HP-UX (ia64/GTK+)"
+ fileName="launchers-hpux.gtk.ia64.${BUILD_ID}.zip" />
+ <platform
+ format="equinox"
+ id="SAG"
+ name="AIX (PPC/GTK+)"
+ fileName="launchers-aix.gtk.ppc.${BUILD_ID}.zip" />
+ <platform
+ format="equinox"
+ id="SAGPPC64"
+ name="AIX (PPC64/GTK+)"
+ fileName="launchers-aix.gtk.ppc64.${BUILD_ID}.zip" />
+ <platform
+ format="equinox"
+ id="SMCC64"
+ name="Mac OSX (Mac/Cocoa/x86_64)"
+ fileName="launchers-macosx.cocoa.x86_64.${BUILD_ID}.tar.gz" />
+ </zipType>
- <zipType name="OSGiStarterKits">
- <platform
- format="equinox"
- id="ESW"
- name="Windows"
- fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-win32-win32-x86.zip" />
- <platform
- format="equinox"
- id="ESW64"
- name="Windows (x86_64)"
- fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-win32-win32-x86_64.zip" />
- <platform
- format="equinox"
- id="ESLG2"
- name="Linux (x86/GTK+)"
- fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-linux-gtk-x86.tar.gz" />
- <platform
- format="equinox"
- id="ESLG264"
- name="Linux (x86_64/GTK+)"
- fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-linux-gtk-x86_64.tar.gz" />
- <platform
- format="equinox"
- id="ESMCC64"
- name="Mac OSX (Mac/Cocoa/x86_64)"
- fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz" />
- </zipType>
+ <zipType name="OSGiStarterKits">
+ <platform
+ format="equinox"
+ id="ESW"
+ name="Windows"
+ fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-win32-win32-x86.zip" />
+ <platform
+ format="equinox"
+ id="ESW64"
+ name="Windows (x86_64)"
+ fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-win32-win32-x86_64.zip" />
+ <platform
+ format="equinox"
+ id="ESLG2"
+ name="Linux (x86/GTK+)"
+ fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-linux-gtk-x86.tar.gz" />
+ <platform
+ format="equinox"
+ id="ESLG264"
+ name="Linux (x86_64/GTK+)"
+ fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-linux-gtk-x86_64.tar.gz" />
+ <platform
+ format="equinox"
+ id="ESMCC64"
+ name="Mac OSX (Mac/Cocoa/x86_64)"
+ fileName="EclipseRT-OSGi-StarterKit-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz" />
+ </zipType>
- </zipTypes>
+ </zipTypes>
- <logFiles>
- <logFile name="plugins\org.eclipse.osgi_*\@dot.bin.xml">
- <effectedFile id="system"></effectedFile>
- </logFile>
- </logFiles>
+ <logFiles>
+ <logFile name="plugins\org.eclipse.osgi_*\@dot.bin.xml">
+ <effectedFile id="system"></effectedFile>
+ </logFile>
+ </logFiles>
</topLevel>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
index ae784b2f6..6de9988e0 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
index 22cd1ef52..67955aad9 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/pom.xml
index 460962a46..02f7a7ac0 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
index 6100cff4c..b5aba121b 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml
index af6e7416c..b4a92a4ca 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml
index f0dda45ec..8a3ef8b85 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp/pom.xml
@@ -10,7 +10,10 @@
Igor Fedorenko - initial implementation
David Williams - improvements and maintenance
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
index 0804cd1ed..8ec480be4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
@@ -9,7 +9,10 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>

Back to the top