Repository: deltaspike Updated Branches: refs/heads/master 6d00d2b76 -> 65580df92
[Documentation] Added Proxy module Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/65580df9 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/65580df9 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/65580df9 Branch: refs/heads/master Commit: 65580df92b2a7874c1f672071bdcc069f91e0716 Parents: 6d00d2b Author: Rafael Benevides <[email protected]> Authored: Mon Jul 13 16:16:36 2015 -0300 Committer: Rafael Benevides <[email protected]> Committed: Mon Jul 13 16:16:36 2015 -0300 ---------------------------------------------------------------------- documentation/src/main/asciidoc/proxy.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/65580df9/documentation/src/main/asciidoc/proxy.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/proxy.adoc b/documentation/src/main/asciidoc/proxy.adoc new file mode 100644 index 0000000..93c2aed --- /dev/null +++ b/documentation/src/main/asciidoc/proxy.adoc @@ -0,0 +1,8 @@ +:moduledeps: core + += Proxy Module + +:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +== Overview +TODO \ No newline at end of file
