Repository: geode
Updated Branches:
  refs/heads/feature/GEODE-2632 135d674ac -> eb89fe281 (forced update)


GEODE-2748: fix xmlns to specify javaee instead of j2ee


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/abb27b34
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/abb27b34
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/abb27b34

Branch: refs/heads/feature/GEODE-2632
Commit: abb27b34a0c5aa382a25a5506e4bb4f32c6605c4
Parents: 6ce55a0
Author: Kirk Lund <kl...@apache.org>
Authored: Mon Apr 3 11:54:53 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Mon Apr 3 11:54:53 2017 -0700

----------------------------------------------------------------------
 geode-web/src/main/webapp/WEB-INF/web.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/abb27b34/geode-web/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/geode-web/src/main/webapp/WEB-INF/web.xml 
b/geode-web/src/main/webapp/WEB-INF/web.xml
index 873d675..ff24e80 100644
--- a/geode-web/src/main/webapp/WEB-INF/web.xml
+++ b/geode-web/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@ 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.
 -->
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
+<web-app xmlns="http://java.sun.com/xml/ns/javaee";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";
          version="3.0">

Reply via email to