Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-10-21 07:14:45 +0000
committerAlexander Kurtakov2020-10-21 07:14:45 +0000
commit4a8a6f99ba076bea6d98f2c1c11d85f6ac77ea3e (patch)
treed35b3f85fc3365f4cb420ba1ce001f194f2d6547
parentb085d581f0fa04189de8bef47127cc08b442499f (diff)
downloadeclipse.platform.releng.aggregator-4a8a6f99ba076bea6d98f2c1c11d85f6ac77ea3e.tar.gz
eclipse.platform.releng.aggregator-4a8a6f99ba076bea6d98f2c1c11d85f6ac77ea3e.tar.xz
eclipse.platform.releng.aggregator-4a8a6f99ba076bea6d98f2c1c11d85f6ac77ea3e.zip
Bug 568059 - Stop building and publishing sdk examples zip
It's in the p2 repo and is better installed that way so all deps are autoresolved and installed too. Change-Id: Ib42928ffded1557576679814a276d45ed9a09be3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml46
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html17
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java16.php10
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_master.php10
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml7
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/repos/build.xml5
6 files changed, 2 insertions, 93 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
index 170c5748b..57511e780 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
@@ -659,52 +659,6 @@
</configuration>
</execution>
<execution>
- <id>mirror-org.eclipse.sdk.examples.source</id>
- <phase>package</phase>
- <goals>
- <goal>mirror</goal>
- </goals>
- <configuration>
- <source>
- <!-- source repositories to mirror from -->
- <repository>
- <url>${project.baseUri}/target/repository</url>
- <layout>p2</layout>
- <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
- </repository>
- </source>
- <!-- starting from here all configuration parameters are optional -->
- <!-- they are only shown here with default values for documentation purpose -->
- <!-- List of IUs to mirror. If omitted, allIUs will be mirrored. -->
- <!-- Omitted IU version element means latest version of the IU -->
- <ius>
- <iu>
- <id>org.eclipse.sdk.examples.source.feature.group</id>
- </iu>
- </ius>
- <!-- The destination directory to mirror to. -->
- <destination>${project.build.directory}/repos/org.eclipse.sdk.examples.source</destination>
- <!-- Whether only strict dependencies should be followed. -->
- <!-- "strict" means perfect version match -->
- <followStrictOnly>true</followStrictOnly>
- <!-- Whether or not to follow optional requirements. -->
- <includeOptional>false</includeOptional>
- <!-- Whether or not to follow non-greedy requirements. -->
- <includeNonGreedy>false</includeNonGreedy>
- <!-- Filter properties. E.g. filter only one platform -->
- <!-- Whether to filter the resulting set of IUs to only -->
- <!-- include the latest version of each IU -->
- <latestVersionOnly>true</latestVersionOnly>
- <!-- don't mirror artifacts, only metadata -->
- <mirrorMetadataOnly>false</mirrorMetadataOnly>
- <!-- whether to compress the content.xml/artifacts.xml -->
- <compress>true</compress>
- <!-- whether to append to the target repository content -->
- <append>true</append>
- <includePacked>false</includePacked>
- </configuration>
- </execution>
- <execution>
<id>mirror-org.eclipse.platform</id>
<phase>package</phase>
<goals>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
index 2b293d45b..0f6d20117 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
@@ -36,7 +36,6 @@
<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="#ExamplePlugins">Example Plug-ins</a></li>
<li><a href="#RCPRuntime">RCP Runtime Binary</a></li>
<li><a href="#RCPSDK">RCP SDK</a></li>
<li><a href="#DeltaPack">Delta Pack</a></li>
@@ -86,17 +85,6 @@
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>
- </ul></li>
<li><a name="RCPRuntime"> <b> RCP Runtime Binary </b>
</a>
<ul>
@@ -207,9 +195,8 @@
<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="https://www.eclipse.org/swt/examples.php">here</a>. For example:
+ href="https://download.eclipse.org/eclipse/updates/">here</a>/$VERSION/plugins/org.eclipse.swt.examples_*.jar. Then copy the file
+ to C:\SWT. Now you can run the examples that are described <a href="https://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
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java16.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java16.php
index a2dd87395..c6f39a4ee 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java16.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java16.php
@@ -68,7 +68,6 @@ require("DL.thin.header.php.html");
<li><a href="#Repository">Eclipse p2 Repository</a></li>
<li><a href="#EclipseSDK">Eclipse SDK</a></li>
<li><a href="#JUnitPlugin">Tests and 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>
<!-- <li><a href="#DeltaPack">Delta Pack</a></li> -->
@@ -388,15 +387,6 @@ else {
%tests%
</table>
-<h3 id="ExamplePlugins">Example Plug-ins&nbsp;<a href="details.html#ExamplePlugins"><i class="fa fa-info-circle">&nbsp;</i></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-%example%
-</table>
-
<h3 id="RCPRuntime">RCP Runtime Binary&nbsp;<a href="details.html#RCPRuntime"><i class="fa fa-info-circle">&nbsp;</i></a>
</h3>
<?php startTable(); ?>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_master.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_master.php
index ceaffc6e7..b827b8974 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_master.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_master.php
@@ -68,7 +68,6 @@ require("DL.thin.header.php.html");
<li><a href="#Repository">Eclipse p2 Repository</a></li>
<li><a href="#EclipseSDK">Eclipse SDK</a></li>
<li><a href="#JUnitPlugin">Tests and 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>
<!-- <li><a href="#DeltaPack">Delta Pack</a></li> -->
@@ -393,15 +392,6 @@ else {
%tests%
</table>
-<h3 id="ExamplePlugins">Example Plug-ins&nbsp;<a href="details.html#ExamplePlugins"><i class="fa fa-info-circle">&nbsp;</i></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-%example%
-</table>
-
<h3 id="RCPRuntime">RCP Runtime Binary&nbsp;<a href="details.html#RCPRuntime"><i class="fa fa-info-circle">&nbsp;</i></a>
</h3>
<?php startTable(); ?>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index d754797e6..32df7259a 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -46,13 +46,6 @@
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; alt=&quot;Examples&quot; /> Eclipse Examples Repo"
- fileName="org.eclipse.sdk.examples.source-${BUILD_ID}.zip"></platform>
- </zipType>
-
<zipType name="RCP Runtime Binary">
<platform
id="RCPR"
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/repos/build.xml b/eclipse.platform.releng.tychoeclipsebuilder/repos/build.xml
index 3aea80c52..8354357db 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/repos/build.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/repos/build.xml
@@ -5,7 +5,6 @@
<antcall target="pde-api" />
<antcall target="jdt" />
<antcall target="cvs" />
- <antcall target="sdkexamples" />
<antcall target="pdesource" />
<antcall target="jdtsource" />
<antcall target="cvssource" />
@@ -27,10 +26,6 @@
<buildRepos feature="org.eclipse.cvs" />
</target>
- <target name="sdkexamples">
- <buildRepos feature="org.eclipse.sdk.examples.source" />
- </target>
-
<target name="pdesource">
<buildReposSource feature="org.eclipse.pde" />
</target>

Back to the top