brett       2004/04/20 17:55:44

  Modified:    announcement/src/plugin-resources announcement.jsl
               changelog/src/plugin-resources changelog.jsl
               changes/src/plugin-resources changes.jsl
               checkstyle/src/plugin-resources checkstyle.jsl
               cruisecontrol/src/plugin-resources cruisecontrol.jsl
               dashboard/src/plugin-resources/templates dashboard.jsl
                        legend.jsl
               developer-activity/src/plugin-resources
                        developer-activity.jsl
               file-activity/src/plugin-resources
                        maven-file-activity-plugin.jsl
               jdepend/src/plugin-resources jdepend.jsl
               jira/src/plugin-resources jira.jsl
               junit-report/src/plugin-resources junit-failed.jsl junit.jsl
               linkcheck/src/plugin-resources linkcheck.jsl
               multichanges/src/plugin-resources releases.jsl
               pmd/src/plugin-resources pmd.jsl
               scm/src/plugin-resources pom-release.jsl
               xdoc/src/plugin-resources site.jsl
  Log:
  add license to JSL files
  
  Revision  Changes    Path
  1.7       +20 -0     maven-plugins/announcement/src/plugin-resources/announcement.jsl
  
  Index: announcement.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven-plugins/announcement/src/plugin-resources/announcement.jsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- announcement.jsl  18 Apr 2004 20:59:42 -0000      1.6
  +++ announcement.jsl  21 Apr 2004 00:55:43 -0000      1.7
  @@ -1,4 +1,24 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
       
   <jsl:stylesheet
       select="$doc"
  
  
  
  1.7       +20 -0     maven-plugins/changelog/src/plugin-resources/changelog.jsl
  
  Index: changelog.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/src/plugin-resources/changelog.jsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changelog.jsl     4 Feb 2004 00:40:33 -0000       1.6
  +++ changelog.jsl     21 Apr 2004 00:55:43 -0000      1.7
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.11      +20 -0     maven-plugins/changes/src/plugin-resources/changes.jsl
  
  Index: changes.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/src/plugin-resources/changes.jsl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.jsl       10 Apr 2004 03:02:40 -0000      1.10
  +++ changes.jsl       21 Apr 2004 00:55:43 -0000      1.11
  @@ -1,4 +1,24 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
       
   <jsl:stylesheet
       select="$doc"
  
  
  
  1.13      +20 -0     maven-plugins/checkstyle/src/plugin-resources/checkstyle.jsl
  
  Index: checkstyle.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/src/plugin-resources/checkstyle.jsl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- checkstyle.jsl    29 Jan 2004 05:34:55 -0000      1.12
  +++ checkstyle.jsl    21 Apr 2004 00:55:43 -0000      1.13
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.6       +20 -0     
maven-plugins/cruisecontrol/src/plugin-resources/cruisecontrol.jsl
  
  Index: cruisecontrol.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven-plugins/cruisecontrol/src/plugin-resources/cruisecontrol.jsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cruisecontrol.jsl 3 Jan 2004 06:12:03 -0000       1.5
  +++ cruisecontrol.jsl 21 Apr 2004 00:55:43 -0000      1.6
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet select="$doc"
     xmlns:jsl="jelly:jsl"
     xmlns:j="jelly:core"
  
  
  
  1.6       +20 -0     
