Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 225892 Details for
Bug 398646
[CBI] Respond to changes from bug 395281
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Add the repositories element
doc.patch (text/plain), 3.49 KB, created by
Paul Webster
on 2013-01-21 10:13:31 EST
(
hide
)
Description:
Add the repositories element
Filename:
MIME Type:
Creator:
Paul Webster
Created:
2013-01-21 10:13:31 EST
Size:
3.49 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml >index 6ece0c3..dd473b8 100644 >--- a/bundles/org.eclipse.jdt.doc.isv/pom.xml >+++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml >@@ -122,6 +122,13 @@ > <type>eclipse-plugin</type> > </dependency> > </dependencies> >+ <repositories> >+ <repository> >+ <id>juno-42</id> >+ <layout>p2</layout> >+ <url>http://download.eclipse.org/eclipse/updates/4.2</url> >+ </repository> >+ </repositories> > </configuration> > <executions> > <execution> >diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml >index 8745af1..99aca8e 100644 >--- a/bundles/org.eclipse.jdt.doc.user/pom.xml >+++ b/bundles/org.eclipse.jdt.doc.user/pom.xml >@@ -57,6 +57,13 @@ > <type>eclipse-plugin</type> > </dependency> > </dependencies> >+ <repositories> >+ <repository> >+ <id>juno-42</id> >+ <layout>p2</layout> >+ <url>http://download.eclipse.org/eclipse/updates/4.2</url> >+ </repository> >+ </repositories> > </configuration> > <executions> > <execution> >diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml >index 7bfe81b..4d4e69a 100644 >--- a/bundles/org.eclipse.pde.doc.user/pom.xml >+++ b/bundles/org.eclipse.pde.doc.user/pom.xml >@@ -113,6 +113,13 @@ > <type>eclipse-plugin</type> > </dependency> > </dependencies> >+ <repositories> >+ <repository> >+ <id>juno-42</id> >+ <layout>p2</layout> >+ <url>http://download.eclipse.org/eclipse/updates/4.2</url> >+ </repository> >+ </repositories> > </configuration> > <executions> > <execution> >diff --git a/bundles/org.eclipse.platform.doc.isv/pom.xml b/bundles/org.eclipse.platform.doc.isv/pom.xml >index b514ca9..c1f15c0 100644 >--- a/bundles/org.eclipse.platform.doc.isv/pom.xml >+++ b/bundles/org.eclipse.platform.doc.isv/pom.xml >@@ -276,6 +276,13 @@ > <type>eclipse-plugin</type> > </dependency> > </dependencies> >+ <repositories> >+ <repository> >+ <id>juno-42</id> >+ <layout>p2</layout> >+ <url>http://download.eclipse.org/eclipse/updates/4.2</url> >+ </repository> >+ </repositories> > </configuration> > <executions> > <execution> >diff --git a/bundles/org.eclipse.platform.doc.user/pom.xml b/bundles/org.eclipse.platform.doc.user/pom.xml >index 8a26d5c..094064f 100644 >--- a/bundles/org.eclipse.platform.doc.user/pom.xml >+++ b/bundles/org.eclipse.platform.doc.user/pom.xml >@@ -57,6 +57,13 @@ > <type>eclipse-plugin</type> > </dependency> > </dependencies> >+ <repositories> >+ <repository> >+ <id>juno-42</id> >+ <layout>p2</layout> >+ <url>http://download.eclipse.org/eclipse/updates/4.2</url> >+ </repository> >+ </repositories> > </configuration> > <executions> > <execution>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 398646
: 225892