Skip to content

Commit

Permalink
all help links shall use latest as version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen authored and laeubi committed Oct 17, 2024
1 parent 5d487d6 commit 5dfc20b
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public EquinoxInstallation createInstallation(EquinoxInstallationDescription des
}

if (!frameworkExtensions.isEmpty()) {
// see osgi.framework.extensions at https://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html
// see osgi.framework.extensions at https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html
Collection<String> bundleNames = unpackFrameworkExtensions(location, frameworkExtensions);
p.setProperty("osgi.framework", copySystemBundle(description, location));
p.setProperty("osgi.framework.extensions", StringUtils.join(bundleNames.iterator(), ","));
Expand Down Expand Up @@ -203,7 +203,7 @@ private Manifest getManifest(File file) throws IOException {
* See
*
* <pre>
* https://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html#osgidev
* https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html#osgidev
* </pre>
*/
private String createDevProperties(File location, Map<String, String> devEntries) throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Represents a PDE build.properties file as defined by
*
* <pre>
* {@link https://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.pde.doc.user/reference/pde_feature_generating_build.htm} .
* {@link https://help.eclipse.org/latest/index.jsp?topic=/org.eclipse.pde.doc.user/reference/pde_feature_generating_build.htm} .
* </pre>
*
* Note that not all keys defined by PDE are supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
import org.osgi.framework.Constants;

/**
* See https://help.eclipse.org/ganymede/topic/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm
* See https://help.eclipse.org/latest/topic/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm
*/

@Component(role = org.codehaus.plexus.compiler.Compiler.class, hint = "jdt")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class StandardExecutionEnvironment implements Comparable<StandardExecutio
private static final Map<String, String> TARGET_ALIASES;

static {
// https://help.eclipse.org/juno/topic/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm
// https://help.eclipse.org/latest/topic/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm

Map<String, String> targetAliases = new HashMap<>();
targetAliases.put("jsr14", "1.4");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public String getLocation() {
/**
* Returns true if Eclipse-BundleShape header is set to dir.
*
* https://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/
* https://help.eclipse.org/latest/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/
* bundle_manifest.html
*
* https://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/**
* This class handles definitions of root files in build.properties according to
* https://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_rootfiles.htm
* https://help.eclipse.org/latest/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_rootfiles.htm
* <br>
*/
public class FeatureRootAdvice implements IFeatureRootAdvice {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/**
* Maven plugin front-end for org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication.
* Intended as a replacement for the <a href=
* "https://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm"
* "https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm"
* >p2.mirror ant task</a>.
*/
@Mojo(name = "mirror", threadSafe = true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import de.pdark.decentxml.XMLWriter;

/**
* https://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/reference/misc/
* https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.isv/reference/misc/
* feature_manifest.html
*/
public class Feature {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import de.pdark.decentxml.XMLWriter;

/**
* https://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/reference/misc/update_sitemap
* https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.isv/reference/misc/update_sitemap
* .html
*/
public class UpdateSite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* Adds category IUs to existing metadata repository.
* https://help.eclipse.org/galileo/index.jsp?topic
* https://help.eclipse.org/latest/index.jsp?topic
* =/org.eclipse.platform.doc.isv/guide/p2_publisher.html
*/
@Mojo(name = "category-p2-metadata", threadSafe = true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ protected File createMavenAdvice(Artifact artifact) throws MojoExecutionExceptio
}

private void addProvidesAndProperty(Properties properties, String key, String value, int i) {
//see https://help.eclipse.org/2021-03/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_customizing_metadata.html
//see https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_customizing_metadata.html
addProvides(properties, key.replace('-', '.'), value, null, i);
addProperty(properties, key, value, i);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/**
* <p>
* This mojo generates the build qualifier according to the <a href=
* "https://help.eclipse.org/kepler/topic/org.eclipse.pde.doc.user/tasks/pde_version_qualifiers.htm"
* "https://help.eclipse.org/latest/topic/org.eclipse.pde.doc.user/tasks/pde_version_qualifiers.htm"
* >rules described in the PDE documentation</a>:
* <ol>
* <li>Explicit -DforceContextQualifier command line parameter</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public enum MissingSourcesAction {

/**
* Use this to explicitly set the <a href=
* "https://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Ffeature_editor%2Ffeature_editor.htm"
* "https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Ffeature_editor%2Ffeature_editor.htm"
* > branding plugin attribute</a> of the generated source feature (overrides
* {@link #reuseBrandingPlugin}).
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public abstract class AbstractEclipseTestMojo extends AbstractTestMojo {

/**
* <a href=
* "https://help.eclipse.org/juno/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html#osgiinstancearea"
* "https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html#osgiinstancearea"
* >OSGi data directory</a> (<code>osgi.instance.area</code>, aka the workspace) of the Equinox
* runtime used to execute tests.
*/
Expand Down Expand Up @@ -544,7 +544,7 @@ public abstract class AbstractEclipseTestMojo extends AbstractTestMojo {

/**
* p2 <a href=
* "https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html"
* "https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html"
* >profile</a> name of the installation under test.
*
* Only relevant if {@link #testRuntime} is <code>p2Installed</code>. If tests are installed on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public abstract class AbstractTestMojo extends AbstractMojo {

/**
* Root directory (<a href=
* "https://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html#osgiinstallarea"
* "https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html#osgiinstallarea"
* >osgi.install.area</a>) of the Equinox runtime used to execute tests.
*/
@Parameter(defaultValue = "${project.build.directory}/work")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Represent a version constraint using version and match attributes as defined in feature manifest
* file (feature>requires>import)
* {@link https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Ffeature_manifest.html&cp=2_1_5_20}
* {@link https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Ffeature_manifest.html&cp=2_1_5_20}
*
* @author sarod
*
Expand Down

0 comments on commit 5dfc20b

Please sign in to comment.