maven-plugins/dashboard/src/plugin-resources/templates/dashboard.jsl
  
  Index: dashboard.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven-plugins/dashboard/src/plugin-resources/templates/dashboard.jsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- dashboard.jsl     3 Dec 2003 11:10:08 -0000       1.5
  +++ dashboard.jsl     21 Apr 2004 00:55:43 -0000      1.6
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.3       +20 -0     
maven-plugins/dashboard/src/plugin-resources/templates/legend.jsl
  
  Index: legend.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven-plugins/dashboard/src/plugin-resources/templates/legend.jsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- legend.jsl        3 Dec 2003 11:10:45 -0000       1.2
  +++ legend.jsl        21 Apr 2004 00:55:43 -0000      1.3
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.4       +20 -0     
maven-plugins/developer-activity/src/plugin-resources/developer-activity.jsl
  
  Index: developer-activity.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven-plugins/developer-activity/src/plugin-resources/developer-activity.jsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- developer-activity.jsl    19 Aug 2003 04:45:05 -0000      1.3
  +++ developer-activity.jsl    21 Apr 2004 00:55:43 -0000      1.4
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.5       +20 -0     
maven-plugins/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl
  
  Index: maven-file-activity-plugin.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven-plugins/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven-file-activity-plugin.jsl    28 Oct 2003 10:57:43 -0000      1.4
  +++ maven-file-activity-plugin.jsl    21 Apr 2004 00:55:43 -0000      1.5
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.8       +20 -0     maven-plugins/jdepend/src/plugin-resources/jdepend.jsl
  
  Index: jdepend.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdepend/src/plugin-resources/jdepend.jsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jdepend.jsl       29 Jan 2004 04:58:36 -0000      1.7
  +++ jdepend.jsl       21 Apr 2004 00:55:44 -0000      1.8
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.2       +21 -1     maven-plugins/jira/src/plugin-resources/jira.jsl
  
  Index: jira.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jira/src/plugin-resources/jira.jsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jira.jsl  3 Feb 2004 12:02:06 -0000       1.1
  +++ jira.jsl  21 Apr 2004 00:55:44 -0000      1.2
  @@ -1,5 +1,25 @@
   <?xml version="1.0" encoding="ISO-8859-1" ?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  @@ -72,4 +92,4 @@
       </document>
     </jsl:template>
     
  -</jsl:stylesheet>
  \ No newline at end of file
  +</jsl:stylesheet>
  
  
  
  1.5       +18 -0     maven-plugins/junit-report/src/plugin-resources/junit-failed.jsl
  
  Index: junit-failed.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven-plugins/junit-report/src/plugin-resources/junit-failed.jsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- junit-failed.jsl  19 Aug 2003 05:13:50 -0000      1.4
  +++ junit-failed.jsl  21 Apr 2004 00:55:44 -0000      1.5
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <jsl:stylesheet
     select="$doc"
  
  
  
  1.8       +18 -0     maven-plugins/junit-report/src/plugin-resources/junit.jsl
  
  Index: junit.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/src/plugin-resources/junit.jsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- junit.jsl 30 Jan 2004 04:57:40 -0000      1.7
  +++ junit.jsl 21 Apr 2004 00:55:44 -0000      1.8
  @@ -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.
  + */
  + -->
  +
   
   <jsl:stylesheet
     select="$doc"
  
  
  
  1.5       +20 -0     maven-plugins/linkcheck/src/plugin-resources/linkcheck.jsl
  
  Index: linkcheck.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/src/plugin-resources/linkcheck.jsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- linkcheck.jsl     11 Feb 2004 09:41:32 -0000      1.4
  +++ linkcheck.jsl     21 Apr 2004 00:55:44 -0000      1.5
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.3       +20 -0     maven-plugins/multichanges/src/plugin-resources/releases.jsl
  
  Index: releases.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multichanges/src/plugin-resources/releases.jsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- releases.jsl      10 Nov 2003 20:00:47 -0000      1.2
  +++ releases.jsl      21 Apr 2004 00:55:44 -0000      1.3
  @@ -1,4 +1,24 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
       
   <jsl:stylesheet
       select="$doc"
  
  
  
  1.4       +20 -0     maven-plugins/pmd/src/plugin-resources/pmd.jsl
  
  Index: pmd.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/pmd.jsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- pmd.jsl   30 Jul 2003 00:50:37 -0000      1.3
  +++ pmd.jsl   21 Apr 2004 00:55:44 -0000      1.4
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:j="jelly:core"
  
  
  
  1.3       +20 -0     maven-plugins/scm/src/plugin-resources/pom-release.jsl
  
  Index: pom-release.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/src/plugin-resources/pom-release.jsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pom-release.jsl   17 Sep 2003 23:03:24 -0000      1.2
  +++ pom-release.jsl   21 Apr 2004 00:55:44 -0000      1.3
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
  +
   <jsl:stylesheet
     select="$doc"
     xmlns:jsl="jelly:jsl"
  
  
  
  1.54      +20 -0     maven-plugins/xdoc/src/plugin-resources/site.jsl
  
  Index: site.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/site.jsl,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- site.jsl  12 Apr 2004 22:54:54 -0000      1.53
  +++ site.jsl  21 Apr 2004 00:55:44 -0000      1.54
  @@ -1,4 +1,24 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 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.
  + * 
  + * ========================================================================
  +-->
   <!-- stylesheet to be used -->
   <jsl:stylesheet select="$doc"
     xmlns:define="jelly:define"
  
  
  

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

Reply via email to