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 18:47:53 UTC

cvs commit: maven build-bootstrap.xml checkstyle.xml gump.xml maven.xml plugins-site.xml project.properties project.xml release.xml

evenisse    2004/03/04 09:47:53

  Modified:    .        Tag: MAVEN-1_0-BRANCH build-bootstrap.xml
                        checkstyle.xml gump.xml maven.xml plugins-site.xml
                        project.properties project.xml release.xml
  Log:
  Update to ASL v.2
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.212.2.5 +18 -0     maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/maven/build-bootstrap.xml,v
  retrieving revision 1.212.2.4
  retrieving revision 1.212.2.5
  diff -u -r1.212.2.4 -r1.212.2.5
  --- build-bootstrap.xml	31 Dec 2003 01:29:02 -0000	1.212.2.4
  +++ build-bootstrap.xml	4 Mar 2004 17:47:53 -0000	1.212.2.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.
  + */
  + -->
  +
   
   <project name="Maven" default="bootstrap" basedir=".">
   
  
  
  
  1.3.4.1   +18 -0     maven/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/maven/checkstyle.xml,v
  retrieving revision 1.3
  retrieving revision 1.3.4.1
  diff -u -r1.3 -r1.3.4.1
  --- checkstyle.xml	28 Oct 2003 00:08:18 -0000	1.3
  +++ checkstyle.xml	4 Mar 2004 17:47:53 -0000	1.3.4.1
  @@ -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.
  + */
  + -->
  +
   <!DOCTYPE module PUBLIC
       "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
       "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
  
  
  
  1.8.10.1  +18 -0     maven/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/maven/gump.xml,v
  retrieving revision 1.8
  retrieving revision 1.8.10.1
  diff -u -r1.8 -r1.8.10.1
  --- gump.xml	24 Feb 2003 23:48:18 -0000	1.8
  +++ gump.xml	4 Mar 2004 17:47:53 -0000	1.8.10.1
  @@ -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.
  + */
  + -->
  +
   
   <module name="maven">
     <description>Java Project Management Tools</description>
  
  
  
  1.97.2.15 +17 -0     maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.97.2.14
  retrieving revision 1.97.2.15
  diff -u -r1.97.2.14 -r1.97.2.15
  --- maven.xml	3 Mar 2004 10:54:57 -0000	1.97.2.14
  +++ maven.xml	4 Mar 2004 17:47:53 -0000	1.97.2.15
  @@ -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="jar:jar"
     xmlns:j="jelly:core"
     xmlns:u="jelly:util"
  
  
  
  1.1.4.3   +17 -0     maven/plugins-site.xml
  
  Index: plugins-site.xml
  ===================================================================
  RCS file: /home/cvs/maven/plugins-site.xml,v
  retrieving revision 1.1.4.2
  retrieving revision 1.1.4.3
  diff -u -r1.1.4.2 -r1.1.4.3
  --- plugins-site.xml	26 Jan 2004 22:50:23 -0000	1.1.4.2
  +++ plugins-site.xml	4 Mar 2004 17:47:53 -0000	1.1.4.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 xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:ant="jelly:ant">
   
     <!-- ================================================================== -->
  
  
  
  1.51.2.17 +16 -0     maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/project.properties,v
  retrieving revision 1.51.2.16
  retrieving revision 1.51.2.17
  diff -u -r1.51.2.16 -r1.51.2.17
  --- project.properties	2 Mar 2004 01:40:51 -0000	1.51.2.16
  +++ project.properties	4 Mar 2004 17:47:53 -0000	1.51.2.17
  @@ -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
   # -------------------------------------------------------------------
   
  
  
  
  1.317.4.13 +18 -0     maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/project.xml,v
  retrieving revision 1.317.4.12
  retrieving revision 1.317.4.13
  diff -u -r1.317.4.12 -r1.317.4.13
  --- project.xml	3 Mar 2004 10:38:20 -0000	1.317.4.12
  +++ project.xml	4 Mar 2004 17:47:53 -0000	1.317.4.13
  @@ -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>
     <pomVersion>3</pomVersion>
  
  
  
  1.1.4.1   +17 -0     maven/release.xml
  
  Index: release.xml
  ===================================================================
  RCS file: /home/cvs/maven/release.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -r1.1 -r1.1.4.1
  --- release.xml	24 Nov 2003 19:57:34 -0000	1.1
  +++ release.xml	4 Mar 2004 17:47:53 -0000	1.1.4.1
  @@ -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>
   
     <!-- Current contains release and install goop, can be further decompose. -->
  
  
  

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