Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-18 23:01:56 +0000
committerDavid Williams2014-11-18 23:01:56 +0000
commit915bb75a44c3fac22d23a1561aa303158792b005 (patch)
tree486c293a5c0fabef8ad8f1986d461007a63fe3a6
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.
-rw-r--r--eclipse-platform-parent/pom.xml123
-rw-r--r--eclipse.platform.releng.prereqs.sdk/pom.xml5
-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
-rw-r--r--pom.xml5
-rwxr-xr-xproduction/downloadsites/eclipse/banner.html86
-rwxr-xr-xproduction/downloadsites/eclipse/default_style.css7
-rw-r--r--production/downloadsites/eclipse/downloads/DL.footer.php.html5
-rw-r--r--production/downloadsites/eclipse/downloads/DL.header.php.html296
-rw-r--r--production/downloadsites/eclipse/downloads/ToolTip.css6
-rw-r--r--production/downloadsites/eclipse/downloads/build_types.html208
-rwxr-xr-xproduction/downloadsites/eclipse/home_nav.html136
-rwxr-xr-xproduction/downloadsites/eclipse/nav_style.css4
-rw-r--r--production/downloadsites/equinox/build_types.html183
-rw-r--r--production/downloadsites/equinox/equinox.css2
-rwxr-xr-xproduction/downloadsites/equinox/right-links.html24
32 files changed, 1450 insertions, 1335 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 30e82227b..f40113a5a 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -12,7 +12,10 @@
David Williams - improvements and maintenance
Lars Vogel - Bug 442042
-->
-<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>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
@@ -333,11 +336,11 @@
<configuration>
<compilerArgument>${code.ignoredWarnings}</compilerArgument>
<compilerArguments>
- <verbose/>
- <inlineJSR/>
- <enableJavadoc/>
+ <verbose />
+ <inlineJSR />
+ <enableJavadoc />
<encoding>${project.build.sourceEncoding}</encoding>
- <proceedOnError/>
+ <proceedOnError />
<log>${project.build.directory}/@dot.xml</log>
</compilerArguments>
<showWarnings>true</showWarnings>
@@ -728,67 +731,67 @@
the "template" file be part of the 'saveproperties' directory. Its only purpose
is to "fill in" the property values named in that file.
-->
- <resource>
- <directory>saveproperties</directory>
- <filtering>true</filtering>
- </resource>
- </resources>
+ <resource>
+ <directory>saveproperties</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
- </build>
-</profile>
+ </build>
+ </profile>
-<profile>
- <id>update-branding-plugins-about.mappings</id>
- <activation>
- <file>
- <exists>${basedir}/about.mappings</exists>
- </file>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>process-about.mappings</id>
- <phase>prepare-package</phase>
+ <profile>
+ <id>update-branding-plugins-about.mappings</id>
+ <activation>
+ <file>
+ <exists>${basedir}/about.mappings</exists>
+ </file>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>process-about.mappings</id>
+ <phase>prepare-package</phase>
+ <configuration>
+ <outputDirectory>${project.build.directory}</outputDirectory>
+ <overwrite>true</overwrite>
+ <resources>
+ <resource>
+ <directory>${basedir}</directory>
+ <includes>
+ <include>about.mappings</include>
+ </includes>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ </configuration>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <version>${tycho.version}</version>
<configuration>
- <outputDirectory>${project.build.directory}</outputDirectory>
- <overwrite>true</overwrite>
- <resources>
- <resource>
- <directory>${basedir}</directory>
+ <additionalFileSets>
+ <fileSet>
+ <directory>${project.build.directory}</directory>
<includes>
<include>about.mappings</include>
</includes>
- <filtering>true</filtering>
- </resource>
- </resources>
+ </fileSet>
+ </additionalFileSets>
</configuration>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <additionalFileSets>
- <fileSet>
- <directory>${project.build.directory}</directory>
- <includes>
- <include>about.mappings</include>
- </includes>
- </fileSet>
- </additionalFileSets>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</profile>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
diff --git a/eclipse.platform.releng.prereqs.sdk/pom.xml b/eclipse.platform.releng.prereqs.sdk/pom.xml
index aec851825..6b643ea61 100644
--- a/eclipse.platform.releng.prereqs.sdk/pom.xml
+++ b/eclipse.platform.releng.prereqs.sdk/pom.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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>
<groupId>org.eclipse</groupId>
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>
diff --git a/pom.xml b/pom.xml
index ba9e03419..1dc324c13 100644
--- a/pom.xml
+++ b/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>
<groupId>org.eclipse.platform</groupId>
diff --git a/production/downloadsites/eclipse/banner.html b/production/downloadsites/eclipse/banner.html
index b754f7f48..6c83a7dd7 100755
--- a/production/downloadsites/eclipse/banner.html
+++ b/production/downloadsites/eclipse/banner.html
@@ -1,54 +1,46 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
- <head>
- <title>Eclipse Banner</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <style type="text/css">
- .input {
- background: "#ffffcc";
- color: "#000000";
- font-weight: normal;
- }
+<head>
+<title>Eclipse Banner</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<style type="text/css">
+.input {
+ background: "#ffffcc";
+ color: "#000000";
+ font-weight: normal;
+}
- a.nav:link {
- text-decoration: none;
- color: "#000000";
- }
+a.nav:link {
+ text-decoration: none;
+ color: "#000000";
+}
- a.nav:visited {
- text-decoration: none;
- color: "#000000";
- }
+a.nav:visited {
+ text-decoration: none;
+ color: "#000000";
+}
- a.nav:hover {
- text-decoration: underline;
- color: "#000000";
- }
- </style>
- </head>
- <body text="#ffffcc" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b"
- alink="#ff0000">
- <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
- <tr>
- <td WIDTH="100%">
- <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%"
- BGCOLOR="#006699">
- <tr>
- <td BGCOLOR="#000000" width="116"><a
- href="http://www.eclipse.org" target="_top"><img
- src="images/EclipseBannerPic.jpg"
- width="115" height="50" border="0"></a></td>
- <td WIDTH="637"><img
- SRC="images/gradient.jpg" BORDER=0 height=50
- width=282></td>
- <td WIDTH="250"><img
- src="images/eclipse-org-simple-small.GIF"
- width="250" height="48"></td>
- </tr>
- </table>
- </td>
- </tr>
+a.nav:hover {
+ text-decoration: underline;
+ color: "#000000";
+}
+</style>
+</head>
+<body text="#ffffcc" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b" alink="#ff0000">
+ <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
+ <tr>
+ <td WIDTH="100%">
+ <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BGCOLOR="#006699">
+ <tr>
+ <td BGCOLOR="#000000" width="116"><a href="http://www.eclipse.org" target="_top"><img
+ src="images/EclipseBannerPic.jpg" width="115" height="50" border="0"></a></td>
+ <td WIDTH="637"><img SRC="images/gradient.jpg" BORDER=0 height=50 width=282></td>
+ <td WIDTH="250"><img src="images/eclipse-org-simple-small.GIF" width="250" height="48"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
- </table>
- </body>
+ </table>
+</body>
</html>
diff --git a/production/downloadsites/eclipse/default_style.css b/production/downloadsites/eclipse/default_style.css
index 9932b6927..d240b5341 100755
--- a/production/downloadsites/eclipse/default_style.css
+++ b/production/downloadsites/eclipse/default_style.css
@@ -1,4 +1,4 @@
-p,table,td,th {
+p, table, td, th {
font-family: arial, helvetica, geneva;
font-size: 10pt
}
@@ -62,9 +62,10 @@ body {
color: #8080FF
}
-.container_php,.container_default {
+.container_php, .container_default {
padding: 0 20px
}
+
.container_html {
padding: 0 20px
-}
+} \ No newline at end of file
diff --git a/production/downloadsites/eclipse/downloads/DL.footer.php.html b/production/downloadsites/eclipse/downloads/DL.footer.php.html
index ef8e1fb41..2bdc81cb3 100644
--- a/production/downloadsites/eclipse/downloads/DL.footer.php.html
+++ b/production/downloadsites/eclipse/downloads/DL.footer.php.html
@@ -64,8 +64,9 @@
</section>
<div id="copyright" class="col-xs-offset-1 col-sm-14 col-md-24 col-md-offset-0">
<div>
- <span class="hidden-print"><img src="/eclipse.org-common/themes/solstice/public/images/logo/eclipse-logo-bw-800x188.png" alt="Eclipse.org black and white logo" width="166" height="39"
- id="logo-eclipse-white" /></span>
+ <span class="hidden-print"><img
+ src="/eclipse.org-common/themes/solstice/public/images/logo/eclipse-logo-bw-800x188.png"
+ alt="Eclipse.org black and white logo" width="166" height="39" id="logo-eclipse-white" /></span>
<p id="copyright-text">Copyright &copy; 2014 The Eclipse Foundation. All Rights Reserved.</p>
</div>
</div>
diff --git a/production/downloadsites/eclipse/downloads/DL.header.php.html b/production/downloadsites/eclipse/downloads/DL.header.php.html
index 72f6341ff..a360d56a9 100644
--- a/production/downloadsites/eclipse/downloads/DL.header.php.html
+++ b/production/downloadsites/eclipse/downloads/DL.header.php.html
@@ -1,75 +1,70 @@
<!DOCTYPE html>
<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="author" content="Christopher Guindon" />
- <meta name="keywords" content="eclipse.org, Eclipse Foundation" />
- <link href="//fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,100" rel="stylesheet" type="text/css">
- <link rel="shortcut icon" href="/eclipse.org-common/themes/solstice/public/images/favicon.ico" />
- <title><?php echo $pageTitle;?></title>
- <meta property="og:title" content="" />
- <meta property="og:description"
- content="Eclipse is probably best known as a Java IDE, but it is more: it is an IDE framework, a tools framework, an open source project, a community, an eco-system, and a foundation." />
- <meta property="og:image" content="https://www.eclipse.org/eclipse.org-common/themes/Nova/images/eclipse.png" />
-
- <link rel="stylesheet" href="/eclipse.org-common/themes/solstice/public/stylesheets/styles.min.css">
-
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
+<head>
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="author" content="Christopher Guindon" />
+<meta name="keywords" content="eclipse.org, Eclipse Foundation" />
+<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,100" rel="stylesheet" type="text/css">
+<link rel="shortcut icon" href="/eclipse.org-common/themes/solstice/public/images/favicon.ico" />
+<title><?php echo $pageTitle;?></title>
+<meta property="og:title" content="" />
+<meta property="og:description"
+ content="Eclipse is probably best known as a Java IDE, but it is more: it is an IDE framework, a tools framework, an open source project, a community, an eco-system, and a foundation." />
+<meta property="og:image" content="https://www.eclipse.org/eclipse.org-common/themes/Nova/images/eclipse.png" />
+
+<link rel="stylesheet" href="/eclipse.org-common/themes/solstice/public/stylesheets/styles.min.css">
+
+<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
- <style>
- td, th
- {
- padding: 5px;
- text-align: left;
- vertical-align: top;
- }
- table.downloads
- {
- /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
- width: 100%;
- border-collapse: separate;
- *border-collapse: expression('separate', cellSpacing = '1px');
- }
-
- td.latest
- {
- width: 100%;
- background-color: #3b335a;
- color: #FFFFFF;
- }
- td.main
- {
- width: 100%;
- background-color: #76708C;
- color: #FFFFFF;
- }
- td.name, th.name
- {
- width:15%;
- }
-
- td.status, th.status
- {
- width:25%;
- }
-
- td.date, th.date
- {
- width:40%;
- }
-
- </style>
-
- </head>
- <body class="" id="body_solstice">
- <a class="sr-only" href="#content">Skip to main content</a>
- <header role="banner">
+<style>
+td, th {
+ padding: 5px;
+ text-align: left;
+ vertical-align: top;
+}
+
+table.downloads {
+ /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
+ width: 100%;
+ border-collapse: separate;
+ *border-collapse: expression('separate', cellSpacing = '1px');
+}
+
+td.latest {
+ width: 100%;
+ background-color: #3b335a;
+ color: #FFFFFF;
+}
+
+td.main {
+ width: 100%;
+ background-color: #76708C;
+ color: #FFFFFF;
+}
+
+td.name, th.name {
+ width: 15%;
+}
+
+td.status, th.status {
+ width: 25%;
+}
+
+td.date, th.date {
+ width: 40%;
+}
+</style>
+
+</head>
+<body class="" id="body_solstice">
+ <a class="sr-only" href="#content">Skip to main content</a>
+ <header role="banner">
<div class="container">
<div id="row-toolbar" class="text-right hidden-print">
@@ -88,7 +83,9 @@
<div id="header-left" class="col-sm-14 col-md-16 col-lg-19">
<div class="row">
<div class="hidden-xs">
- <a href="http://eclipse.org/"><img src="/eclipse.org-common/themes/solstice/public/images/logo/eclipse-800x188.png" alt="Eclipse.org logo" class="logo-eclipse-default img-responsive" /></a>
+ <a href="http://eclipse.org/"><img
+ src="/eclipse.org-common/themes/solstice/public/images/logo/eclipse-800x188.png" alt="Eclipse.org logo"
+ class="logo-eclipse-default img-responsive" /></a>
</div>
<div id="main-menu" class="navbar row yamm">
<div id="navbar-collapse-1" class="navbar-collapse collapse">
@@ -96,82 +93,88 @@
<li><a href="http://eclipse.org/users/" target="_self">Getting Started </a></li>
<li><a href="http://eclipse.org/membership/" target="_self">Members</a></li>
<li><a href="http://eclipse.org/projects/" target="_self">Projects</a></li>
- <li class="dropdown visible-xs"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
- <li><a href="http://events.eclipse.org">Events</a></li>
- <li><a href="//www.planeteclipse.org/">Planet Eclipse</a></li>
- <li><a href="http://eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
- <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
- </ul></li>
- <li class="dropdown visible-xs"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
- <li><a href="http://eclipse.org/forums/">Forums</a></li>
- <li><a href="http://eclipse.org/mail/">Mailing Lists</a></li>
- <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
- <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
- <li><a href="http://eclipse.org/contribute/">How to Contribute</a></li>
- </ul></li>
- <li class="dropdown visible-xs"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Working Groups <b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li><a href="http://wiki.eclipse.org/Auto_IWG">Automotive</a></li>
- <li><a href="http://iot.eclipse.org">Internet of Things</a></li>
- <li><a href="http://locationtech.org">LocationTech</a></li>
- <li><a href="http://lts.eclipse.org">Long-Term Support</a></li>
- <li><a href="http://polarsys.org">PolarSys</a></li>
- <li><a href="http://science.eclipse.org">Science</a></li>
- </ul></li>
+ <li class="dropdown visible-xs"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b
+ class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
+ <li><a href="http://events.eclipse.org">Events</a></li>
+ <li><a href="//www.planeteclipse.org/">Planet Eclipse</a></li>
+ <li><a href="http://eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
+ <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
+ </ul></li>
+ <li class="dropdown visible-xs"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b
+ class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
+ <li><a href="http://eclipse.org/forums/">Forums</a></li>
+ <li><a href="http://eclipse.org/mail/">Mailing Lists</a></li>
+ <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
+ <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
+ <li><a href="http://eclipse.org/contribute/">How to Contribute</a></li>
+ </ul></li>
+ <li class="dropdown visible-xs"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Working Groups
+ <b class="caret"></b>
+ </a>
+ <ul class="dropdown-menu">
+ <li><a href="http://wiki.eclipse.org/Auto_IWG">Automotive</a></li>
+ <li><a href="http://iot.eclipse.org">Internet of Things</a></li>
+ <li><a href="http://locationtech.org">LocationTech</a></li>
+ <li><a href="http://lts.eclipse.org">Long-Term Support</a></li>
+ <li><a href="http://polarsys.org">PolarSys</a></li>
+ <li><a href="http://science.eclipse.org">Science</a></li>
+ </ul></li>
<!-- More -->
<li class="dropdown hidden-xs"><a data-toggle="dropdown" class="dropdown-toggle">More<b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li>
- <!-- Content container to add padding -->
- <div class="yamm-content">
- <div class="row">
- <ul class="col-sm-8 list-unstyled">
- <li><p>
- <strong>Community</strong>
- </p></li>
- <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
- <li><a href="http://events.eclipse.org">Events</a></li>
- <li><a href="//www.planeteclipse.org/">Planet Eclipse</a></li>
- <li><a href="http://eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
- <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
- </ul>
- <ul class="col-sm-8 list-unstyled">
- <li><p>
- <strong>Participate</strong>
- </p></li>
- <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
- <li><a href="http://eclipse.org/forums/">Forums</a></li>
- <li><a href="http://eclipse.org/mail/">Mailing Lists</a></li>
- <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
- <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
- <li><a href="http://eclipse.org/contribute/">How to Contribute</a></li>
- </ul>
- <ul class="col-sm-8 list-unstyled">
- <li><p>
- <strong>Working Groups</strong>
- </p></li>
- <li><a href="http://wiki.eclipse.org/Auto_IWG">Automotive</a></li>
- <li><a href="http://iot.eclipse.org">Internet of Things</a></li>
- <li><a href="http://locationtech.org">LocationTech</a></li>
- <li><a href="http://lts.eclipse.org">Long-Term Support</a></li>
- <li><a href="http://polarsys.org">PolarSys</a></li>
- <li><a href="http://science.eclipse.org">Science</a></li>
- </ul>
- </div>
- </div>
- </li>
- </ul></li>
+ <ul class="dropdown-menu">
+ <li>
+ <!-- Content container to add padding -->
+ <div class="yamm-content">
+ <div class="row">
+ <ul class="col-sm-8 list-unstyled">
+ <li><p>
+ <strong>Community</strong>
+ </p></li>
+ <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
+ <li><a href="http://events.eclipse.org">Events</a></li>
+ <li><a href="//www.planeteclipse.org/">Planet Eclipse</a></li>
+ <li><a href="http://eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
+ <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
+ </ul>
+ <ul class="col-sm-8 list-unstyled">
+ <li><p>
+ <strong>Participate</strong>
+ </p></li>
+ <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
+ <li><a href="http://eclipse.org/forums/">Forums</a></li>
+ <li><a href="http://eclipse.org/mail/">Mailing Lists</a></li>
+ <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
+ <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
+ <li><a href="http://eclipse.org/contribute/">How to Contribute</a></li>
+ </ul>
+ <ul class="col-sm-8 list-unstyled">
+ <li><p>
+ <strong>Working Groups</strong>
+ </p></li>
+ <li><a href="http://wiki.eclipse.org/Auto_IWG">Automotive</a></li>
+ <li><a href="http://iot.eclipse.org">Internet of Things</a></li>
+ <li><a href="http://locationtech.org">LocationTech</a></li>
+ <li><a href="http://lts.eclipse.org">Long-Term Support</a></li>
+ <li><a href="http://polarsys.org">PolarSys</a></li>
+ <li><a href="http://science.eclipse.org">Science</a></li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ </ul></li>
</ul>
</div>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
- <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
+ <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span
+ class="icon-bar"></span> <span class="icon-bar"></span>
</button>
- <a href="http://eclipse.org/" class="navbar-brand visible-xs"><img src="/eclipse.org-common/themes/solstice/public/images/logo/eclipse-800x188.png" alt="Eclipse.org logo"
+ <a href="http://eclipse.org/" class="navbar-brand visible-xs"><img
+ src="/eclipse.org-common/themes/solstice/public/images/logo/eclipse-800x188.png" alt="Eclipse.org logo"
width="174" class="logo-eclipse-default" /></a>
</div>
</div>
@@ -181,8 +184,9 @@
<div id="header-right-container">
<div id="custom-search-form">
<form action="//www.google.com/cse" id="form-eclipse-search" role="form" class="input-group">
- <input type="hidden" name="cx" value="017941334893793413703:sqfrdtd112s" /> <input id="search-box" placeholder="Search eclipse.org" type="text" name="q" size="25" class="form-control" />
- <span class="input-group-btn">
+ <input type="hidden" name="cx" value="017941334893793413703:sqfrdtd112s" /> <input id="search-box"
+ placeholder="Search eclipse.org" type="text" name="q" size="25" class="form-control" /> <span
+ class="input-group-btn">
<button class="btn btn-default" type="submit">
<i class="fa fa-search"></i>
</button>
@@ -191,16 +195,18 @@
</div>
<!-- /input-group -->
- <script type="text/javascript" src="//www.google.com/coop/cse/brand?form=searchbox_017941334893793413703%3Asqfrdtd112s&amp;lang=en"></script>
- <a id="btn-call-for-action" href="http://eclipse.org/downloads/" class="btn btn-huge btn-warning"><i class="fa fa-download"></i> Packages</a>
+ <script type="text/javascript"
+ src="//www.google.com/coop/cse/brand?form=searchbox_017941334893793413703%3Asqfrdtd112s&amp;lang=en"></script>
+ <a id="btn-call-for-action" href="http://eclipse.org/downloads/" class="btn btn-huge btn-warning"><i
+ class="fa fa-download"></i> Packages</a>
</div>
</div>
</div>
</div>
- </header>
- <section id="breadcrumb" class="defaut-breadcrumbs hidden-print">
+ </header>
+ <section id="breadcrumb" class="defaut-breadcrumbs hidden-print">
<div class="container">
<ol class="breadcrumb">
<li><a href="http://www.eclipse.org/">Home</a></li>
@@ -209,6 +215,6 @@
<li class="active">Download</li>
</ol>
</div>
- </section>
- <main role="main">
- <div class="container background-image-none" id="novaContent" >
+ </section>
+ <main role="main">
+ <div class="container background-image-none" id="novaContent"> \ No newline at end of file
diff --git a/production/downloadsites/eclipse/downloads/ToolTip.css b/production/downloadsites/eclipse/downloads/ToolTip.css
index f424c2671..0814240cc 100644
--- a/production/downloadsites/eclipse/downloads/ToolTip.css
+++ b/production/downloadsites/eclipse/downloads/ToolTip.css
@@ -23,13 +23,13 @@ a {
}
span {z-index =100;
-
+
}
-img,table {
+img, table {
z-index: 1;
}
.tooltipSource {
position: relative;
-}
+} \ No newline at end of file
diff --git a/production/downloadsites/eclipse/downloads/build_types.html b/production/downloadsites/eclipse/downloads/build_types.html
index 15a140bdd..ce45b9d92 100644
--- a/production/downloadsites/eclipse/downloads/build_types.html
+++ b/production/downloadsites/eclipse/downloads/build_types.html
@@ -1,133 +1,81 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
- <head>
- <title>Build Types</title>
- <link rel="stylesheet" href="../default_style.css">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="keywords" content="Eclipse Build Types">
- <meta name="description" content="Eclipse Project Build Types">
- <meta name="author" content="David Williams">
- </head>
- <body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b"
- alink="#ff0000">
- <table border=0 cellspacing=5 cellpadding=2 width="100%">
- <tr>
- <td align=left valign=top colspan="2" bgcolor="#0080c0"><b><font
- face="Arial,Helvetica" color="#ffffff">Eclipse
- Project Build Types</font></b></td>
- </tr>
- <tr>
- <td align=right valign=top><img
- src="../images/Adarrow.gif" border=0 height=16 width=16></td>
- <td>
- <p>
- <b><font face="arial,helvetica,geneva" size="-1">Releases</font></b>
- <br> <font size="-1"
- face="arial,helvetica,geneva"> </font>Releases
- are builds that have been declared major releases by
- the development team - for example &quot;R1.0&quot;.
- Releases are the right builds for people who want to
- be on a stable, tested release, and don't need the
- latest greatest features and improvements. Release
- builds always have an &quot;R&quot; at the beginning
- of the name i.e. R1.0, R2.0 etc. Non-release <font
- size="-1" face="arial,helvetica,geneva">
- builds are named according to the date of the
- build - for example 20011027 is the build from
- Oct 27, 2001.</font><br>
- </p>
- </td>
- </tr>
- <tr>
- <td align=right valign=top><img
- src="../images/Adarrow.gif" border=0 height=16 width=16></td>
- <td><b><font face="arial,helvetica,geneva"
- size="-1">Stable Builds</font></b> <br> <font
- size="-1" face="arial,helvetica,geneva"> Stable
- builds are integration builds that have been found
- to be stable enough for most people to use. They are
- promoted from integration build to stable build by
- the architecture team after they have been used for
- a few days and deemed reasonably stable. The latest
- stable build is the right build for people who want
- to stay up to date with what is going on in the
- latest development stream, and don't mind putting up
- with a few problems n in order to get the latest
- greatest features and bug fixes. The latest stable
- build is the one the development team likes people
- to be using, because of the valuable and timely
- feedback. </font></td>
- </tr>
- <tr>
- <td align=right valign=top><img
- src="../images/Adarrow.gif" border=0 height=16 width=16></td>
- <td>
- <p>
- <b><font face="arial,helvetica,geneva" size="-1">Integration
- Builds</font></b> <br> <font size="-1"
- face="arial,helvetica,geneva">
- Periodically, component teams version off their
- work in what they believe is a stable,
- consistent state, and they update the build
- configuration to indicate that the next
- integration build should take this version of
- the component. Integration builds are built from
- these stable component versions that have been
- specified by each component team as the best
- version available. Integration builds may be
- promoted to stable builds after a few days of
- testing. Integration builds are built whenever
- new stable component versions are released into
- the build.</font>
- </p>
- </td>
- </tr>
- <TR>
- <TD ALIGN=right VALIGN=top><IMG
- SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
- <TD><B><FONT FACE="arial,helvetica,geneva"
- SIZE="-1">Nightly Builds</FONT></B><BR> <FONT
- SIZE="-1" FACE="arial,helvetica,geneva"> Nightly
- builds are produced every night from whatever has
- been released into the master branch of the Git
- repository. They are completely untested and will
- almost always have major problems. Many will not
- work at all. These drops are normally only useful to
- developers actually working on the Eclipse Project.
- Because nightly builds are produced in a different
- way from integration builds, bundles from nightly
- builds should not be mixed with bundles from other
- types of builds. </FONT></TD>
- </TR>
- <TR>
- <TD ALIGN=right VALIGN=top><IMG
- SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
- <TD><B><FONT FACE="arial,helvetica,geneva"
- SIZE="-1">Maintenance Builds</FONT></B><BR> <FONT
- SIZE="-1" FACE="arial,helvetica,geneva">
- Maintenance builds are produced periodically to
- incorporate fixes into an existing release. They are
- typically built from tagged plug-in and feature
- pojects in a maintenance branch of the Git
- repository (i.e. R3_7_maintenance). Maintenance
- builds are promoted to a minor or service release
- (i.e. R3.7 or R3.7.1) after development teams have
- deemed one to be stable following one or more
- test-fix pass cycles. </FONT></TD>
- </TR>
- <TR>
- <TD ALIGN=right VALIGN=top><IMG
- SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
- <TD><B><FONT FACE="arial,helvetica,geneva"
- SIZE="-1">Patch Builds</FONT></B><BR> <FONT
- SIZE="-1" FACE="arial,helvetica,geneva">
- Patch builds are produced rarely, but occasionally, to
- incorporate important fixes into an existing release, or perhaps
- even new features. They are intended to apply to only one specific
- release with the fixes or features being included in the next release.
- </FONT></TD>
- </TR>
- </table>
- <h3>&nbsp;</h3>
- </body>
+<head>
+<title>Build Types</title>
+<link rel="stylesheet" href="../default_style.css">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta name="keywords" content="Eclipse Build Types">
+<meta name="description" content="Eclipse Project Build Types">
+<meta name="author" content="David Williams">
+</head>
+<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b" alink="#ff0000">
+ <table border=0 cellspacing=5 cellpadding=2 width="100%">
+ <tr>
+ <td align=left valign=top colspan="2" bgcolor="#0080c0"><b><font face="Arial,Helvetica" color="#ffffff">Eclipse
+ Project Build Types</font></b></td>
+ </tr>
+ <tr>
+ <td align=right valign=top><img src="../images/Adarrow.gif" border=0 height=16 width=16></td>
+ <td>
+ <p>
+ <b><font face="arial,helvetica,geneva" size="-1">Releases</font></b> <br> <font size="-1"
+ face="arial,helvetica,geneva"> </font>Releases are builds that have been declared major releases by the development team
+ - for example &quot;R1.0&quot;. Releases are the right builds for people who want to be on a stable, tested release, and
+ don't need the latest greatest features and improvements. Release builds always have an &quot;R&quot; at the beginning of
+ the name i.e. R1.0, R2.0 etc. Non-release <font size="-1" face="arial,helvetica,geneva"> builds are named according
+ to the date of the build - for example 20011027 is the build from Oct 27, 2001.</font><br>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td align=right valign=top><img src="../images/Adarrow.gif" border=0 height=16 width=16></td>
+ <td><b><font face="arial,helvetica,geneva" size="-1">Stable Builds</font></b> <br> <font size="-1"
+ face="arial,helvetica,geneva"> Stable builds are integration builds that have been found to be stable enough for most
+ people to use. They are promoted from integration build to stable build by the architecture team after they have been used
+ for a few days and deemed reasonably stable. The latest stable build is the right build for people who want to stay up to
+ date with what is going on in the latest development stream, and don't mind putting up with a few problems n in order to
+ get the latest greatest features and bug fixes. The latest stable build is the one the development team likes people to be
+ using, because of the valuable and timely feedback. </font></td>
+ </tr>
+ <tr>
+ <td align=right valign=top><img src="../images/Adarrow.gif" border=0 height=16 width=16></td>
+ <td>
+ <p>
+ <b><font face="arial,helvetica,geneva" size="-1">Integration Builds</font></b> <br> <font size="-1"
+ face="arial,helvetica,geneva"> Periodically, component teams version off their work in what they believe is a
+ stable, consistent state, and they update the build configuration to indicate that the next integration build should
+ take this version of the component. Integration builds are built from these stable component versions that have been
+ specified by each component team as the best version available. Integration builds may be promoted to stable builds
+ after a few days of testing. Integration builds are built whenever new stable component versions are released into the
+ build.</font>
+ </p>
+ </td>
+ </tr>
+ <TR>
+ <TD ALIGN=right VALIGN=top><IMG SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
+ <TD><B><FONT FACE="arial,helvetica,geneva" SIZE="-1">Nightly Builds</FONT></B><BR> <FONT SIZE="-1"
+ FACE="arial,helvetica,geneva"> Nightly builds are produced every night from whatever has been released into the
+ master branch of the Git repository. They are completely untested and will almost always have major problems. Many will
+ not work at all. These drops are normally only useful to developers actually working on the Eclipse Project. Because
+ nightly builds are produced in a different way from integration builds, bundles from nightly builds should not be mixed
+ with bundles from other types of builds. </FONT></TD>
+ </TR>
+ <TR>
+ <TD ALIGN=right VALIGN=top><IMG SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
+ <TD><B><FONT FACE="arial,helvetica,geneva" SIZE="-1">Maintenance Builds</FONT></B><BR> <FONT SIZE="-1"
+ FACE="arial,helvetica,geneva"> Maintenance builds are produced periodically to incorporate fixes into an existing
+ release. They are typically built from tagged plug-in and feature pojects in a maintenance branch of the Git repository
+ (i.e. R3_7_maintenance). Maintenance builds are promoted to a minor or service release (i.e. R3.7 or R3.7.1) after
+ development teams have deemed one to be stable following one or more test-fix pass cycles. </FONT></TD>
+ </TR>
+ <TR>
+ <TD ALIGN=right VALIGN=top><IMG SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
+ <TD><B><FONT FACE="arial,helvetica,geneva" SIZE="-1">Patch Builds</FONT></B><BR> <FONT SIZE="-1"
+ FACE="arial,helvetica,geneva"> Patch builds are produced rarely, but occasionally, to incorporate important fixes
+ into an existing release, or perhaps even new features. They are intended to apply to only one specific release with the
+ fixes or features being included in the next release. </FONT></TD>
+ </TR>
+ </table>
+ <h3>&nbsp;</h3>
+</body>
</html>
diff --git a/production/downloadsites/eclipse/home_nav.html b/production/downloadsites/eclipse/home_nav.html
index 2a26a5931..b93fed2da 100755
--- a/production/downloadsites/eclipse/home_nav.html
+++ b/production/downloadsites/eclipse/home_nav.html
@@ -1,81 +1,61 @@
<!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>Eclipse Home Navigator</title>
- <base target="main">
- <link rel="stylesheet" href="nav_style.css" type="text/css">
- </head>
- <body text="#000000" bgcolor="#6699CC" link="#FFFFCC" vlink="#551A8B"
- alink="#FF0000">
- <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%"
- BGCOLOR="#90C8FF">
- <tr>
- <td VALIGN="middle" HEIGHT="21" BGCOLOR="#0080C0">&nbsp;
- <a href="http://www.eclipse.org/community/index.html"
- target="_top" class="navhead"> eclipse corner </a>
- </td>
- </tr>
- <tr VALIGN="middle">
- <td HEIGHT="21">&nbsp; <a
- href="http://www.eclipse.org/community/index.html"
- class="nav" target="_top">projects</a></td>
- </tr>
- <tr>
- <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1
- width=1></td>
- </tr>
- <tr VALIGN="middle">
- <td HEIGHT="21">&nbsp; <a href="downloads/index.html"
- class="nav" target="_top">downloads</a></td>
- </tr>
- <tr>
- <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1
- width=1></td>
- </tr>
- <tr VALIGN="middle">
- <td HEIGHT="21">&nbsp; <a
- href="http://www.eclipse.org/articles/index.html"
- class="nav" target="_top">articles</a></td>
- </tr>
- <tr>
- <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1
- width=1></td>
- </tr>
- <tr VALIGN="middle">
- <td HEIGHT="21">&nbsp; <a
- href="http://www.eclipse.org/newsgroups/index.html"
- class="nav" target="_top">newsgroups</a></td>
- </tr>
- <tr>
- <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1
- width=1></td>
- </tr>
- <tr VALIGN="middle">
- <td VALIGN="middle" HEIGHT="21">&nbsp; <a
- href="http://www.eclipse.org/mail/index.html"
- class="nav" target="_parent">mailing lists</a></td>
- </tr>
- <tr>
- <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1
- width=1></td>
- </tr>
- <tr VALIGN="middle">
- <td HEIGHT="21">&nbsp; <a
- href="http://www.eclipse.org/search.html" class="nav">search</a></td>
- </tr>
- <tr>
- <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1
- width=1></td>
- </tr>
- <tr VALIGN="middle">
- <td HEIGHT="21">&nbsp; <a
- href="http://dev.eclipse.org/bugs/" class="nav">bugs</a></td>
- </tr>
- <tr>
- <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1
- width=1></td>
- </tr>
- </table>
- </body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Eclipse Home Navigator</title>
+<base target="main">
+<link rel="stylesheet" href="nav_style.css" type="text/css">
+</head>
+<body text="#000000" bgcolor="#6699CC" link="#FFFFCC" vlink="#551A8B" alink="#FF0000">
+ <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BGCOLOR="#90C8FF">
+ <tr>
+ <td VALIGN="middle" HEIGHT="21" BGCOLOR="#0080C0">&nbsp; <a href="http://www.eclipse.org/community/index.html"
+ target="_top" class="navhead"> eclipse corner </a>
+ </td>
+ </tr>
+ <tr VALIGN="middle">
+ <td HEIGHT="21">&nbsp; <a href="http://www.eclipse.org/community/index.html" class="nav" target="_top">projects</a></td>
+ </tr>
+ <tr>
+ <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1 width=1></td>
+ </tr>
+ <tr VALIGN="middle">
+ <td HEIGHT="21">&nbsp; <a href="downloads/index.html" class="nav" target="_top">downloads</a></td>
+ </tr>
+ <tr>
+ <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1 width=1></td>
+ </tr>
+ <tr VALIGN="middle">
+ <td HEIGHT="21">&nbsp; <a href="http://www.eclipse.org/articles/index.html" class="nav" target="_top">articles</a></td>
+ </tr>
+ <tr>
+ <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1 width=1></td>
+ </tr>
+ <tr VALIGN="middle">
+ <td HEIGHT="21">&nbsp; <a href="http://www.eclipse.org/newsgroups/index.html" class="nav" target="_top">newsgroups</a></td>
+ </tr>
+ <tr>
+ <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1 width=1></td>
+ </tr>
+ <tr VALIGN="middle">
+ <td VALIGN="middle" HEIGHT="21">&nbsp; <a href="http://www.eclipse.org/mail/index.html" class="nav" target="_parent">mailing
+ lists</a></td>
+ </tr>
+ <tr>
+ <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1 width=1></td>
+ </tr>
+ <tr VALIGN="middle">
+ <td HEIGHT="21">&nbsp; <a href="http://www.eclipse.org/search.html" class="nav">search</a></td>
+ </tr>
+ <tr>
+ <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1 width=1></td>
+ </tr>
+ <tr VALIGN="middle">
+ <td HEIGHT="21">&nbsp; <a href="http://dev.eclipse.org/bugs/" class="nav">bugs</a></td>
+ </tr>
+ <tr>
+ <td BGCOLOR="#CFFFFF"><img SRC="images/c.gif" height=1 width=1></td>
+ </tr>
+ </table>
+</body>
</html>
diff --git a/production/downloadsites/eclipse/nav_style.css b/production/downloadsites/eclipse/nav_style.css
index 7ef43b2cb..a8d7d445e 100755
--- a/production/downloadsites/eclipse/nav_style.css
+++ b/production/downloadsites/eclipse/nav_style.css
@@ -1,4 +1,4 @@
-p,table,td,th {
+p, table, td, th {
font-family: arial, helvetica, geneva;
font-size: 10pt
}
@@ -81,4 +81,4 @@ a.navhead:visited {
a.navhead:hover {
text-decoration: underline;
-}
+} \ No newline at end of file
diff --git a/production/downloadsites/equinox/build_types.html b/production/downloadsites/equinox/build_types.html
index ad311102d..01ff8d0be 100644
--- a/production/downloadsites/equinox/build_types.html
+++ b/production/downloadsites/equinox/build_types.html
@@ -1,118 +1,71 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
- <head>
- <title>Eclipse Corner</title>
- <link rel="stylesheet" href="../default_style.css">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- </head>
- <body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b"
- alink="#ff0000">
- <table border=0 cellspacing=5 cellpadding=2 width="100%">
- <tr>
- <td align=left valign=top colspan="2" bgcolor="#0080c0"><b><font
- face="Arial,Helvetica" color="#ffffff">Eclipse
- Project Build Types</font></b></td>
- </tr>
- <tr>
- <td align=right valign=top><img
- src="../images/Adarrow.gif" border=0 height=16 width=16></td>
- <td>
- <p>
- <b><font face="arial,helvetica,geneva" size="-1">Releases</font></b>
- <br> <font size="-1"
- face="arial,helvetica,geneva"> </font>Releases
- are builds that have been declared major releases by
- the development team - for example &quot;R1.0&quot;.
- Releases are the right builds for people who want to
- be on a stable, tested release, and don't need the
- latest greatest features and improvements. Release
- builds always have an &quot;R&quot; at the beginning
- of the name i.e. R1.0, R2.0 etc. Non-release <font
- size="-1" face="arial,helvetica,geneva">
- builds are named according to the date of the
- build - for example 20011027 is the build from
- Oct 27, 2001.</font><br>
- </p>
- </td>
- </tr>
- <tr>
- <td align=right valign=top><img
- src="../images/Adarrow.gif" border=0 height=16 width=16></td>
- <td><b><font face="arial,helvetica,geneva"
- size="-1">Stable Builds</font></b> <br> <font
- size="-1" face="arial,helvetica,geneva"> Stable
- builds are integration builds that have been found
- to be stable enough for most people to use. They are
- promoted from integration build to stable build by
- the architecture team after they have been used for
- a few days and deemed reasonably stable. The latest
- stable build is the right build for people who want
- to stay up to date with what is going on in the
- latest development stream, and don't mind putting up
- with a few problems n in order to get the latest
- greatest features and bug fixes. The latest stable
- build is the one the development team likes people
- to be using, because of the valuable and timely
- feedback. </font></td>
- </tr>
- <tr>
- <td align=right valign=top><img
- src="../images/Adarrow.gif" border=0 height=16 width=16></td>
- <td>
- <p>
- <b><font face="arial,helvetica,geneva" size="-1">Integration
- Builds</font></b> <br> <font size="-1"
- face="arial,helvetica,geneva">
- Periodically, component teams version off their
- work in what they believe is a stable,
- consistent state, and they update the build
- configuration to indicate that the next
- integration build should take this version of
- the component. Integration builds are built from
- these stable component versions that have been
- specified by each component team as the best
- version available. Integration builds may be
- promoted to stable builds after a few days of
- testing. Integration builds are built whenever
- new stable component versions are released into
- the build.</font>
- </p>
- </td>
- </tr>
- <TR>
- <TD ALIGN=right VALIGN=top><IMG
- SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
- <TD><B><FONT FACE="arial,helvetica,geneva"
- SIZE="-1">Nightly Builds</FONT></B><BR> <FONT
- SIZE="-1" FACE="arial,helvetica,geneva"> Nightly
- builds are produced every night from whatever has
- been released into the master branch of the Git
- repository. They are completely untested and will
- almost always have major problems. Many will not
- work at all. These drops are normally only useful to
- developers actually working on the Eclipse Project.
- Because nightly builds are produced in a different
- way from integration builds, bundles from nightly
- builds should not be mixed with bundles from other
- types of builds. </FONT></TD>
- </TR>
- <TR>
- <TD ALIGN=right VALIGN=top><IMG
- SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
- <TD><B><FONT FACE="arial,helvetica,geneva"
- SIZE="-1">Maintenance Builds</FONT></B><BR> <FONT
- SIZE="-1" FACE="arial,helvetica,geneva">
- Maintenance builds are produced periodically to
- incorporate fixes into an existing release. They are
- typically built from tagged plug-in and feature
- pojects in a maintenance branch of the Git
- repository (i.e. R3_7_maintenance). Maintenance
- builds are promoted to a minor or service release
- (i.e. R3.7 or R3.7.1) after development teams have
- deemed one to be stable following one or more
- test-fix pass cycles. </FONT></TD>
- </TR>
- </table>
- <h3>&nbsp;</h3>
- </body>
+<head>
+<title>Eclipse Corner</title>
+<link rel="stylesheet" href="../default_style.css">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b" alink="#ff0000">
+ <table border=0 cellspacing=5 cellpadding=2 width="100%">
+ <tr>
+ <td align=left valign=top colspan="2" bgcolor="#0080c0"><b><font face="Arial,Helvetica" color="#ffffff">Eclipse
+ Project Build Types</font></b></td>
+ </tr>
+ <tr>
+ <td align=right valign=top><img src="../images/Adarrow.gif" border=0 height=16 width=16></td>
+ <td>
+ <p>
+ <b><font face="arial,helvetica,geneva" size="-1">Releases</font></b> <br> <font size="-1"
+ face="arial,helvetica,geneva"> </font>Releases are builds that have been declared major releases by the development team
+ - for example &quot;R1.0&quot;. Releases are the right builds for people who want to be on a stable, tested release, and
+ don't need the latest greatest features and improvements. Release builds always have an &quot;R&quot; at the beginning of
+ the name i.e. R1.0, R2.0 etc. Non-release <font size="-1" face="arial,helvetica,geneva"> builds are named according
+ to the date of the build - for example 20011027 is the build from Oct 27, 2001.</font><br>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td align=right valign=top><img src="../images/Adarrow.gif" border=0 height=16 width=16></td>
+ <td><b><font face="arial,helvetica,geneva" size="-1">Stable Builds</font></b> <br> <font size="-1"
+ face="arial,helvetica,geneva"> Stable builds are integration builds that have been found to be stable enough for most
+ people to use. They are promoted from integration build to stable build by the architecture team after they have been used
+ for a few days and deemed reasonably stable. The latest stable build is the right build for people who want to stay up to
+ date with what is going on in the latest development stream, and don't mind putting up with a few problems n in order to
+ get the latest greatest features and bug fixes. The latest stable build is the one the development team likes people to be
+ using, because of the valuable and timely feedback. </font></td>
+ </tr>
+ <tr>
+ <td align=right valign=top><img src="../images/Adarrow.gif" border=0 height=16 width=16></td>
+ <td>
+ <p>
+ <b><font face="arial,helvetica,geneva" size="-1">Integration Builds</font></b> <br> <font size="-1"
+ face="arial,helvetica,geneva"> Periodically, component teams version off their work in what they believe is a
+ stable, consistent state, and they update the build configuration to indicate that the next integration build should
+ take this version of the component. Integration builds are built from these stable component versions that have been
+ specified by each component team as the best version available. Integration builds may be promoted to stable builds
+ after a few days of testing. Integration builds are built whenever new stable component versions are released into the
+ build.</font>
+ </p>
+ </td>
+ </tr>
+ <TR>
+ <TD ALIGN=right VALIGN=top><IMG SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
+ <TD><B><FONT FACE="arial,helvetica,geneva" SIZE="-1">Nightly Builds</FONT></B><BR> <FONT SIZE="-1"
+ FACE="arial,helvetica,geneva"> Nightly builds are produced every night from whatever has been released into the
+ master branch of the Git repository. They are completely untested and will almost always have major problems. Many will
+ not work at all. These drops are normally only useful to developers actually working on the Eclipse Project. Because
+ nightly builds are produced in a different way from integration builds, bundles from nightly builds should not be mixed
+ with bundles from other types of builds. </FONT></TD>
+ </TR>
+ <TR>
+ <TD ALIGN=right VALIGN=top><IMG SRC="../images/Adarrow.gif" BORDER=0 HEIGHT=16 WIDTH=16></TD>
+ <TD><B><FONT FACE="arial,helvetica,geneva" SIZE="-1">Maintenance Builds</FONT></B><BR> <FONT SIZE="-1"
+ FACE="arial,helvetica,geneva"> Maintenance builds are produced periodically to incorporate fixes into an existing
+ release. They are typically built from tagged plug-in and feature pojects in a maintenance branch of the Git repository
+ (i.e. R3_7_maintenance). Maintenance builds are promoted to a minor or service release (i.e. R3.7 or R3.7.1) after
+ development teams have deemed one to be stable following one or more test-fix pass cycles. </FONT></TD>
+ </TR>
+ </table>
+ <h3>&nbsp;</h3>
+</body>
</html>
diff --git a/production/downloadsites/equinox/equinox.css b/production/downloadsites/equinox/equinox.css
index d73e9e0a8..2b0b1d00b 100644
--- a/production/downloadsites/equinox/equinox.css
+++ b/production/downloadsites/equinox/equinox.css
@@ -37,4 +37,4 @@ p.subbar {
font-size: 1.2em;
letter-spacing: 5px;
text-align: left;
-}
+} \ No newline at end of file
diff --git a/production/downloadsites/equinox/right-links.html b/production/downloadsites/equinox/right-links.html
index 9bf0c2dc7..9d3d902bb 100755
--- a/production/downloadsites/equinox/right-links.html
+++ b/production/downloadsites/equinox/right-links.html
@@ -2,18 +2,15 @@
<div class="sideitem">
<h6>Buy The Book</h6>
<p>
- <a href="http://equinoxosgi.org"> <img
- src="http://eclipse.org/equinox/images/osgi-and-equinox-cover.png"
- style="position: relative; left: 33px; top: 2pt;" /></a>
+ <a href="http://equinoxosgi.org"> <img src="http://eclipse.org/equinox/images/osgi-and-equinox-cover.png"
+ style="position: relative; left: 33px; top: 2pt;" /></a>
</p>
</div>
<div class="sideitem">
<h6>
- Equinox News <a
- href="http://pipes.yahoo.com/pipes/pipe.run?_id=29fa792a21689d660776bb62478167c9%26_render=rss"
- class="rssIcon"><img
- src="http://eclipse.org/rt/images/feed.png" alt="feed" /></a>
+ Equinox News <a href="http://pipes.yahoo.com/pipes/pipe.run?_id=29fa792a21689d660776bb62478167c9%26_render=rss"
+ class="rssIcon"><img src="http://eclipse.org/rt/images/feed.png" alt="feed" /></a>
</h6>
<div id="rssFeed"></div>
<script type="text/javascript">
@@ -22,12 +19,11 @@
{ limit: 5, header : false, titletag : "h5", date : true, content : false } );
} );
</script>
- </div>
-
- <div style="position: relative; margin-bottom: 10px;">
- <a href="http://eclipse.org/eclipsert/"><img alt="EclipseRT"
- src="http://eclipse.org/equinox/images/EclipseRT.png"
- style="position: relative; left: 55px; top: 0pt;" /></a>
- </div>
+ </div>
+ <div style="position: relative; margin-bottom: 10px;">
+ <a href="http://eclipse.org/eclipsert/"><img alt="EclipseRT" src="http://eclipse.org/equinox/images/EclipseRT.png"
+ style="position: relative; left: 55px; top: 0pt;" /></a>
</div>
+
+</div>

Back to the top