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) - [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 The canonical Jetty git repository is located at GitHub. Providing you have
to directly merge pull requests into the GitHub mirrored repository. completed the contributors agreement mentioned below we will endeavor to pull
Providing you have completed the contributors agreement mentioned below we will your commit into Jetty proper.
endeavor to pull your commit into Jetty proper.
Contributor License Agreement Contributor License Agreement
------------------------------ ------------------------------

View File

@ -97,7 +97,7 @@
<url>http://eclipse.org/jetty</url> <url>http://eclipse.org/jetty</url>
<Built-By>${user.name}</Built-By> <Built-By>${user.name}</Built-By>
<package>org.eclipse.jetty</package> <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> <Bundle-Name>Jetty</Bundle-Name>
</manifestEntries> </manifestEntries>
</archive> </archive>

View File

@ -70,7 +70,7 @@
<url>http://eclipse.org/jetty</url> <url>http://eclipse.org/jetty</url>
<Built-By>${user.name}</Built-By> <Built-By>${user.name}</Built-By>
<package>org.eclipse.jetty</package> <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> <Bundle-Name>Jetty</Bundle-Name>
</manifestEntries> </manifestEntries>
</archive> </archive>

View File

@ -25,7 +25,7 @@ import org.eclipse.jetty.xml.XmlConfiguration;
* Configures and Starts a Jetty server from an XML declaration. * Configures and Starts a Jetty server from an XML declaration.
* <p> * <p>
* See <a href= * 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> * >exampleserver.xml</a>
* </p> * </p>
*/ */

View File

@ -30,7 +30,7 @@ import org.eclipse.jetty.xml.XmlConfiguration;
* </p> * </p>
* <p> * <p>
* See <a href= * 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> * >fileserver.xml</a>
* </p> * </p>
*/ */

View File

@ -13,7 +13,7 @@ etc/jetty-ssl.xml
etc/jetty-ssl-context.xml etc/jetty-ssl-context.xml
[files] [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] [ini-template]
### TLS(SSL) Connector Configuration ### 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 ## 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 ## https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html#configuring-sslcontextfactory-cipherSuites

View File

@ -73,7 +73,7 @@ JVM|-Xmx1024m
# Downloads # Downloads
DOWNLOAD|maven://org.mortbay.jetty.alpn/alpn-boot/8.1.3.v20150130|lib/alpn/alpn-boot-8.1.3.v20150130.jar 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 # Files
FILE|lib/ FILE|lib/

View File

@ -13,7 +13,7 @@ etc/jetty-ssl.xml
etc/jetty-ssl-context.xml etc/jetty-ssl-context.xml
[files] [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] [ini-template]
### TLS(SSL) Connector Configuration ### TLS(SSL) Connector Configuration
@ -80,4 +80,3 @@ jetty.ssl.port=8443
## Whether cipher order is significant (since java 8 only) ## Whether cipher order is significant (since java 8 only)
# jetty.sslContext.useCipherSuitesOrder=true # 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 # The Downloads
DOWNLOAD|maven://org.mortbay.jetty.alpn/alpn-boot/8.1.3.v20150130|lib/alpn/alpn-boot-8.1.3.v20150130.jar 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 # The Bootlib
BOOTLIB|-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.3.v20150130.jar 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> $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 <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> <h2>Using the Demo</h2>
<P> <P>

View File

@ -18,7 +18,7 @@
<h1>Welcome to Jetty 9</h1> <h1>Welcome to Jetty 9</h1>
<p> <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. It is configured as a jetty base directory in $JETTY_HOME/demo_base.
</p> </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="session/">Session</a></li>
<li><a href="cookie/">Cookie</a></li> <li><a href="cookie/">Cookie</a></li>
</ul></li> </ul></li>
<li>Comet Chat Examples: <li>Comet Chat Examples:
<ul> <ul>
<li><a href="chat/">Long Polling</a></li> <li><a href="chat/">Long Polling</a></li>
<li><a href="ws">WebSocket (Jetty API)</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> <h2>Useful links:</h2>
<ul> <ul>
<li><a <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> 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">Jetty project home</a></li>
<li><a href="http://www.eclipse.org/jetty/documentation/current/">Documentation</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> <h1>JNDI Test WebApp</h1>
<p> <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> </p>
<h2>Preparation</h2> <h2>Preparation</h2>
@ -27,7 +27,7 @@ This example shows how to configure and lookup resources such as DataSources, a
</p> </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 <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> $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> <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>servlet container initializers.
<li>multi-part upload support. <li>multi-part upload support.
</ul> </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> </p>
<h3>Test Servlet 2.5/3.0 Annotations, Fragments and Initializers</h3> <h3>Test Servlet 2.5/3.0 Annotations, Fragments and Initializers</h3>