Issue #367 Resolve remaining git.eclipse.org build references

This commit is contained in:
Jesse McConnell 2016-02-26 08:03:33 -06:00
parent 50422a1a1f
commit ce5a3b11d6
14 changed files with 19 additions and 22 deletions

View File

@ -20,10 +20,9 @@ Information regarding source code management, builds, coding standards, and more
- [https://www.eclipse.org/jetty/documentation/current/advanced-contributing.html](https://www.eclipse.org/jetty/documentation/current/advanced-contributing.html)
The canonical Jetty git repository is located at git.eclipse.org and we are unable
to directly merge pull requests into the GitHub mirrored repository.
Providing you have completed the contributors agreement mentioned below we will
endeavor to pull your commit into Jetty proper.
The canonical Jetty git repository is located at GitHub. Providing you have
completed the contributors agreement mentioned below we will endeavor to pull
your commit into Jetty proper.
Contributor License Agreement
------------------------------

View File

@ -97,7 +97,7 @@
<url>http://eclipse.org/jetty</url>
<Built-By>${user.name}</Built-By>
<package>org.eclipse.jetty</package>
<Bundle-License>http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/NOTICE.txt</Bundle-License>
<Bundle-License>https://raw.githubusercontent.com/eclipse/jetty.project/master/NOTICE.txt</Bundle-License>
<Bundle-Name>Jetty</Bundle-Name>
</manifestEntries>
</archive>

View File

@ -70,7 +70,7 @@
<url>http://eclipse.org/jetty</url>
<Built-By>${user.name}</Built-By>
<package>org.eclipse.jetty</package>
<Bundle-License>http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/NOTICE.txt</Bundle-License>
<Bundle-License>https://raw.githubusercontent.com/eclipse/jetty.project/master/NOTICE.txt</Bundle-License>
<Bundle-Name>Jetty</Bundle-Name>
</manifestEntries>
</archive>

View File

@ -25,7 +25,7 @@ import org.eclipse.jetty.xml.XmlConfiguration;
* Configures and Starts a Jetty server from an XML declaration.
* <p>
* See <a href=
* "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/examples/embedded/src/main/resources/exampleserver.xml"
* "https://raw.githubusercontent.com/eclipse/jetty.project/master/examples/embedded/src/main/resources/exampleserver.xml"
* >exampleserver.xml</a>
* </p>
*/

View File

@ -30,7 +30,7 @@ import org.eclipse.jetty.xml.XmlConfiguration;
* </p>
* <p>
* See <a href=
* "http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/examples/embedded/src/main/resources/fileserver.xml"
* "https://raw.githubusercontent.com/eclipse/jetty.project/master/examples/embedded/src/main/resources/fileserver.xml"
* >fileserver.xml</a>
* </p>
*/

View File

@ -13,7 +13,7 @@ etc/jetty-ssl.xml
etc/jetty-ssl-context.xml
[files]
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/plain/jetty-server/src/test/config/etc/keystore?id=${jetty.tag.version}|etc/keystore
https://raw.githubusercontent.com/eclipse/jetty.project/master/jetty-server/src/test/config/etc/keystore?id=${jetty.tag.version}|etc/keystore
[ini-template]
### TLS(SSL) Connector Configuration
@ -89,4 +89,3 @@ http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/plain/jetty-server/
## To configure Includes / Excludes for Cipher Suites or Protocols see tweak-ssl.xml example at
## https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html#configuring-sslcontextfactory-cipherSuites

View File

@ -73,7 +73,7 @@ JVM|-Xmx1024m
# Downloads
DOWNLOAD|maven://org.mortbay.jetty.alpn/alpn-boot/8.1.3.v20150130|lib/alpn/alpn-boot-8.1.3.v20150130.jar
DOWNLOAD|http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/plain/jetty-server/src/test/config/etc/keystore?id=master|etc/keystore
DOWNLOAD|https://raw.githubusercontent.com/eclipse/jetty.project/master/jetty-server/src/test/config/etc/keystore?id=master|etc/keystore
# Files
FILE|lib/

View File

@ -13,7 +13,7 @@ etc/jetty-ssl.xml
etc/jetty-ssl-context.xml
[files]
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/plain/jetty-server/src/test/config/etc/keystore?id=${jetty.tag.version}|etc/keystore
https://raw.githubusercontent.com/eclipse/jetty.project/master/jetty-server/src/test/config/etc/keystore?id=${jetty.tag.version}|etc/keystore
[ini-template]
### TLS(SSL) Connector Configuration
@ -80,4 +80,3 @@ jetty.ssl.port=8443
## Whether cipher order is significant (since java 8 only)
# jetty.sslContext.useCipherSuitesOrder=true

View File

@ -1 +1 @@
jetty.version=9.3
jetty.version=9.3

View File

@ -34,7 +34,7 @@ PROP|jetty.sslContext.trustStorePassword=sundae
# The Downloads
DOWNLOAD|maven://org.mortbay.jetty.alpn/alpn-boot/8.1.3.v20150130|lib/alpn/alpn-boot-8.1.3.v20150130.jar
DOWNLOAD|http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/plain/jetty-server/src/test/config/etc/keystore?id=master|etc/keystore
DOWNLOAD|https://raw.githubusercontent.com/eclipse/jetty.project/master/jetty-server/src/test/config/etc/keystore?id=master|etc/keystore
# The Bootlib
BOOTLIB|-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.3.v20150130.jar

View File

@ -24,7 +24,7 @@
$JETTY_BASE/start.ini file instead. The jetty demo-base already has JAAS enabled in the start.ini file. </p>
<p>The full source of this demonstration is available <a
href="http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/tests/test-webapps/test-jaas-webapp">here</a>.</p>
href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-jaas-webapp">here</a>.</p>
<h2>Using the Demo</h2>
<P>

View File

@ -18,7 +18,7 @@
<h1>Welcome to Jetty 9</h1>
<p>
This is the Test webapp for the Jetty 9 HTTP Server and Servlet Container.
This is the Test webapp for the Jetty 9 HTTP Server and Servlet Container.
It is configured as a jetty base directory in $JETTY_HOME/demo_base.
</p>
@ -32,7 +32,7 @@ It is configured as a jetty base directory in $JETTY_HOME/demo_base.
<li><a href="session/">Session</a></li>
<li><a href="cookie/">Cookie</a></li>
</ul></li>
<li>Comet Chat Examples:
<li>Comet Chat Examples:
<ul>
<li><a href="chat/">Long Polling</a></li>
<li><a href="ws">WebSocket (Jetty API)</a></li>
@ -58,7 +58,7 @@ It is configured as a jetty base directory in $JETTY_HOME/demo_base.
<h2>Useful links:</h2>
<ul>
<li><a
href="http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/tests/test-webapps/test-jetty-webapp">Source
href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-jetty-webapp">Source
tree of this webapp</a></li>
<li><a href="http://www.eclipse.org/jetty">Jetty project home</a></li>
<li><a href="http://www.eclipse.org/jetty/documentation/current/">Documentation</a></li>

View File

@ -15,7 +15,7 @@
<h1>JNDI Test WebApp</h1>
<p>
This example shows how to configure and lookup resources such as DataSources, a JTA transaction manager and a java.mail.Session in JNDI.
This example shows how to configure and lookup resources such as DataSources, a JTA transaction manager and a java.mail.Session in JNDI.
</p>
<h2>Preparation</h2>
@ -27,7 +27,7 @@ This example shows how to configure and lookup resources such as DataSources, a
</p>
<p>This will create a $JETTY_BASE/start.d/jndi.ini file to enable and parameterise JNDI. If the --add-to-start option instead, then the same initialisation will be appended to the
$JETTY_BASE/start.ini file instead. The jetty demo-base already has JNDI enabled in the start.ini file and some mock resources included. </p>
<p>The full source of this demonstration is available <a href="http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/tests/test-webapps/test-jndi-webapp">here</a>.</p>
<p>The full source of this demonstration is available <a href="https://github.com/eclipse/jetty.project/blob/master/tree/tests/test-webapps/test-jndi-webapp">here</a>.</p>
<h2>Execution</h2>

View File

@ -21,7 +21,7 @@ This example tests some aspects of the servlet 3.1 specification:<ul>
<li>servlet container initializers.
<li>multi-part upload support.
</ul>
The source repository for this test is available <a href="http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/tests/test-webapps/test-servlet-spec">here</a>.
The source repository for this test is available <a href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-servlet-spec">here</a>.
</p>
<h3>Test Servlet 2.5/3.0 Annotations, Fragments and Initializers</h3>