mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-2147
Fixed license headers where needed. Re-enabled RAT plugin and fixed its configuration. git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@651946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.codebehind;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.config;
|
||||
|
||||
@Action(name="myaction",namespace="/foo")
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.config;
|
||||
|
||||
@Action(name="myaction2")
|
||||
|
||||
+1
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.config;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.config;
|
||||
|
||||
@Namespace("/mynamespace")
|
||||
|
||||
+1
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.config;
|
||||
|
||||
@ParentPackage("custom-package")
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.config.cltest;
|
||||
|
||||
import com.opensymphony.xwork2.Action;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.config.cltest;
|
||||
|
||||
import org.apache.struts2.config.Result;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.apache.struts2.config.cltest;
|
||||
|
||||
import org.apache.struts2.config.Result;
|
||||
|
||||
Reference in New Issue
Block a user