Repository: incubator-juneau Updated Branches: refs/heads/master 8a20de9a5 -> f53a0afbd
Fix invalid project names in .project files. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/f53a0afb Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/f53a0afb Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/f53a0afb Branch: refs/heads/master Commit: f53a0afbd808704959a129aa6334232f5b479e95 Parents: 8a20de9 Author: JamesBognar <[email protected]> Authored: Wed Sep 20 09:38:51 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Wed Sep 20 09:38:51 2017 -0400 ---------------------------------------------------------------------- juneau-doc/.project | 2 +- juneau-doc/src/main/javadoc/overview.html | 8 ++++---- juneau-microservice/.project | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/f53a0afb/juneau-doc/.project ---------------------------------------------------------------------- diff --git a/juneau-doc/.project b/juneau-doc/.project index 169c8ef..ba61d95 100644 --- a/juneau-doc/.project +++ b/juneau-doc/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>juneau-marshall</name> + <name>juneau-doc</name> <projects> </projects> <buildSpec> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/f53a0afb/juneau-doc/src/main/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/juneau-doc/src/main/javadoc/overview.html b/juneau-doc/src/main/javadoc/overview.html index 863f6a5..2ea98dc 100644 --- a/juneau-doc/src/main/javadoc/overview.html +++ b/juneau-doc/src/main/javadoc/overview.html @@ -58,7 +58,7 @@ <ul class='spaced-list'> <li>A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework. <li>A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply deployed as - one or more top-level servlets in any Servlet 3.1.0+ container. + one or more top-level servlets in any Servlet 3.1 or above container. <li>A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces. <li>A sophisticated configuration file API. <li>A REST microservice API that combines all the features above with a simple configurable Jetty server for @@ -176,7 +176,7 @@ <ul class='spaced-list'> <li>A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework. <li>A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply - deployed as one or more top-level servlets in any Servlet 3.1.0+ container. + deployed as one or more top-level servlets in any Servlet 3.1 or above container. <li>A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces. <li>A sophisticated configuration file API. @@ -344,7 +344,7 @@ <td> <ul style='margin:0px 10px;'> <li>Java 6 - <li>Apache HttpClient 4.5 + <li>Apache HttpClient 4.5.3 </ul> </td> </tr> @@ -4113,7 +4113,7 @@ The microservice can be started from the <code>juneau-examples-rest.launch</code> file. It will start up the microservice on port 10000 which you can then view through a browser: </p> - <img class='bordered' src='doc-files/juneau-examples-rest.import4.png' style='width:933px'> + <img class='bordered' src='doc-files/juneau-examples-rest.import4.png' style='width:466px'> <!-- ======================================================================================================= --> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/f53a0afb/juneau-microservice/.project ---------------------------------------------------------------------- diff --git a/juneau-microservice/.project b/juneau-microservice/.project index 474be51..f66b23c 100644 --- a/juneau-microservice/.project +++ b/juneau-microservice/.project @@ -14,7 +14,7 @@ *************************************************************************************************************************** --> <projectDescription> - <name>juneau-rest</name> + <name>juneau-microservice</name> <comment></comment> <projects> </projects>
