[jjson] r58 committed - added license header, corrected package name of class

0 views
Skip to first unread message

codesite...@google.com

unread,
Jul 1, 2011, 6:39:17 AM7/1/11
to jjso...@googlegroups.com
Revision: 58
Author: grobmeier
Date: Fri Jul 1 03:37:44 2011
Log: added license header, corrected package name of class
http://code.google.com/p/jjson/source/detail?r=58

Modified:
/trunk/jjson-struts2/src/main/resources/struts-plugin.xml

=======================================
--- /trunk/jjson-struts2/src/main/resources/struts-plugin.xml Fri Jul 1
03:33:32 2011
+++ /trunk/jjson-struts2/src/main/resources/struts-plugin.xml Fri Jul 1
03:37:44 2011
@@ -1,5 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
-
+<!--
+/*
+ * Copyright 2007 Christian Grobmeier
+ *
+ * Licensed 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.
+ */
+ -->
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
"http://struts.apache.org/dtds/struts-2.1.7.dtd">
@@ -7,7 +23,7 @@
<struts>
<package name="json-default" extends="struts-default">
<result-types>
- <result-type name="json"
class="de.grobmeier.tab.plugins.json.JsonResult"/>
+ <result-type name="json"
class="de.grobmeier.json.plugins.struts2.JsonResult"/>
</result-types>
</package>
</struts>

Reply all
Reply to author
Forward
0 new messages