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:05:28 UTC

cvs commit: maven-plugins/examples/xdocs goals.xml index.xml navigation.xml properties.xml

evenisse    2004/03/04 10:05:28

  Modified:    examples/exampleear-1.0 build.xml maven.xml
                        project.properties project.xml
               examples/exampleear-1.0/src/application/META-INF
                        application.xml
               examples/exampleejb-1.0 build.xml project.properties
                        project.xml
               examples/exampleejb-1.0/src/ejb/META-INF ejb-jar.xml
               examples/exampleejb-1.0/src/java/org/apache/maven/ejb/example
                        really_useful_resource.xml
               examples maven.xml project.properties project.xml
               examples/plugin-script maven.xml plugin.jelly
                        plugin.properties project.properties project.xml
               examples/simple-ear project.xml
               examples/simple-ear/src application.xml
               examples/simple-filtering maven.xml project.xml
               examples/simple-filtering/src/conf test-nofilter.properties
                        test.properties
               examples/simple-java project.xml
               examples/simple-webapp project.xml
               examples/simple-xdocs project.xml
               examples/simple-xdocs/xdocs docs.xml navigation.xml
                        reference.xml
               examples/xdocs goals.xml index.xml navigation.xml
                        properties.xml
  Log:
  Update to ASL v.2
  
  Revision  Changes    Path
  1.2       +18 -0     maven-plugins/examples/exampleear-1.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleear-1.0/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	24 Jan 2003 03:44:33 -0000	1.1
  +++ build.xml	4 Mar 2004 18:05:26 -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 default="jar" name="exampleear" basedir=".">
     
  
  
  
  1.2       +17 -0     maven-plugins/examples/exampleear-1.0/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleear-1.0/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	24 Jan 2003 03:44:33 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:05:26 -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.
  + */
  + -->
   <project default="begin:dist">
   
     <goal name="begin:dist"
  
  
  
  1.2       +16 -0     maven-plugins/examples/exampleear-1.0/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleear-1.0/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	24 Jan 2003 03:44:33 -0000	1.1
  +++ project.properties	4 Mar 2004 18:05:26 -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.deployable.component=${maven.final.name}.ear
   maven.j2ee.ear.appxml=${maven.conf.dir}/application.xml
   maven.weblogic.home=C:\\bea\\wlserver6.1
  
  
  
  1.4       +18 -0     maven-plugins/examples/exampleear-1.0/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleear-1.0/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	29 Dec 2003 04:38:05 -0000	1.3
  +++ project.xml	4 Mar 2004 18:05:26 -0000	1.4
  @@ -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>
     <pomVersion>3</pomVersion>
  
  
  
  1.2       +17 -0     maven-plugins/examples/exampleear-1.0/src/application/META-INF/application.xml
  
  Index: application.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleear-1.0/src/application/META-INF/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application.xml	24 Jan 2003 03:44:33 -0000	1.1
  +++ application.xml	4 Mar 2004 18:05:26 -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.
  + */
  + -->
   <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd">
   
   <application>
  
  
  
  1.2       +18 -0     maven-plugins/examples/exampleejb-1.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleejb-1.0/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	24 Jan 2003 03:44:34 -0000	1.1
  +++ build.xml	4 Mar 2004 18:05:26 -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.
  + */
  + -->
  +
   
   <project name="maven" default="maven:jar" basedir=".">
   
  
  
  
  1.2       +16 -0     maven-plugins/examples/exampleejb-1.0/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleejb-1.0/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	24 Jan 2003 03:44:34 -0000	1.1
  +++ project.properties	4 Mar 2004 18:05:27 -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.
  +# -------------------------------------------------------------------
  +
   maven.jarResources.basedir=${pom.build.SourceDirectory}
  
  
  
  1.3       +18 -0     maven-plugins/examples/exampleejb-1.0/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleejb-1.0/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	19 Mar 2003 06:11:23 -0000	1.2
  +++ project.xml	4 Mar 2004 18:05:27 -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.
  + */
  + -->
  +
   <project>
     
     <version>3</version>
  
  
  
  1.2       +18 -0     maven-plugins/examples/exampleejb-1.0/src/ejb/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleejb-1.0/src/ejb/META-INF/ejb-jar.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejb-jar.xml	24 Jan 2003 03:44:34 -0000	1.1
  +++ ejb-jar.xml	4 Mar 2004 18:05:27 -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.
  + */
  + -->
  +
   <!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Prashant Purkar (LevelSeas) -->
   <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
   <ejb-jar>
  
  
  
  1.2       +17 -0     maven-plugins/examples/exampleejb-1.0/src/java/org/apache/maven/ejb/example/really_useful_resource.xml
  
  Index: really_useful_resource.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/exampleejb-1.0/src/java/org/apache/maven/ejb/example/really_useful_resource.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- really_useful_resource.xml	24 Jan 2003 03:44:34 -0000	1.1
  +++ really_useful_resource.xml	4 Mar 2004 18:05:27 -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.
  + */
  + -->
   really useful file
  
  
  
  1.3       +17 -0     maven-plugins/examples/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	30 Sep 2003 23:26:03 -0000	1.2
  +++ maven.xml	4 Mar 2004 18:05:27 -0000	1.3
  @@ -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.
  + */
  + -->
   <project default="plugin">
   
   </project>
  
  
  
  1.5       +16 -0     maven-plugins/examples/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	6 Jan 2004 19:07:36 -0000	1.4
  +++ project.properties	4 Mar 2004 18:05:27 -0000	1.5
  @@ -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.xdoc.version=${pom.currentVersion}
   maven.license.licenseFile=${basedir}/../LICENSE.txt
  
  
  
  1.10      +18 -0     maven-plugins/examples/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	10 Oct 2003 19:21:00 -0000	1.9
  +++ project.xml	4 Mar 2004 18:05:27 -0000	1.10
  @@ -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       +17 -0     maven-plugins/examples/plugin-script/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/plugin-script/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	24 Jan 2003 03:44:34 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:05:27 -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.
  + */
  + -->
   <project default="plugin">
   
     <goal name="plugin">
  
  
  
  1.2       +18 -0     maven-plugins/examples/plugin-script/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/plugin-script/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	24 Jan 2003 03:44:34 -0000	1.1
  +++ plugin.jelly	4 Mar 2004 18:05:27 -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.
  + */
  + -->
  +
   
   <project
     xmlns:j="jelly:core"
  
  
  
  1.2       +16 -0     maven-plugins/examples/plugin-script/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/plugin-script/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties	24 Jan 2003 03:44:34 -0000	1.1
  +++ plugin.properties	4 Mar 2004 18:05:27 -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.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P L U G I N  P R O P E R I E S
   # -------------------------------------------------------------------
  
  
  
  1.3       +16 -0     maven-plugins/examples/plugin-script/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/plugin-script/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:05:27 -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.6       +18 -0     maven-plugins/examples/plugin-script/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/plugin-script/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	29 Dec 2003 04:38:05 -0000	1.5
  +++ project.xml	4 Mar 2004 18:05:27 -0000	1.6
  @@ -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.4       +18 -0     maven-plugins/examples/simple-ear/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-ear/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	29 Dec 2003 04:38:05 -0000	1.3
  +++ project.xml	4 Mar 2004 18:05:27 -0000	1.4
  @@ -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       +17 -0     maven-plugins/examples/simple-ear/src/application.xml
  
  Index: application.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-ear/src/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application.xml	24 Jan 2003 03:44:34 -0000	1.1
  +++ application.xml	4 Mar 2004 18:05:27 -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.
  + */
  + -->
   <!DOCTYPE application PUBLIC 
       "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" 
       "http://java.sun.com/j2ee/dtds/application_1_2.dtd">
  
  
  
  1.2       +17 -0     maven-plugins/examples/simple-filtering/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-filtering/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	13 Jun 2003 12:24:35 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:05:27 -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.
  + */
  + -->
   <project xmlns:j="jelly:core" xmlns:ant="jelly:ant">
   
     <preGoal name="java:jar-resources">
  
  
  
  1.3       +18 -0     maven-plugins/examples/simple-filtering/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-filtering/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	29 Dec 2003 04:38:05 -0000	1.2
  +++ project.xml	4 Mar 2004 18:05:27 -0000	1.3
  @@ -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.3       +16 -0     maven-plugins/examples/simple-filtering/src/conf/test-nofilter.properties
  
  Index: test-nofilter.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-filtering/src/conf/test-nofilter.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- test-nofilter.properties	16 Jun 2003 07:17:30 -0000	1.2
  +++ test-nofilter.properties	4 Mar 2004 18:05:27 -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.
  +# -------------------------------------------------------------------
  +
   # A simple config file that should not be filtered
   
   # Note: The filter below should not be replaced
  
  
  
  1.2       +16 -0     maven-plugins/examples/simple-filtering/src/conf/test.properties
  
  Index: test.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-filtering/src/conf/test.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test.properties	13 Jun 2003 12:24:35 -0000	1.1
  +++ test.properties	4 Mar 2004 18:05:27 -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.
  +# -------------------------------------------------------------------
  +
   # A simple config file with an Ant filter
   
   test.property = @testFilter@
  
  
  
  1.7       +18 -0     maven-plugins/examples/simple-java/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-java/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	29 Dec 2003 04:38:05 -0000	1.6
  +++ project.xml	4 Mar 2004 18:05:27 -0000	1.7
  @@ -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.6       +18 -0     maven-plugins/examples/simple-webapp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-webapp/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	29 Dec 2003 04:38:05 -0000	1.5
  +++ project.xml	4 Mar 2004 18:05:27 -0000	1.6
  @@ -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.3       +18 -0     maven-plugins/examples/simple-xdocs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-xdocs/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	29 Dec 2003 04:38:05 -0000	1.2
  +++ project.xml	4 Mar 2004 18:05:27 -0000	1.3
  @@ -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>
     <pomVersion>1</pomVersion>
  
  
  
  1.2       +18 -0     maven-plugins/examples/simple-xdocs/xdocs/docs.xml
  
  Index: docs.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-xdocs/xdocs/docs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- docs.xml	3 Oct 2003 07:59:28 -0000	1.1
  +++ docs.xml	4 Mar 2004 18:05:27 -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>
       <author email="u95mb@yahoo.co.uk">Michael Brown</author>
  
  
  
  1.2       +18 -0     maven-plugins/examples/simple-xdocs/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-xdocs/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	3 Oct 2003 07:59:28 -0000	1.1
  +++ navigation.xml	4 Mar 2004 18:05:27 -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.
  + */
  + -->
  +
   <project name="Maven Example">
     <title>Maven Example</title>
   	<body>
  
  
  
  1.2       +18 -0     maven-plugins/examples/simple-xdocs/xdocs/reference.xml
  
  Index: reference.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/simple-xdocs/xdocs/reference.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- reference.xml	3 Oct 2003 07:59:28 -0000	1.1
  +++ reference.xml	4 Mar 2004 18:05:27 -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.2       +18 -0     maven-plugins/examples/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	24 Jan 2003 03:44:35 -0000	1.1
  +++ goals.xml	4 Mar 2004 18:05:27 -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.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/examples/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	24 Jan 2003 03:44:35 -0000	1.1
  +++ index.xml	4 Mar 2004 18:05:27 -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/examples/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	19 Mar 2003 05:54:19 -0000	1.2
  +++ navigation.xml	4 Mar 2004 18:05:27 -0000	1.3
  @@ -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 name="Maven examples Plugin">
     <title>Maven examples Plugin</title>
  
  
  
  1.2       +18 -0     maven-plugins/examples/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/examples/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	24 Jan 2003 03:44:35 -0000	1.1
  +++ properties.xml	4 Mar 2004 18:05:28 -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.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  

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