scolebourne    2004/02/29 01:48:28

  Modified:    validator build.properties.sample build.xml PROPOSAL.html
                        project.xml maven.xml project.properties
                        STATUS.html
               validator/xdocs index.xml community.xml tasks.xml faq.fml
                        resources.xml navigation.xml
  Log:
  Change to Apache License 2.0
  
  Revision  Changes    Path
  1.11      +68 -54    jakarta-commons/validator/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/build.properties.sample,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.properties.sample   15 Dec 2003 06:10:51 -0000      1.10
  +++ build.properties.sample   29 Feb 2004 09:48:28 -0000      1.11
  @@ -1,54 +1,68 @@
  -# $Header$

  -# $Revision$

  -# $Date$

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

  -# This is an example "build.properties" file.  Make any changes you need, 

  -# and rename this file to "build.properties" in the same directory that 

  -# contains the "build.xml" file.

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

  -apache.dir=D:/Java/Programs/Apache

  -# The JAR file containing version 1.6.1 (or later) of the Beanutils package

  -# from the Jakarta Commons project.

  -commons-beanutils.jar=../beanutils/dist/commons-beanutils.jar

  -

  -# The JAR file containing version 2.1 (or later) of the Collections package

  -# from the Jakarta Commons project.

  -commons-collections.jar=../collections/dist/commons-collections.jar

  -

  -# The JAR file containing version 1.5 (or later) of the Digester package

  -# from the Jakarta Commons project.

  -commons-digester.jar=../digester/dist/commons-digester.jar

  -

  -# The JAR file containing version 1.0.3 (or later) of the Logging package

  -# from the Jakarta Commons project.

  -commons-logging.jar=../logging/dist/commons-logging.jar

  -

  -# The JAR file containing version 2.07 (or later) of 

  -# the the Jakarta ORO project.

  -oro.jar=${apache.dir}/jakarta-oro-2.0.7/jakarta-oro-2.0.7.jar

  -

  -# The JAR file containing version 3.8.1 (or later) of

  -# JUnit Unit Testing (http://www.junit.org)

  -junit.jar=D:/java/Lib/junit3.8.1/junit.jar

  -

  -# Needed for building the Javadocs

  -xerces.jar=${apache.dir}/xerces-1_4_2/xerces.jar

  -

  -# jsdoc 1.5.2 or Newer is needed for building the Javascript Javadocs

  -jsdoc.home=/cygdrive/d/Projects/Sourceforge/JsDoc/JSDoc-1.5.2

  -

  -#############################Maven Variables #######################################

  -# CVS Start Change Log date

  -maven.changelog.range=2000

  -

  -

  -# If you are using ssh tunneling & have a .cvspass file setup

  -cvs.developer.host=localhost

  -# Maven deploy user

  -cvs.developer.id=rleland

  -

  -######## Maven Variables located in your $HOME/build.properties ####

  -# maven.username=rleland

  -# maven.mode.online=true

  -# maven.debugOn=true

  -

  +#   Copyright 2003-2004 The Apache Software Foundation
  +#
  +#   Licensed under the Apache License, Version 2.0 (the "License");
  +#   you may not use this file except in compliance with the License.
  +#   You may obtain a copy of the License at
  +#
  +#       http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#   Unless required by applicable law or agreed to in writing, software
  +#   distributed under the License is distributed on an "AS IS" BASIS,
  +#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#   See the License for the specific language governing permissions and
  +#   limitations under the License.
  +
  +# $Header$
  +# $Revision$
  +# $Date$
  +# -----------------------------------------------------------------------------
  +# This is an example "build.properties" file.  Make any changes you need, 
  +# and rename this file to "build.properties" in the same directory that 
  +# contains the "build.xml" file.
  +# -----------------------------------------------------------------------------
  +apache.dir=D:/Java/Programs/Apache
  +# The JAR file containing version 1.6.1 (or later) of the Beanutils package
  +# from the Jakarta Commons project.
  +commons-beanutils.jar=../beanutils/dist/commons-beanutils.jar
  +
  +# The JAR file containing version 2.1 (or later) of the Collections package
  +# from the Jakarta Commons project.
  +commons-collections.jar=../collections/dist/commons-collections.jar
  +
  +# The JAR file containing version 1.5 (or later) of the Digester package
  +# from the Jakarta Commons project.
  +commons-digester.jar=../digester/dist/commons-digester.jar
  +
  +# The JAR file containing version 1.0.3 (or later) of the Logging package
  +# from the Jakarta Commons project.
  +commons-logging.jar=../logging/dist/commons-logging.jar
  +
  +# The JAR file containing version 2.07 (or later) of 
  +# the the Jakarta ORO project.
  +oro.jar=${apache.dir}/jakarta-oro-2.0.7/jakarta-oro-2.0.7.jar
  +
  +# The JAR file containing version 3.8.1 (or later) of
  +# JUnit Unit Testing (http://www.junit.org)
  +junit.jar=D:/java/Lib/junit3.8.1/junit.jar
  +
  +# Needed for building the Javadocs
  +xerces.jar=${apache.dir}/xerces-1_4_2/xerces.jar
  +
  +# jsdoc 1.5.2 or Newer is needed for building the Javascript Javadocs
  +jsdoc.home=/cygdrive/d/Projects/Sourceforge/JsDoc/JSDoc-1.5.2
  +
  +#############################Maven Variables #######################################
  +# CVS Start Change Log date
  +maven.changelog.range=2000
  +
  +
  +# If you are using ssh tunneling & have a .cvspass file setup
  +cvs.developer.host=localhost
  +# Maven deploy user
  +cvs.developer.id=rleland
  +
  +######## Maven Variables located in your $HOME/build.properties ####
  +# maven.username=rleland
  +# maven.mode.online=true
  +# maven.debugOn=true
  +
  
  
  
  1.31      +16 -1     jakarta-commons/validator/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 15 Dec 2003 09:24:11 -0000      1.30
  +++ build.xml 29 Feb 2004 09:48:28 -0000      1.31
  @@ -1,3 +1,18 @@
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <project name="Validator" default="dist" basedir=".">
   
   
  
  
  
  1.2       +15 -0     jakarta-commons/validator/PROPOSAL.html
  
  Index: PROPOSAL.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/PROPOSAL.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PROPOSAL.html     10 Jan 2002 07:01:32 -0000      1.1
  +++ PROPOSAL.html     29 Feb 2004 09:48:28 -0000      1.2
  @@ -1,3 +1,18 @@
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <html>
   <head>
   <title>Proposal for Validator Library Package</title>
  
  
  
  1.33      +15 -0     jakarta-commons/validator/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml       29 Jan 2004 19:14:46 -0000      1.32
  +++ project.xml       29 Feb 2004 09:48:28 -0000      1.33
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <project>
     <name>Validator</name>
  
  
  
  1.4       +15 -0     jakarta-commons/validator/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 20 Aug 2003 04:19:15 -0000      1.3
  +++ maven.xml 29 Feb 2004 09:48:28 -0000      1.4
  @@ -1,3 +1,18 @@
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <project default="java:jar">
   
     <preGoal name="xdoc:jelly-transform">
  
  
  
  1.6       +14 -1     jakarta-commons/validator/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties        18 Feb 2004 04:11:34 -0000      1.5
  +++ project.properties        29 Feb 2004 09:48:28 -0000      1.6
  @@ -1,3 +1,16 @@
  +#   Copyright 2003-2004 The Apache Software Foundation
  +#
  +#   Licensed under the Apache License, Version 2.0 (the "License");
  +#   you may not use this file except in compliance with the License.
  +#   You may obtain a copy of the License at
  +#
  +#       http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#   Unless required by applicable law or agreed to in writing, software
  +#   distributed under the License is distributed on an "AS IS" BASIS,
  +#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#   See the License for the specific language governing permissions and
  +#   limitations under the License.
   
   # -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S - Modeled after Turbine project.properties
  
  
  
  1.9       +15 -0     jakarta-commons/validator/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/STATUS.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- STATUS.html       30 Apr 2003 18:11:08 -0000      1.8
  +++ STATUS.html       29 Feb 2004 09:48:28 -0000      1.9
  @@ -1,3 +1,18 @@
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <html>
   <head>
   <title>Status File for Jakarta Commons "Validator" Component</title>
  
  
  
  1.2       +15 -0     jakarta-commons/validator/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 6 Oct 2002 23:57:50 -0000       1.1
  +++ index.xml 29 Feb 2004 09:48:28 -0000      1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <document>
   
  
  
  
  1.2       +15 -0     jakarta-commons/validator/xdocs/community.xml
  
  Index: community.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/community.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- community.xml     18 Aug 2003 05:02:48 -0000      1.1
  +++ community.xml     29 Feb 2004 09:48:28 -0000      1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <document>
     <properties>
  
  
  
  1.9       +15 -0     jakarta-commons/validator/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/tasks.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tasks.xml 19 Feb 2004 06:06:24 -0000      1.8
  +++ tasks.xml 29 Feb 2004 09:48:28 -0000      1.9
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <document>
     <properties>
  
  
  
  1.2       +15 -0     jakarta-commons/validator/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/faq.fml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.fml   22 Aug 2003 04:20:48 -0000      1.1
  +++ faq.fml   29 Feb 2004 09:48:28 -0000      1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <document>
   
  
  
  
  1.3       +15 -0     jakarta-commons/validator/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/resources.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- resources.xml     29 Nov 2003 18:59:48 -0000      1.2
  +++ resources.xml     29 Feb 2004 09:48:28 -0000      1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <document>
   
  
  
  
  1.4       +15 -0     jakarta-commons/validator/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml    15 Dec 2003 06:34:35 -0000      1.3
  +++ navigation.xml    29 Feb 2004 09:48:28 -0000      1.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <project name="Validator">
   
     <title>Validator</title>
  
  
  

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

Reply via email to