You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/02/23 19:59:49 UTC

svn commit: r511051 - in /incubator/tuscany/branches/sca-java-integration/sca/kernel: core/.checkstyle spi/.checkstyle

Author: rfeng
Date: Fri Feb 23 10:59:48 2007
New Revision: 511051

URL: http://svn.apache.org/viewvc?view=rev&rev=511051
Log:
Use "Tuscany Checks" as the name of checkstyle configuration for consistency

Modified:
    incubator/tuscany/branches/sca-java-integration/sca/kernel/core/.checkstyle
    incubator/tuscany/branches/sca-java-integration/sca/kernel/spi/.checkstyle

Modified: incubator/tuscany/branches/sca-java-integration/sca/kernel/core/.checkstyle
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/kernel/core/.checkstyle?view=diff&rev=511051&r1=511050&r2=511051
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/kernel/core/.checkstyle (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/kernel/core/.checkstyle Fri Feb 23 10:59:48 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fileset-config file-format-version="1.2.0" simple-config="true">
-    <fileset name="all" enabled="true" check-config-name="Tuscany" local="false">
+    <fileset name="all" enabled="true" check-config-name="Tuscany Checks" local="false">
         <file-match-pattern match-pattern="." include-pattern="true"/>
     </fileset>
 </fileset-config>

Modified: incubator/tuscany/branches/sca-java-integration/sca/kernel/spi/.checkstyle
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/kernel/spi/.checkstyle?view=diff&rev=511051&r1=511050&r2=511051
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/kernel/spi/.checkstyle (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/kernel/spi/.checkstyle Fri Feb 23 10:59:48 2007
@@ -3,7 +3,7 @@
     <local-check-config name="Tuscany" location="F:\TuscanyLatest\buildtools\src\main\resources\tuscany-checkstyle.xml" type="external" description="">
         <additional-data name="protect-config-file" value="false"/>
     </local-check-config>
-    <fileset name="all" enabled="true" check-config-name="Tuscany" local="false">
+    <fileset name="all" enabled="true" check-config-name="Tuscany Checks" local="false">
         <file-match-pattern match-pattern="." include-pattern="true"/>
     </fileset>
 </fileset-config>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org