You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/03/01 02:40:01 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz example.jelly

dion        2004/02/29 17:40:01

  Modified:    jelly/jelly-tags/junit maven.xml project.xml
                        project.properties build.xml
               jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit
                        runSuite.jelly suite.jelly
               jelly/jelly-tags/ojb project.xml build.xml maven.xml
                        project.properties
               jelly/jelly-tags/quartz build.xml project.xml
                        project.properties maven.xml
               jelly/jelly-tags/log project.xml maven.xml
                        project.properties build.xml
               jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit
                        package.html
               jelly/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log
                        suite.jelly
               jelly/jelly-tags/quartz/src/conf log4j.properties
               jelly/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz
                        package.html
               jelly/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb
                        package.html
               jelly/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log
                        package.html
               jelly/jelly-tags/ojb/src/test/org/apache/commons/jelly/tags/ojb
                        sample.jelly
               jelly/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz
                        example.jelly
  Log:
  ASL v2
  
  Revision  Changes    Path
  1.4       +15 -0     jakarta-commons/jelly/jelly-tags/junit/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/junit/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	21 Jan 2003 18:52:37 -0000	1.3
  +++ maven.xml	1 Mar 2004 01:40:00 -0000	1.4
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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">
   
     <!-- define the classpath used to run examples -->
  
  
  
  1.7       +15 -0     jakarta-commons/jelly/jelly-tags/junit/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/junit/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	25 Dec 2003 21:58:39 -0000	1.6
  +++ project.xml	1 Mar 2004 01:40:00 -0000	1.7
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 2002,2004 The Apache Software Foundation.
  +  
  +  Licensed under the Apache License, Version 2.0 (the "License");
  +  you may not use this file except in compliance with the License.
  +  You may obtain a copy of the License at
  +  
  +       http://www.apache.org/licenses/LICENSE-2.0
  +  
  +  Unless required by applicable law or agreed to in writing, software
  +  distributed under the License is distributed on an "AS IS" BASIS,
  +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   <project>
     <extend>${basedir}/../tag-project.xml</extend>
     <id>commons-jelly-tags-junit</id>
  
  
  
  1.4       +16 -0     jakarta-commons/jelly/jelly-tags/junit/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/junit/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	25 Dec 2003 21:58:39 -0000	1.3
  +++ project.properties	1 Mar 2004 01:40:00 -0000	1.4
  @@ -1,3 +1,19 @@
  +#
  +# Copyright 2002,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.3       +15 -0     jakarta-commons/jelly/jelly-tags/junit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/junit/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	23 Jan 2003 01:39:59 -0000	1.2
  +++ build.xml	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 2002,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="commons-jelly-tags-junit" basedir=".">
     <property name="defaulttargetdir" value="target">
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit/runSuite.jelly
  
  Index: runSuite.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit/runSuite.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- runSuite.jelly	21 Jan 2003 15:49:29 -0000	1.1
  +++ runSuite.jelly	1 Mar 2004 01:40:00 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 2002,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.
  +-->
   <j:jelly xmlns:j="jelly:core" xmlns:test="jelly:junit">
   
   <!-- lets define a test suite -->
  
  
  
  1.3       +15 -0     jakarta-commons/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit/suite.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- suite.jelly	23 Jan 2003 00:19:18 -0000	1.2
  +++ suite.jelly	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 2002,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.
  +-->
   <test:suite xmlns:j="jelly:core" 
     xmlns:test="jelly:junit">
   
  
  
  
  1.7       +15 -0     jakarta-commons/jelly/jelly-tags/ojb/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ojb/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	25 Dec 2003 21:58:39 -0000	1.6
  +++ project.xml	1 Mar 2004 01:40:00 -0000	1.7
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 2002,2004 The Apache Software Foundation.
  +  
  +  Licensed under the Apache License, Version 2.0 (the "License");
  +  you may not use this file except in compliance with the License.
  +  You may obtain a copy of the License at
  +  
  +       http://www.apache.org/licenses/LICENSE-2.0
  +  
  +  Unless required by applicable law or agreed to in writing, software
  +  distributed under the License is distributed on an "AS IS" BASIS,
  +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   <project>
     <extend>${basedir}/../tag-project.xml</extend>
     <id>commons-jelly-tags-ojb</id>
  
  
  
  1.3       +15 -0     jakarta-commons/jelly/jelly-tags/ojb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ojb/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	23 Jan 2003 01:39:59 -0000	1.2
  +++ build.xml	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 2002,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="commons-jelly-tags-ojb" basedir=".">
     <property name="defaulttargetdir" value="target">
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/ojb/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ojb/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	5 Jan 2003 19:26:05 -0000	1.1
  +++ maven.xml	1 Mar 2004 01:40:00 -0000	1.2
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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">
   
   </project>
  
  
  
  1.3       +16 -0     jakarta-commons/jelly/jelly-tags/ojb/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ojb/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	10 Feb 2003 06:30:26 -0000	1.2
  +++ project.properties	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,3 +1,19 @@
  +#
  +# Copyright 2002,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.3       +15 -0     jakarta-commons/jelly/jelly-tags/quartz/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/quartz/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	23 Jan 2003 01:39:59 -0000	1.2
  +++ build.xml	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 2002,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="commons-jelly-tags-quartz" basedir=".">
     <property name="defaulttargetdir" value="target">
  
  
  
  1.8       +15 -0     jakarta-commons/jelly/jelly-tags/quartz/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/quartz/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	25 Dec 2003 21:58:39 -0000	1.7
  +++ project.xml	1 Mar 2004 01:40:00 -0000	1.8
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 2002,2004 The Apache Software Foundation.
  +  
  +  Licensed under the Apache License, Version 2.0 (the "License");
  +  you may not use this file except in compliance with the License.
  +  You may obtain a copy of the License at
  +  
  +       http://www.apache.org/licenses/LICENSE-2.0
  +  
  +  Unless required by applicable law or agreed to in writing, software
  +  distributed under the License is distributed on an "AS IS" BASIS,
  +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   <project>
     <extend>${basedir}/../tag-project.xml</extend>
     <id>commons-jelly-tags-quartz</id>
  
  
  
  1.3       +16 -0     jakarta-commons/jelly/jelly-tags/quartz/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/quartz/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	10 Feb 2003 06:30:24 -0000	1.2
  +++ project.properties	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,3 +1,19 @@
  +#
  +# Copyright 2002,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.3       +15 -0     jakarta-commons/jelly/jelly-tags/quartz/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/quartz/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	21 Jan 2003 17:24:49 -0000	1.2
  +++ maven.xml	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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">
   
     <goal name="create-classpath" prereqs="java:compile,test:compile">
  
  
  
  1.6       +15 -0     jakarta-commons/jelly/jelly-tags/log/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/log/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	25 Dec 2003 21:58:39 -0000	1.5
  +++ project.xml	1 Mar 2004 01:40:00 -0000	1.6
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 2002,2004 The Apache Software Foundation.
  +  
  +  Licensed under the Apache License, Version 2.0 (the "License");
  +  you may not use this file except in compliance with the License.
  +  You may obtain a copy of the License at
  +  
  +       http://www.apache.org/licenses/LICENSE-2.0
  +  
  +  Unless required by applicable law or agreed to in writing, software
  +  distributed under the License is distributed on an "AS IS" BASIS,
  +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   <project>
     <extend>${basedir}/../tag-project.xml</extend>
     <id>commons-jelly-tags-log</id>
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/log/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/log/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	16 Jan 2003 22:41:33 -0000	1.1
  +++ maven.xml	1 Mar 2004 01:40:00 -0000	1.2
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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">
   
   </project>
  
  
  
  1.3       +16 -0     jakarta-commons/jelly/jelly-tags/log/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/log/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	10 Feb 2003 06:30:25 -0000	1.2
  +++ project.properties	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,3 +1,19 @@
  +#
  +# Copyright 2002,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.3       +15 -0     jakarta-commons/jelly/jelly-tags/log/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/log/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	23 Jan 2003 01:39:59 -0000	1.2
  +++ build.xml	1 Mar 2004 01:40:00 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 2002,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="commons-jelly-tags-log" basedir=".">
     <property name="defaulttargetdir" value="target">
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	19 Jan 2003 06:17:10 -0000	1.1
  +++ package.html	1 Mar 2004 01:40:01 -0000	1.2
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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>
   </head>
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- suite.jelly	22 Jan 2003 10:22:30 -0000	1.1
  +++ suite.jelly	1 Mar 2004 01:40:01 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 2002,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.
  +-->
   <test:suite xmlns:test="jelly:junit" xmlns:j="jelly:core" xmlns:log="jelly:log">
   
   	<test:case name="debugTest">
  
  
  
  1.2       +16 -0     jakarta-commons/jelly/jelly-tags/quartz/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/quartz/src/conf/log4j.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log4j.properties	21 Jan 2003 17:24:49 -0000	1.1
  +++ log4j.properties	1 Mar 2004 01:40:01 -0000	1.2
  @@ -1,3 +1,19 @@
  +#
  +# Copyright 2002,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.
  +#
  +
   log4j.rootLogger=DEBUG, A1
   log4j.rootCategory=INFO, A1
   
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	7 Jan 2003 14:54:15 -0000	1.1
  +++ package.html	1 Mar 2004 01:40:01 -0000	1.2
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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>
   </head>
  
  
  
  1.4       +15 -0     jakarta-commons/jelly/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	20 Jun 2002 14:30:43 -0000	1.3
  +++ package.html	1 Mar 2004 01:40:01 -0000	1.4
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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>
   </head>
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	16 Jan 2003 22:41:32 -0000	1.1
  +++ package.html	1 Mar 2004 01:40:01 -0000	1.2
  @@ -1,3 +1,18 @@
  +<!--
  +  Copyright 2002,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>
   </head>
  
  
  
  1.3       +15 -0     jakarta-commons/jelly/jelly-tags/ojb/src/test/org/apache/commons/jelly/tags/ojb/sample.jelly
  
  Index: sample.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ojb/src/test/org/apache/commons/jelly/tags/ojb/sample.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sample.jelly	1 Feb 2003 00:10:58 -0000	1.2
  +++ sample.jelly	1 Mar 2004 01:40:01 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 2002,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.
  +-->
   
   <j:jelly xmlns:j="jelly:core" xmlns:ojb="jelly:ojb">
   
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
  
  Index: example.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- example.jelly	7 Jan 2003 14:54:15 -0000	1.1
  +++ example.jelly	1 Mar 2004 01:40:01 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 2002,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.
  +-->
   
   <j:jelly xmlns:j="jelly:core"
            xmlns:q="jelly:quartz">
  
  
  

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