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:46 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app1 edit-address.jsp edit-address.txt edit-address.vm edit-addressjsp.txt show-address.jsp show-address.txt show-address.vm show-addressjsp.txt

marino      2004/02/20 05:31:46

  Modified:    examples/struts/examples/struts_app1 edit-address.jsp
                        edit-address.txt edit-address.vm
                        edit-addressjsp.txt show-address.jsp
                        show-address.txt show-address.vm
                        show-addressjsp.txt
  Log:
  use Apache Software License 2.0
  
  Revision  Changes    Path
  1.3       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app1/edit-address.jsp
  
  Index: edit-address.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app1/edit-address.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- edit-address.jsp	27 Jan 2004 00:09:37 -0000	1.2
  +++ edit-address.jsp	20 Feb 2004 13:31:45 -0000	1.3
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2003-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$
  +--%>
   <%@ page language="java" %>
   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
   <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
  
  
  
  1.4       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app1/edit-address.txt
  
  Index: edit-address.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app1/edit-address.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- edit-address.txt	13 Feb 2004 00:01:38 -0000	1.3
  +++ edit-address.txt	20 Feb 2004 13:31:45 -0000	1.4
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2003-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>
       	<title>$text.get("title")</title>
  
  
  
  1.4       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app1/edit-address.vm
  
  Index: edit-address.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app1/edit-address.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- edit-address.vm	13 Feb 2004 00:01:38 -0000	1.3
  +++ edit-address.vm	20 Feb 2004 13:31:45 -0000	1.4
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2003-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>
       	<title>$text.get("title")</title>
  
  
  
  1.3       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app1/edit-addressjsp.txt
  
  Index: edit-addressjsp.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app1/edit-addressjsp.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- edit-addressjsp.txt	27 Jan 2004 18:32:00 -0000	1.2
  +++ edit-addressjsp.txt	20 Feb 2004 13:31:45 -0000	1.3
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2003-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$
  +--%>
   <%@ page language="java" %>
   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
   <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
  
  
  
  1.3       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app1/show-address.jsp
  
  Index: show-address.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app1/show-address.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- show-address.jsp	27 Jan 2004 00:09:37 -0000	1.2
  +++ show-address.jsp	20 Feb 2004 13:31:45 -0000	1.3
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2003-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$
  +--%>
   <%@ page language="java" %>
   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
   <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
  
  
  
  1.4       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app1/show-address.txt
  
  Index: show-address.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app1/show-address.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- show-address.txt	13 Feb 2004 00:01:38 -0000	1.3
  +++ show-address.txt	20 Feb 2004 13:31:45 -0000	1.4
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2003-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>
   		<title>$text.get("title")</title>
  
  
  
  1.4       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app1/show-address.vm
  
  Index: show-address.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app1/show-address.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- show-address.vm	13 Feb 2004 00:01:38 -0000	1.3
  +++ show-address.vm	20 Feb 2004 13:31:45 -0000	1.4
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2003-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>
   		<title>$text.get("title")</title>
  
  
  
  1.3       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app1/show-addressjsp.txt
  
  Index: show-addressjsp.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app1/show-addressjsp.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- show-addressjsp.txt	27 Jan 2004 18:32:00 -0000	1.2
  +++ show-addressjsp.txt	20 Feb 2004 13:31:45 -0000	1.3
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2003-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$
  +--%>
   <%@ page language="java" %>
   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
   <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
  
  
  

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