You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ma...@apache.org on 2004/02/20 14:31:50 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app6 any.jsp any.vm false.jsp false.vm form.jsp form.vm submitted.jsp submitted.vm top.html true.jsp true.vm

marino      2004/02/20 05:31:50

  Modified:    examples/struts/examples/struts_app6 any.jsp any.vm
                        false.jsp false.vm form.jsp form.vm submitted.jsp
                        submitted.vm top.html true.jsp true.vm
  Log:
  use Apache Software License 2.0
  
  Revision  Changes    Path
  1.3       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/any.jsp
  
  Index: any.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/any.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- any.jsp	30 Jan 2004 01:58:42 -0000	1.2
  +++ any.jsp	20 Feb 2004 13:31:50 -0000	1.3
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  +--%>
   <%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
   <html>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/any.vm
  
  Index: any.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/any.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- any.vm	29 Jan 2004 19:39:13 -0000	1.1
  +++ any.vm	20 Feb 2004 13:31:50 -0000	1.2
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  + *#
   <html>
   <head>
   </head>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/false.jsp
  
  Index: false.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/false.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- false.jsp	29 Jan 2004 19:38:53 -0000	1.1
  +++ false.jsp	20 Feb 2004 13:31:50 -0000	1.2
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  +--%>
   <%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
   <html>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/false.vm
  
  Index: false.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/false.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- false.vm	29 Jan 2004 19:39:09 -0000	1.1
  +++ false.vm	20 Feb 2004 13:31:50 -0000	1.2
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  + *#
   <html>
   <head>
   </head>
  
  
  
  1.3       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/form.jsp
  
  Index: form.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/form.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- form.jsp	30 Jan 2004 01:58:42 -0000	1.2
  +++ form.jsp	20 Feb 2004 13:31:50 -0000	1.3
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  +--%>
   <%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
   <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
   <html>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/form.vm
  
  Index: form.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/form.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- form.vm	29 Jan 2004 19:39:29 -0000	1.1
  +++ form.vm	20 Feb 2004 13:31:50 -0000	1.2
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  + *#
   <html>
   <head>
   </head>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/submitted.jsp
  
  Index: submitted.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/submitted.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- submitted.jsp	29 Jan 2004 19:39:41 -0000	1.1
  +++ submitted.jsp	20 Feb 2004 13:31:50 -0000	1.2
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  +--%>
   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
   <%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
   <html>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/submitted.vm
  
  Index: submitted.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/submitted.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- submitted.vm	29 Jan 2004 19:39:37 -0000	1.1
  +++ submitted.vm	20 Feb 2004 13:31:50 -0000	1.2
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  + *#
   <html>
   <head>
   </head>
  
  
  
  1.2       +18 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/top.html
  
  Index: top.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/top.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- top.html	29 Jan 2004 19:39:45 -0000	1.1
  +++ top.html	20 Feb 2004 13:31:50 -0000	1.2
  @@ -1,3 +1,21 @@
  +<!--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  +-->
  +
   <br>
   This app uses the extension custom tags and also uses the custom request processor (see the
   struts-config for this app).  If the custom request processor is not used then the request will not
  
  
  
  1.3       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/true.jsp
  
  Index: true.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/true.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- true.jsp	30 Jan 2004 01:58:42 -0000	1.2
  +++ true.jsp	20 Feb 2004 13:31:50 -0000	1.3
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  +--%>
   <%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
   <html>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app6/true.vm
  
  Index: true.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app6/true.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- true.vm	29 Jan 2004 19:39:53 -0000	1.1
  +++ true.vm	20 Feb 2004 13:31:50 -0000	1.2
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * 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.
  + *
  + * $Id$
  + *#
   <html>
   <head>
   </head>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org