Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2012-05-04 14:46:45 +0000
committerFred Bricon2012-05-04 14:46:45 +0000
commitef8e5067cb7ea05fb902d462d48c3773b6621d84 (patch)
tree4d8ca309c9048251f58274296c49df68aef7cee4
parent0ef7bd2e757bcb5bbe44fcce79698760eb6a4330 (diff)
downloadm2e-core-ef8e5067cb7ea05fb902d462d48c3773b6621d84.tar.gz
m2e-core-ef8e5067cb7ea05fb902d462d48c3773b6621d84.tar.xz
m2e-core-ef8e5067cb7ea05fb902d462d48c3773b6621d84.zip
369791 Fix m2e intro links
- changed m2e intro link to point to http://www.eclipse.org/m2e/ - New and noteworthy page is disabled, since no page is available under http://www.eclipse.org/m2e/ Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.core.ui/intro/overview.xml2
-rw-r--r--org.eclipse.m2e.core.ui/intro/whatsnew.xml3
-rw-r--r--org.eclipse.m2e.core.ui/plugin.xml3
3 files changed, 6 insertions, 2 deletions
diff --git a/org.eclipse.m2e.core.ui/intro/overview.xml b/org.eclipse.m2e.core.ui/intro/overview.xml
index 10b7ce14..1c8b0d17 100644
--- a/org.eclipse.m2e.core.ui/intro/overview.xml
+++ b/org.eclipse.m2e.core.ui/intro/overview.xml
@@ -5,7 +5,7 @@
<group id="content-group" style-id="content-group">
<link id="m2eclipse-overview" style-id="content-link"
label="Maven Integration for Eclipse"
- url="http://m2eclipse.sonatype.org/">
+ url="http://www.eclipse.org/m2e/">
<text>See an overview of the features provided by Maven Integration for Eclipse (m2eclipse).</text>
</link>
<!--
diff --git a/org.eclipse.m2e.core.ui/intro/whatsnew.xml b/org.eclipse.m2e.core.ui/intro/whatsnew.xml
index a19dc9f0..926f3be0 100644
--- a/org.eclipse.m2e.core.ui/intro/whatsnew.xml
+++ b/org.eclipse.m2e.core.ui/intro/whatsnew.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<introContent>
+ <!-- This page is disabled in plugin.xml since no N&N is available yet -->
<extensionContent id="org.eclipse.m2e" name="Maven Integration for Eclipse"
style="css/whatsnew.css" path="whatsnew/@">
<group id="content-group" style-id="content-group">
<link id="m2eclipse-noteworthy" style-id="content-link"
label="Maven Integration for Eclipse"
- url="http://m2eclipse.sonatype.org/new-and-noteworthy.html">
+ url="http://eclipse.org/m2e/documentation/">
<text>
See some of the more interesting or significant changes in the
Maven Integration for Eclipse.
diff --git a/org.eclipse.m2e.core.ui/plugin.xml b/org.eclipse.m2e.core.ui/plugin.xml
index 6ce3c2ee..367ca148 100644
--- a/org.eclipse.m2e.core.ui/plugin.xml
+++ b/org.eclipse.m2e.core.ui/plugin.xml
@@ -6,8 +6,11 @@
<extension point="org.eclipse.ui.intro.configExtension">
<configExtension configId="org.eclipse.ui.intro.universalConfig"
content="intro/overview.xml"/>
+ <!--
+ New and Noteworthy is disabled until a web page is made accessible
<configExtension configId="org.eclipse.ui.intro.universalConfig"
content="intro/whatsnew.xml"/>
+ -->
</extension>
<extension

Back to the top