Author: matzew
Date: Mon Jul 24 15:55:54 2006
New Revision: 425214
URL: http://svn.apache.org/viewvc?rev=425214&view=rev
Log:
small renaming
Added:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/
- copied from r425186,
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/trinidad/
- copied from r425186,
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/adf-faces/
Removed:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/adf-faces/
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/trinidad/checkstyle.xml
Modified:
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/trinidad/checkstyle.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/trinidad/checkstyle.xml?rev=425214&r1=425186&r2=425214&view=diff
==============================================================================
---
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/trinidad/checkstyle.xml
(original)
+++
incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/trinidad/checkstyle.xml
Mon Jul 24 15:55:54 2006
@@ -1,44 +1,44 @@
-<?xml version="1.0"?>
-<!--
- Copyright 2006 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.
--->
-<!DOCTYPE module PUBLIC
- "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
- "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
-<module name="Checker">
- <module name="TreeWalker">
- <module name="AvoidStarImport"/>
- <module name="MemberName">
- <property name="format"
- value="^_[a-z][a-zA-Z0-9]*$"/>
- <property name="applyToPublic" value="false"/>
- <property name="applyToPackage" value="false"/>
- <property name="applyToProtected" value="false"/>
- </module>
- <module name="ConstantName">
- <property name="format"
- value="^[_A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"/>
- </module>
- <module name="IllegalImport">
- <property name="illegalPkgs" value="com.sun"/>
- </module>
- <module name="RedundantImport"/>
- <module name="UnusedImports"/>
- <module name="LeftCurly">
- <property name="option" value="nl"/>
- </module>
- <module name="AvoidNestedBlocks"/>
- </module>
-</module>
+<?xml version="1.0"?>
+<!--
+ Copyright 2006 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.
+-->
+<!DOCTYPE module PUBLIC
+ "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
+ "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
+<module name="Checker">
+ <module name="TreeWalker">
+ <module name="AvoidStarImport"/>
+ <module name="MemberName">
+ <property name="format"
+ value="^_[a-z][a-zA-Z0-9]*$"/>
+ <property name="applyToPublic" value="false"/>
+ <property name="applyToPackage" value="false"/>
+ <property name="applyToProtected" value="false"/>
+ </module>
+ <module name="ConstantName">
+ <property name="format"
+ value="^[_A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"/>
+ </module>
+ <module name="IllegalImport">
+ <property name="illegalPkgs" value="com.sun"/>
+ </module>
+ <module name="RedundantImport"/>
+ <module name="UnusedImports"/>
+ <module name="LeftCurly">
+ <property name="option" value="nl"/>
+ </module>
+ <module name="AvoidNestedBlocks"/>
+ </module>
+</module>
\ No newline at end of file