You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/04/30 16:47:54 UTC

cvs commit: maven-plugins/dashboard/src/plugin-resources/aggregators simiantdl.jelly

vmassol     2004/04/30 07:47:54

  Modified:    dashboard/src/plugin-resources/aggregators simiantdl.jelly
  Log:
  Binary --> Ascii
  
  Revision  Changes    Path
  1.2       +39 -39    maven-plugins/dashboard/src/plugin-resources/aggregators/simiantdl.jelly
  
  Index: simiantdl.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-resources/aggregators/simiantdl.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- simiantdl.jelly	30 Apr 2004 12:31:14 -0000	1.1
  +++ simiantdl.jelly	30 Apr 2004 14:47:54 -0000	1.2
  @@ -1,40 +1,40 @@
  -<?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.
  - */
  - -->
  -
  -<!--
  -   ========================================================================
  -     Total number of duplicate lines as found by Simian.
  -   ========================================================================
  --->
  -<j:jelly xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:u="jelly:util">
  -
  -  <u:file var="artifactAsFile" 
  -      name="${maven.dashboard.aggregator.simiantdl.artifact}"/>
  -  <j:choose>
  -    <j:when test="${artifactAsFile.exists()}">
  -      <x:parse var="doc" xml="${artifactAsFile}"/>
  -      <x:expr select="$doc//th[string() = 'Total number of duplicate lines']/following-sibling::*/text()"/>
  -    </j:when>
  -    <j:otherwise>
  -      <j:expr value="-"/>
  -    </j:otherwise>
  -  </j:choose>
  -
  +<?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.
  + */
  + -->
  +
  +<!--
  +   ========================================================================
  +     Total number of duplicate lines as found by Simian.
  +   ========================================================================
  +-->
  +<j:jelly xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:u="jelly:util">
  +
  +  <u:file var="artifactAsFile" 
  +      name="${maven.dashboard.aggregator.simiantdl.artifact}"/>
  +  <j:choose>
  +    <j:when test="${artifactAsFile.exists()}">
  +      <x:parse var="doc" xml="${artifactAsFile}"/>
  +      <x:expr select="$doc//th[string() = 'Total number of duplicate lines']/following-sibling::*/text()"/>
  +    </j:when>
  +    <j:otherwise>
  +      <j:expr value="-"/>
  +    </j:otherwise>
  +  </j:choose>
  +
   </j:jelly>
  
  
  

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