evenisse    2004/03/04 09:47:31

  Modified:    src/admin Tag: MAVEN-1_0-BRANCH create-checksums
                        deploy-artifact deploy-artifact.bat deploy-dist
                        deploy-dist.bat deploy-jar deploy-jar.bat
                        deploy-snapshot-jar deploy-snapshot-jar.bat
               src/bin  Tag: MAVEN-1_0-BRANCH maven maven.bat
               src/conf Tag: MAVEN-1_0-BRANCH defaults.properties
                        driver.jelly driver.properties log4j.properties
               src/messages Tag: MAVEN-1_0-BRANCH messages_el.properties
                        messages_en.properties messages_es.properties
                        messages_fr.properties messages_it.properties
                        messages_ja.properties messages_nl.properties
                        messages_no.properties messages_pl.properties
                        messages_zh_CN.properties
               src/xsd  Tag: MAVEN-1_0-BRANCH maven-navigation-1.0.xsd
                        maven-project.xsd
  Log:
  Update to ASL v.2
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.10.1  +15 -0     maven/src/admin/create-checksums
  
  Index: create-checksums
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/create-checksums,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -r1.2 -r1.2.10.1
  --- create-checksums  3 Jan 2003 18:38:02 -0000       1.2
  +++ create-checksums  4 Mar 2004 17:47:30 -0000       1.2.10.1
  @@ -1,4 +1,19 @@
   #!/bin/sh
  +# ----------------------------------------------------------------------------
  +#  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.
  +# ----------------------------------------------------------------------------
   
   for i in `find -name '*.jar'`
   do
  
  
  
  1.2.10.1  +15 -0     maven/src/admin/deploy-artifact
  
  Index: deploy-artifact
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/deploy-artifact,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -r1.2 -r1.2.10.1
  --- deploy-artifact   3 Jan 2003 18:38:02 -0000       1.2
  +++ deploy-artifact   4 Mar 2004 17:47:30 -0000       1.2.10.1
  @@ -1,4 +1,19 @@
   #!/bin/sh
  +# ----------------------------------------------------------------------------
  +#  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.
  +# ----------------------------------------------------------------------------
   
   # Copy DIST to the repository
   # $1 : artifact to copy
  
  
  
  1.5.10.1  +17 -0     maven/src/admin/deploy-artifact.bat
  
  Index: deploy-artifact.bat
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/deploy-artifact.bat,v
  retrieving revision 1.5
  retrieving revision 1.5.10.1
  diff -u -r1.5 -r1.5.10.1
  --- deploy-artifact.bat       5 Mar 2003 00:22:23 -0000       1.5
  +++ deploy-artifact.bat       4 Mar 2004 17:47:30 -0000       1.5.10.1
  @@ -1,3 +1,20 @@
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] Copyright 2001-2004 The Apache Software Foundation.
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the "License");
  [EMAIL PROTECTED] you may not use this file except in compliance with the License.
  [EMAIL PROTECTED] You may obtain a copy of the License at
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED]      http://www.apache.org/licenses/LICENSE-2.0
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, software
  [EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" BASIS,
  [EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
  [EMAIL PROTECTED] See the License for the specific language governing permissions and
  [EMAIL PROTECTED] limitations under the License.
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] 
  +
   @echo off
   REM Copy an artifact to the repository
   REM %1 : artifact to copy
  
  
  
  1.3.10.1  +15 -0     maven/src/admin/deploy-dist
  
  Index: deploy-dist
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/deploy-dist,v
  retrieving revision 1.3
  retrieving revision 1.3.10.1
  diff -u -r1.3 -r1.3.10.1
  --- deploy-dist       3 Jan 2003 18:38:02 -0000       1.3
  +++ deploy-dist       4 Mar 2004 17:47:30 -0000       1.3.10.1
  @@ -1,4 +1,19 @@
   #!/bin/sh
  +# ----------------------------------------------------------------------------
  +#  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.
  +# ----------------------------------------------------------------------------
   
   # Copy DIST to the repository
   # $1 : artifact to copy
  
  
  
  1.4.10.1  +17 -0     maven/src/admin/deploy-dist.bat
  
  Index: deploy-dist.bat
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/deploy-dist.bat,v
  retrieving revision 1.4
  retrieving revision 1.4.10.1
  diff -u -r1.4 -r1.4.10.1
  --- deploy-dist.bat   5 Mar 2003 00:22:23 -0000       1.4
  +++ deploy-dist.bat   4 Mar 2004 17:47:30 -0000       1.4.10.1
  @@ -1,3 +1,20 @@
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] Copyright 2001-2004 The Apache Software Foundation.
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the "License");
  [EMAIL PROTECTED] you may not use this file except in compliance with the License.
  [EMAIL PROTECTED] You may obtain a copy of the License at
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED]      http://www.apache.org/licenses/LICENSE-2.0
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, software
  [EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" BASIS,
  [EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
  [EMAIL PROTECTED] See the License for the specific language governing permissions and
  [EMAIL PROTECTED] limitations under the License.
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] 
  +
   @Echo off
   
   Rem Copy DIST to the repository
  
  
  
  1.4.10.1  +15 -0     maven/src/admin/deploy-jar
  
  Index: deploy-jar
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/deploy-jar,v
  retrieving revision 1.4
  retrieving revision 1.4.10.1
  diff -u -r1.4 -r1.4.10.1
  --- deploy-jar        23 Jan 2003 22:23:23 -0000      1.4
  +++ deploy-jar        4 Mar 2004 17:47:30 -0000       1.4.10.1
  @@ -1,4 +1,19 @@
   #!/bin/sh
  +# ----------------------------------------------------------------------------
  +#  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.
  +# ----------------------------------------------------------------------------
   
   # Deploy JAR to the repository
   # $1 : artifact to copy
  
  
  
  1.7.10.1  +17 -0     maven/src/admin/deploy-jar.bat
  
  Index: deploy-jar.bat
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/deploy-jar.bat,v
  retrieving revision 1.7
  retrieving revision 1.7.10.1
  diff -u -r1.7 -r1.7.10.1
  --- deploy-jar.bat    5 Mar 2003 00:22:23 -0000       1.7
  +++ deploy-jar.bat    4 Mar 2004 17:47:30 -0000       1.7.10.1
  @@ -1,3 +1,20 @@
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] Copyright 2001-2004 The Apache Software Foundation.
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the "License");
  [EMAIL PROTECTED] you may not use this file except in compliance with the License.
  [EMAIL PROTECTED] You may obtain a copy of the License at
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED]      http://www.apache.org/licenses/LICENSE-2.0
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, software
  [EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" BASIS,
  [EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
  [EMAIL PROTECTED] See the License for the specific language governing permissions and
  [EMAIL PROTECTED] limitations under the License.
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] 
  +
   @Echo Off
   Rem Deploy JAR to the repository
   Rem %1 : artifact to copy, e.g. commons-jelly-tags-betwixt-1.0-beta5.jar
  
  
  
  1.1.10.1  +15 -0     maven/src/admin/deploy-snapshot-jar
  
  Index: deploy-snapshot-jar
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/deploy-snapshot-jar,v
  retrieving revision 1.1
  retrieving revision 1.1.10.1
  diff -u -r1.1 -r1.1.10.1
  --- deploy-snapshot-jar       3 Jan 2003 18:38:02 -0000       1.1
  +++ deploy-snapshot-jar       4 Mar 2004 17:47:30 -0000       1.1.10.1
  @@ -1,4 +1,19 @@
   #!/bin/sh
  +# ----------------------------------------------------------------------------
  +#  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.
  +# ----------------------------------------------------------------------------
   
   # Deploy JAR to the repository
   # $1 : artifact to copy
  
  
  
  1.7.10.1  +17 -0     maven/src/admin/deploy-snapshot-jar.bat
  
  Index: deploy-snapshot-jar.bat
  ===================================================================
  RCS file: /home/cvs/maven/src/admin/deploy-snapshot-jar.bat,v
  retrieving revision 1.7
  retrieving revision 1.7.10.1
  diff -u -r1.7 -r1.7.10.1
  --- deploy-snapshot-jar.bat   5 Mar 2003 00:22:23 -0000       1.7
  +++ deploy-snapshot-jar.bat   4 Mar 2004 17:47:30 -0000       1.7.10.1
  @@ -1,3 +1,20 @@
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] Copyright 2001-2004 The Apache Software Foundation.
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the "License");
  [EMAIL PROTECTED] you may not use this file except in compliance with the License.
  [EMAIL PROTECTED] You may obtain a copy of the License at
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED]      http://www.apache.org/licenses/LICENSE-2.0
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, software
  [EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" BASIS,
  [EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
  [EMAIL PROTECTED] See the License for the specific language governing permissions and
  [EMAIL PROTECTED] limitations under the License.
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] 
  +
   @Echo off
   @Rem Deploy JAR to the repository
   @Rem %1 : artifact to copy, e.g. commons-jelly-tags-bewtixt-1.0-beta4.jar
  
  
  
  No                   revision
  No                   revision
  1.31.4.2  +15 -0     maven/src/bin/maven
  
  Index: maven
  ===================================================================
  RCS file: /home/cvs/maven/src/bin/maven,v
  retrieving revision 1.31.4.1
  retrieving revision 1.31.4.2
  diff -u -r1.31.4.1 -r1.31.4.2
  --- maven     3 Feb 2004 18:33:58 -0000       1.31.4.1
  +++ maven     4 Mar 2004 17:47:31 -0000       1.31.4.2
  @@ -1,4 +1,19 @@
   #!/bin/sh
  +# ----------------------------------------------------------------------------
  +#  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.
  +# ----------------------------------------------------------------------------
   
   #   Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
   #   reserved.
  
  
  
  1.38.4.3  +17 -0     maven/src/bin/maven.bat
  
  Index: maven.bat
  ===================================================================
  RCS file: /home/cvs/maven/src/bin/maven.bat,v
  retrieving revision 1.38.4.2
  retrieving revision 1.38.4.3
  diff -u -r1.38.4.2 -r1.38.4.3
  --- maven.bat 2 Feb 2004 23:34:12 -0000       1.38.4.2
  +++ maven.bat 4 Mar 2004 17:47:31 -0000       1.38.4.3
  @@ -1,4 +1,21 @@
   @REM ----------------------------------------------------------------------------
  [EMAIL PROTECTED] Copyright 2001-2004 The Apache Software Foundation.
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the "License");
  [EMAIL PROTECTED] you may not use this file except in compliance with the License.
  [EMAIL PROTECTED] You may obtain a copy of the License at
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED]      http://www.apache.org/licenses/LICENSE-2.0
  [EMAIL PROTECTED] 
  [EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, software
  [EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" BASIS,
  [EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
  [EMAIL PROTECTED] See the License for the specific language governing permissions and
  [EMAIL PROTECTED] limitations under the License.
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
  [EMAIL PROTECTED] 
  +
  [EMAIL PROTECTED] 
----------------------------------------------------------------------------
   @REM Maven Start Up Batch script
   @REM
   @REM Required ENV vars:
  
  
  
  No                   revision
  No                   revision
  1.8.4.1   +16 -0     maven/src/conf/defaults.properties
  
  Index: defaults.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/conf/defaults.properties,v
  retrieving revision 1.8
  retrieving revision 1.8.4.1
  diff -u -r1.8 -r1.8.4.1
  --- defaults.properties       29 Aug 2003 06:26:06 -0000      1.8
  +++ defaults.properties       4 Mar 2004 17:47:31 -0000       1.8.4.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # D R I V E R  P R O P E R T I E S
   # -------------------------------------------------------------------
   
  
  
  
  1.28.4.2  +18 -0     maven/src/conf/driver.jelly
  
  Index: driver.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/conf/driver.jelly,v
  retrieving revision 1.28.4.1
  retrieving revision 1.28.4.2
  diff -u -r1.28.4.1 -r1.28.4.2
  --- driver.jelly      18 Feb 2004 22:56:06 -0000      1.28.4.1
  +++ driver.jelly      4 Mar 2004 17:47:31 -0000       1.28.4.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.7.10.1  +16 -0     maven/src/conf/driver.properties
  
  Index: driver.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/conf/driver.properties,v
  retrieving revision 1.7
  retrieving revision 1.7.10.1
  diff -u -r1.7 -r1.7.10.1
  --- driver.properties 7 Jun 2003 01:27:52 -0000       1.7
  +++ driver.properties 4 Mar 2004 17:47:31 -0000       1.7.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # D R I V E R  P R O P E R T I E S
   # -------------------------------------------------------------------
   
  
  
  
  1.16.4.2  +16 -0     maven/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/conf/log4j.properties,v
  retrieving revision 1.16.4.1
  retrieving revision 1.16.4.2
  diff -u -r1.16.4.1 -r1.16.4.2
  --- log4j.properties  19 Feb 2004 23:28:31 -0000      1.16.4.1
  +++ log4j.properties  4 Mar 2004 17:47:31 -0000       1.16.4.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.
  +# -------------------------------------------------------------------
  +
   # ------------------------------------------------------------------------
   # L O G 4 J  C O N F I G U R A T I O N
   # ------------------------------------------------------------------------
  
  
  
  No                   revision
  No                   revision
  1.2.10.1  +16 -0     maven/src/messages/messages_el.properties
  
  Index: messages_el.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_el.properties,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -r1.2 -r1.2.10.1
  --- messages_el.properties    13 Dec 2002 23:50:58 -0000      1.2
  +++ messages_el.properties    4 Mar 2004 17:47:31 -0000       1.2.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # \u00c5\u00eb\u00e5\u00e3\u00ea\u00f4\u00de\u00f2 
\u00d3\u00f7\u00e5\u00e4\u00df\u00ef\u00f5
   # --------------------------------------------------------------------------
  
  
  
  1.3.10.1  +16 -0     maven/src/messages/messages_en.properties
  
  Index: messages_en.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_en.properties,v
  retrieving revision 1.3
  retrieving revision 1.3.10.1
  diff -u -r1.3 -r1.3.10.1
  --- messages_en.properties    6 Jan 2003 06:22:20 -0000       1.3
  +++ messages_en.properties    4 Mar 2004 17:47:31 -0000       1.3.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # Project Verifier
   # --------------------------------------------------------------------------
  
  
  
  1.4.10.1  +16 -0     maven/src/messages/messages_es.properties
  
  Index: messages_es.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_es.properties,v
  retrieving revision 1.4
  retrieving revision 1.4.10.1
  diff -u -r1.4 -r1.4.10.1
  --- messages_es.properties    13 Dec 2002 23:50:58 -0000      1.4
  +++ messages_es.properties    4 Mar 2004 17:47:31 -0000       1.4.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # Verificador de Proyecto
   # --------------------------------------------------------------------------
  
  
  
  1.6.10.1  +16 -0     maven/src/messages/messages_fr.properties
  
  Index: messages_fr.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_fr.properties,v
  retrieving revision 1.6
  retrieving revision 1.6.10.1
  diff -u -r1.6 -r1.6.10.1
  --- messages_fr.properties    23 Dec 2002 23:49:55 -0000      1.6
  +++ messages_fr.properties    4 Mar 2004 17:47:31 -0000       1.6.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # Project Verifier
   # --------------------------------------------------------------------------
  
  
  
  1.2.4.1   +16 -0     maven/src/messages/messages_it.properties
  
  Index: messages_it.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_it.properties,v
  retrieving revision 1.2
  retrieving revision 1.2.4.1
  diff -u -r1.2 -r1.2.4.1
  --- messages_it.properties    19 Aug 2003 04:32:17 -0000      1.2
  +++ messages_it.properties    4 Mar 2004 17:47:31 -0000       1.2.4.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # Project Verifier
   # --------------------------------------------------------------------------
  
  
  
  1.1.10.1  +16 -0     maven/src/messages/messages_ja.properties
  
  Index: messages_ja.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_ja.properties,v
  retrieving revision 1.1
  retrieving revision 1.1.10.1
  diff -u -r1.1 -r1.1.10.1
  --- messages_ja.properties    29 Jun 2003 13:48:58 -0000      1.1
  +++ messages_ja.properties    4 Mar 2004 17:47:31 -0000       1.1.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # Project Verifier
   # --------------------------------------------------------------------------
  
  
  
  1.2.10.1  +16 -0     maven/src/messages/messages_nl.properties
  
  Index: messages_nl.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_nl.properties,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -r1.2 -r1.2.10.1
  --- messages_nl.properties    11 Dec 2002 22:40:04 -0000      1.2
  +++ messages_nl.properties    4 Mar 2004 17:47:31 -0000       1.2.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # Project Verifier
   # --------------------------------------------------------------------------
  
  
  
  1.2.10.1  +16 -0     maven/src/messages/messages_no.properties
  
  Index: messages_no.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_no.properties,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -r1.2 -r1.2.10.1
  --- messages_no.properties    11 Dec 2002 22:40:04 -0000      1.2
  +++ messages_no.properties    4 Mar 2004 17:47:31 -0000       1.2.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------

   # Project Verifier

   # --------------------------------------------------------------------------

  
  
  
  1.2.10.1  +16 -0     maven/src/messages/messages_pl.properties
  
  Index: messages_pl.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_pl.properties,v
  retrieving revision 1.2
  retrieving revision 1.2.10.1
  diff -u -r1.2 -r1.2.10.1
  --- messages_pl.properties    11 Dec 2002 22:40:04 -0000      1.2
  +++ messages_pl.properties    4 Mar 2004 17:47:31 -0000       1.2.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # Project Verifier
   # --------------------------------------------------------------------------
  
  
  
  1.1.10.1  +16 -0     maven/src/messages/messages_zh_CN.properties
  
  Index: messages_zh_CN.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/messages/messages_zh_CN.properties,v
  retrieving revision 1.1
  retrieving revision 1.1.10.1
  diff -u -r1.1 -r1.1.10.1
  --- messages_zh_CN.properties 10 Jun 2003 13:40:39 -0000      1.1
  +++ messages_zh_CN.properties 4 Mar 2004 17:47:31 -0000       1.1.10.1
  @@ -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.
  +# -------------------------------------------------------------------
  +
   # --------------------------------------------------------------------------
   # ÏîÄ¿ÑéÖ¤
   # --------------------------------------------------------------------------
  
  
  
  No                   revision
  No                   revision
  1.7.10.1  +18 -0     maven/src/xsd/maven-navigation-1.0.xsd
  
  Index: maven-navigation-1.0.xsd
  ===================================================================
  RCS file: /home/cvs/maven/src/xsd/maven-navigation-1.0.xsd,v
  retrieving revision 1.7
  retrieving revision 1.7.10.1
  diff -u -r1.7 -r1.7.10.1
  --- maven-navigation-1.0.xsd  12 Apr 2003 02:09:10 -0000      1.7
  +++ maven-navigation-1.0.xsd  4 Mar 2004 17:47:31 -0000       1.7.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.
  + */
  + -->
  +
   <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
   
     <xs:element name="project">
  
  
  
  1.31.4.1  +18 -0     maven/src/xsd/Attic/maven-project.xsd
  
  Index: maven-project.xsd
  ===================================================================
  RCS file: /home/cvs/maven/src/xsd/Attic/maven-project.xsd,v
  retrieving revision 1.31
  retrieving revision 1.31.4.1
  diff -u -r1.31 -r1.31.4.1
  --- maven-project.xsd 19 Aug 2003 23:19:13 -0000      1.31
  +++ maven-project.xsd 4 Mar 2004 17:47:31 -0000       1.31.4.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.
  + */
  + -->
  +
   <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
     elementFormDefault="qualified">
     <xs:element name="project">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to