You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/03/04 19:13:36 UTC

cvs commit: maven-plugins/genapp/xdocs changes.xml faq.fml goals.xml index.xml navigation.xml properties.xml

evenisse    2004/03/04 10:13:36

  Modified:    genapp   plugin.jelly plugin.properties project.properties
                        project.xml
               genapp/src/plugin-resources/default/template-resources
                        project.properties project.xml
               genapp/src/plugin-resources/default/template-resources/src/conf
                        app.properties
               genapp/src/plugin-resources/default template.properties
               genapp/src/plugin-resources/ejb/template-resources maven.xml
                        project.properties project.xml
               genapp/src/plugin-resources/ejb/template-resources/src/conf
                        app.properties cactus-web.xml
               genapp/src/plugin-resources/ejb/template-resources/src/webapp/WEB-INF
                        web.xml
               genapp/src/plugin-resources/ejb template.properties
               genapp/src/plugin-resources/struts-jstl/template-resources
                        maven.xml project.properties project.xml
               genapp/src/plugin-resources/struts-jstl/template-resources/src/conf
                        ApplicationResources.properties cactus-web.xml
               genapp/src/plugin-resources/struts-jstl/template-resources/src/merge
                        servlet-mappings.xml servlets.xml struts-forms.xml
                        struts-message-resources.xml
               genapp/src/plugin-resources/struts-jstl template.properties
               genapp/src/plugin-resources/struts/template-resources
                        maven.xml project.properties project.xml
               genapp/src/plugin-resources/struts/template-resources/src/conf
                        ApplicationResources.properties cactus-web.xml
               genapp/src/plugin-resources/struts/template-resources/src/merge
                        servlet-mappings.xml servlets.xml struts-forms.xml
                        struts-message-resources.xml
               genapp/src/plugin-resources/struts template.properties
               genapp/src/plugin-resources/web-jstl/template-resources
                        maven.xml project.properties project.xml
               genapp/src/plugin-resources/web-jstl/template-resources/src/conf
                        app.properties cactus-web.xml
               genapp/src/plugin-resources/web-jstl template.properties
               genapp/src/plugin-resources/web/template-resources maven.xml
                        project.properties project.xml
               genapp/src/plugin-resources/web/template-resources/src/conf
                        app.properties cactus-web.xml
               genapp/src/plugin-resources/web template.properties
               genapp/xdocs changes.xml faq.fml goals.xml index.xml
                        navigation.xml properties.xml
  Log:
  Update to ASL v.2
  
  Revision  Changes    Path
  1.7       +18 -0     maven-plugins/genapp/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly	8 Jan 2004 16:53:58 -0000	1.6
  +++ plugin.jelly	4 Mar 2004 18:13:34 -0000	1.7
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   
   <project
     xmlns:j="jelly:core"
  
  
  
  1.3       +16 -0     maven-plugins/genapp/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties	30 Nov 2003 21:26:26 -0000	1.2
  +++ plugin.properties	4 Mar 2004 18:13:34 -0000	1.3
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.genapp.prompt.template=Enter a project template to use:
   maven.genapp.default.template=default
   
  
  
  
  1.3       +16 -0     maven-plugins/genapp/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	10 Oct 2003 09:13:48 -0000	1.2
  +++ project.properties	4 Mar 2004 18:13:34 -0000	1.3
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.license.licenseFile=${basedir}/../LICENSE.txt
  
  
  
  1.18      +18 -0     maven-plugins/genapp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	20 Feb 2004 14:17:43 -0000	1.17
  +++ project.xml	4 Mar 2004 18:13:34 -0000	1.18
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   
   <project>
     <extend>../project.xml</extend>
  
  
  
  1.3       +16 -0     maven-plugins/genapp/src/plugin-resources/default/template-resources/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/default/template-resources/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	6 Jan 2004 19:07:36 -0000	1.2
  +++ project.properties	4 Mar 2004 18:13:35 -0000	1.3
  @@ -1,2 +1,18 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.xdoc.date=left
   ## maven.xdoc.version=${pom.currentVersion}
  
  
  
  1.5       +18 -0     maven-plugins/genapp/src/plugin-resources/default/template-resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/default/template-resources/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	29 Dec 2003 04:38:05 -0000	1.4
  +++ project.xml	4 Mar 2004 18:13:35 -0000	1.5
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   
   <project>
     <!-- the version of maven's project object model -->
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/default/template-resources/src/conf/app.properties
  
  Index: app.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/default/template-resources/src/conf/app.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- app.properties	25 Aug 2003 09:43:14 -0000	1.1
  +++ app.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,2 +1,18 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   # Sample app properties.
   foo=bar
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/default/template.properties
  
  Index: template.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/default/template.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- template.properties	25 Aug 2003 09:43:14 -0000	1.1
  +++ template.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.genapp.repackage=java,test
   maven.genapp.filter=project.xml
   
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/ejb/template-resources/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/ejb/template-resources/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	20 Feb 2004 14:17:43 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <project xmlns:j="jelly:core" xmlns:ant="jelly:ant" default="ejb">
     <preGoal name="java:compile">
     	<attainGoal name="xdoclet:ejbdoclet" />
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/ejb/template-resources/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/ejb/template-resources/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	20 Feb 2004 14:17:43 -0000	1.1
  +++ project.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.xdoc.date=left
   maven.ejb.src=target/xdoclet/ejb
   maven.eclipse.classpath.include=target/xdoclet/ejbdoclet,src/test-cactus
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/ejb/template-resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/ejb/template-resources/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	20 Feb 2004 14:17:43 -0000	1.1
  +++ project.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   
   <project>
     <!-- the version of maven's project object model -->
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/ejb/template-resources/src/conf/app.properties
  
  Index: app.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/ejb/template-resources/src/conf/app.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- app.properties	20 Feb 2004 14:17:44 -0000	1.1
  +++ app.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,2 +1,18 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   # Sample app properties.
   foo=bar
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/ejb/template-resources/src/conf/cactus-web.xml
  
  Index: cactus-web.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/ejb/template-resources/src/conf/cactus-web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cactus-web.xml	20 Feb 2004 14:17:44 -0000	1.1
  +++ cactus-web.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <web-app>
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/ejb/template-resources/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/ejb/template-resources/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	20 Feb 2004 14:17:44 -0000	1.1
  +++ web.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <web-app >
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/ejb/template.properties
  
  Index: template.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/ejb/template.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- template.properties	20 Feb 2004 14:17:44 -0000	1.1
  +++ template.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.genapp.repackage=java,test,test-cactus
   maven.genapp.filter=project.xml,src/conf/cactus-web.xml
   
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	27 Feb 2004 06:22:25 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <project xmlns:j="jelly:core" xmlns:ant="jelly:ant" default="war">
     <preGoal name="java:compile">
       <mkdir dir="target\xdoclet\webdoclet\WEB-INF" />
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	27 Feb 2004 06:22:25 -0000	1.1
  +++ project.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.xdoc.date=left
   maven.eclipse.classpath.include=src/test-cactus,src/conf
   maven.war.webapp.dir=${maven.build.dir}/xdoclet/webdoclet
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	27 Feb 2004 06:22:25 -0000	1.1
  +++ project.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   
   <project>
     <!-- the version of maven's project object model -->
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties
  
  Index: ApplicationResources.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/ApplicationResources.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources.properties	27 Feb 2004 06:22:26 -0000	1.1
  +++ ApplicationResources.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1 +1,17 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   title.page=The title @PACKAGE@
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/cactus-web.xml
  
  Index: cactus-web.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/conf/cactus-web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cactus-web.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ cactus-web.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <web-app>
  
  
  
  1.2       +17 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/merge/servlet-mappings.xml
  
  Index: servlet-mappings.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/merge/servlet-mappings.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- servlet-mappings.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ servlet-mappings.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
   <servlet-mapping>
     <servlet-name>action</servlet-name>
     <url-pattern>*.do</url-pattern>
  
  
  
  1.2       +17 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/merge/servlets.xml
  
  Index: servlets.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/merge/servlets.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- servlets.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ servlets.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
     <servlet>
       <servlet-name>action</servlet-name>
       <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
  
  
  
  1.2       +17 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/merge/struts-forms.xml
  
  Index: struts-forms.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/merge/struts-forms.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- struts-forms.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ struts-forms.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
   <form-bean 
       name="TestForm" 
       type="org.apache.struts.action.DynaActionForm">
  
  
  
  1.2       +17 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/merge/struts-message-resources.xml
  
  Index: struts-message-resources.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/merge/struts-message-resources.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- struts-message-resources.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ struts-message-resources.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1 +1,18 @@
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
   <message-resources parameter="ApplicationResources"/>
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/struts-jstl/template.properties
  
  Index: template.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- template.properties	27 Feb 2004 06:22:26 -0000	1.1
  +++ template.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.genapp.repackage=java,test,test-cactus
   maven.genapp.filter=project.xml,src/conf/cactus-web.xml,src/merge/**
   
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <project xmlns:j="jelly:core" xmlns:ant="jelly:ant" default="war">
     <preGoal name="java:compile">
       <mkdir dir="target\xdoclet\webdoclet\WEB-INF" />
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	27 Feb 2004 06:22:26 -0000	1.1
  +++ project.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.xdoc.date=left
   maven.eclipse.classpath.include=src/test-cactus,src/conf
   maven.war.webapp.dir=${maven.build.dir}/xdoclet/webdoclet
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ project.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   
   <project>
     <!-- the version of maven's project object model -->
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties
  
  Index: ApplicationResources.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/conf/ApplicationResources.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources.properties	27 Feb 2004 06:22:26 -0000	1.1
  +++ ApplicationResources.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1 +1,17 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   title.page=The title @PACKAGE@
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/conf/cactus-web.xml
  
  Index: cactus-web.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/conf/cactus-web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cactus-web.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ cactus-web.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <web-app>
  
  
  
  1.2       +17 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/merge/servlet-mappings.xml
  
  Index: servlet-mappings.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/merge/servlet-mappings.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- servlet-mappings.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ servlet-mappings.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
   <servlet-mapping>
     <servlet-name>action</servlet-name>
     <url-pattern>*.do</url-pattern>
  
  
  
  1.2       +17 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/merge/servlets.xml
  
  Index: servlets.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/merge/servlets.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- servlets.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ servlets.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
     <servlet>
       <servlet-name>action</servlet-name>
       <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
  
  
  
  1.2       +17 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/merge/struts-forms.xml
  
  Index: struts-forms.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/merge/struts-forms.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- struts-forms.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ struts-forms.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
   <form-bean 
       name="TestForm" 
       type="org.apache.struts.action.DynaActionForm">
  
  
  
  1.2       +17 -0     maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/merge/struts-message-resources.xml
  
  Index: struts-message-resources.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/merge/struts-message-resources.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- struts-message-resources.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ struts-message-resources.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1 +1,18 @@
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
   <message-resources parameter="ApplicationResources"/>
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/struts/template.properties
  
  Index: template.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- template.properties	27 Feb 2004 06:22:26 -0000	1.1
  +++ template.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.genapp.repackage=java,test,test-cactus
   maven.genapp.filter=project.xml,src/conf/cactus-web.xml,src/merge/**
   
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <project xmlns:j="jelly:core" xmlns:ant="jelly:ant" default="war">
     <preGoal name="java:compile">
       <mkdir dir="target\xdoclet\webdoclet\WEB-INF" />
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	27 Feb 2004 06:22:26 -0000	1.1
  +++ project.properties	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.xdoc.date=left
   maven.eclipse.classpath.include=src/test-cactus
   maven.war.webapp.dir=${maven.build.dir}/xdoclet/webdoclet
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	27 Feb 2004 06:22:26 -0000	1.1
  +++ project.xml	4 Mar 2004 18:13:35 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   
   <project>
     <!-- the version of maven's project object model -->
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/src/conf/app.properties
  
  Index: app.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/src/conf/app.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- app.properties	27 Feb 2004 06:22:27 -0000	1.1
  +++ app.properties	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,2 +1,18 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   # Sample app properties.
   foo=bar
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/src/conf/cactus-web.xml
  
  Index: cactus-web.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web-jstl/template-resources/src/conf/cactus-web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cactus-web.xml	27 Feb 2004 06:22:27 -0000	1.1
  +++ cactus-web.xml	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <web-app>
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/web-jstl/template.properties
  
  Index: template.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web-jstl/template.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- template.properties	27 Feb 2004 06:22:27 -0000	1.1
  +++ template.properties	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.genapp.repackage=java,test,test-cactus
   maven.genapp.filter=project.xml,src/conf/cactus-web.xml
   
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/web/template-resources/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web/template-resources/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	27 Feb 2004 06:22:27 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <project xmlns:j="jelly:core" xmlns:ant="jelly:ant" default="war">
     <preGoal name="java:compile">
       <mkdir dir="target\xdoclet\webdoclet\WEB-INF" />
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/web/template-resources/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web/template-resources/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	27 Feb 2004 06:22:27 -0000	1.1
  +++ project.properties	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.xdoc.date=left
   maven.eclipse.classpath.include=src/test-cactus
   maven.war.webapp.dir=${maven.build.dir}/xdoclet/webdoclet
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/web/template-resources/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web/template-resources/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	27 Feb 2004 06:22:27 -0000	1.1
  +++ project.xml	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   
   <project>
     <!-- the version of maven's project object model -->
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/web/template-resources/src/conf/app.properties
  
  Index: app.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web/template-resources/src/conf/app.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- app.properties	27 Feb 2004 06:22:27 -0000	1.1
  +++ app.properties	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,2 +1,18 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   # Sample app properties.
   foo=bar
  
  
  
  1.2       +18 -0     maven-plugins/genapp/src/plugin-resources/web/template-resources/src/conf/cactus-web.xml
  
  Index: cactus-web.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web/template-resources/src/conf/cactus-web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cactus-web.xml	27 Feb 2004 06:22:27 -0000	1.1
  +++ cactus-web.xml	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
   
   <web-app>
  
  
  
  1.2       +16 -0     maven-plugins/genapp/src/plugin-resources/web/template.properties
  
  Index: template.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/web/template.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- template.properties	27 Feb 2004 06:22:27 -0000	1.1
  +++ template.properties	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-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.
  +# -------------------------------------------------------------------
  +
   maven.genapp.repackage=java,test,test-cactus
   maven.genapp.filter=project.xml,src/conf/cactus-web.xml
   
  
  
  
  1.5       +18 -0     maven-plugins/genapp/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml	30 Nov 2003 21:26:26 -0000	1.4
  +++ changes.xml	4 Mar 2004 18:13:36 -0000	1.5
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <document>
     <properties>
       <title>Changes</title>
  
  
  
  1.2       +18 -0     maven-plugins/genapp/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/xdocs/faq.fml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.fml	25 Aug 2003 09:43:14 -0000	1.1
  +++ faq.fml	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <faqs title="Frequently Asked Questions">
   
     <part id="general">
  
  
  
  1.2       +18 -0     maven-plugins/genapp/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	24 Jan 2003 03:45:11 -0000	1.1
  +++ goals.xml	4 Mar 2004 18:13:36 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.3       +18 -0     maven-plugins/genapp/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	25 Aug 2003 09:48:11 -0000	1.2
  +++ index.xml	4 Mar 2004 18:13:36 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.4       +18 -0     maven-plugins/genapp/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	25 Aug 2003 09:43:14 -0000	1.3
  +++ navigation.xml	4 Mar 2004 18:13:36 -0000	1.4
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <project name="Maven Application Generation Plugin">
   
     <title>Maven Application Generation Plugin</title>
  
  
  
  1.4       +19 -1     maven-plugins/genapp/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/xdocs/properties.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- properties.xml	30 Nov 2003 21:26:26 -0000	1.3
  +++ properties.xml	4 Mar 2004 18:13:36 -0000	1.4
  @@ -1,4 +1,22 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-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.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  

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