OSDN Git Service

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/deployer@30 bdfc86a3-8c30-0410-b963...
authoruguu <uguu@bdfc86a3-8c30-0410-b963-dc9a622ac1c7>
Mon, 4 Jun 2007 20:30:16 +0000 (20:30 +0000)
committeruguu <uguu@bdfc86a3-8c30-0410-b963-dc9a622ac1c7>
Mon, 4 Jun 2007 20:30:16 +0000 (20:30 +0000)
deployer-server/trunk/LICENSE.txt [new file with mode: 0644]
deployer-server/trunk/pom.xml
deployer-server/trunk/uguu.checkstyle.xml [new file with mode: 0644]

diff --git a/deployer-server/trunk/LICENSE.txt b/deployer-server/trunk/LICENSE.txt
new file mode 100644 (file)
index 0000000..f281d8f
--- /dev/null
@@ -0,0 +1,30 @@
+/*
+ * Copyright (C) 2007 uguu at users.sourceforge.jp, All Rights Reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ *    1. Redistributions of source code must retain the above copyright
+ *       notice, this list of conditions and the following disclaimer.
+ *
+ *    2. Redistributions in binary form must reproduce the above copyright
+ *       notice, this list of conditions and the following disclaimer in the
+ *       documentation and/or other materials provided with the distribution.
+ *
+ *    3. Neither the name of Clarkware Consulting, Inc. nor the names of its
+ *       contributors may be used to endorse or promote products derived
+ *       from this software without prior written permission. For written
+ *       permission, please contact clarkware@clarkware.com.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
+ * CLARKWARE CONSULTING OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+ * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ * NEGLIGENCE OR OTHERWISE) ARISING IN  ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
\ No newline at end of file
index 6b0aaf0..2cfff55 100644 (file)
@@ -7,7 +7,7 @@
     <version>1.0.0</version>\r
     <packaging>pom</packaging>\r
     <modules>\r
-        <module>deployer-bootstrap</module>\r
-        <module>deployer-core</module>\r
+        <module>../deployer-bootstrap</module>\r
+        <module>../deployer-core</module>\r
     </modules>\r
 </project>\r
diff --git a/deployer-server/trunk/uguu.checkstyle.xml b/deployer-server/trunk/uguu.checkstyle.xml
new file mode 100644 (file)
index 0000000..14fdd04
--- /dev/null
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--
+       This configuration file was written by the eclipse-cs plugin configuration editor
+-->\r
+<!--
+Checkstyle-Configuration: Uguu Checks
+Description:
+
+-->\r
+<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">\r
+<module name="Checker">\r
+    <property name="severity" value="warning"/>\r
+    <module name="TreeWalker">\r
+        <property name="tabWidth" value="4"/>\r
+        <module name="ModifierOrder"/>\r
+        <module name="RedundantModifier"/>\r
+        <module name="AvoidNestedBlocks"/>\r
+        <module name="EmptyBlock"/>\r
+        <module name="LeftCurly"/>\r
+        <module name="NeedBraces"/>\r
+        <module name="RightCurly"/>\r
+        <module name="AvoidInlineConditionals"/>\r
+        <module name="DoubleCheckedLocking"/>\r
+        <module name="EmptyStatement"/>\r
+        <module name="EqualsHashCode"/>\r
+        <module name="IllegalInstantiation"/>\r
+        <module name="InnerAssignment"/>\r
+        <module name="MissingSwitchDefault"/>\r
+        <module name="RedundantThrows"/>\r
+        <module name="SimplifyBooleanExpression"/>\r
+        <module name="SimplifyBooleanReturn"/>\r
+        <module name="DesignForExtension"/>\r
+        <module name="HideUtilityClassConstructor"/>\r
+        <module name="InterfaceIsType"/>\r
+        <module name="VisibilityModifier"/>\r
+        <module name="ArrayTypeStyle"/>\r
+        <module name="GenericIllegalRegexp">\r
+            <property name="format" value="\s+$"/>\r
+            <property name="ignoreComments" value="true"/>\r
+            <property name="message" value="Line has trailing spaces."/>\r
+        </module>\r
+        <module name="TodoComment"/>\r
+        <module name="UpperEll"/>\r
+        <module name="DefaultComesLast"/>\r
+        <module name="FallThrough"/>\r
+        <module name="IllegalCatch"/>\r
+        <module name="IllegalThrows"/>\r
+        <module name="ModifiedControlVariable"/>\r
+        <module name="RequireThis"/>\r
+        <module name="StringLiteralEquality"/>\r
+        <module name="FinalClass"/>\r
+        <module name="Indentation"/>\r
+        <module name="TrailingComment"/>\r
+        <module name="JavadocStyle">\r
+            <property name="checkFirstSentence" value="false"/>\r
+        </module>\r
+        <module name="JavadocType">\r
+            <property name="authorFormat" value="^\$Author.*\$$"/>\r
+            <property name="versionFormat" value="^\$Rev.*\$ \$Date.*\$$"/>\r
+        </module>\r
+        <module name="JavadocVariable"/>\r
+        <module name="AbstractClassName"/>\r
+        <module name="ConstantName"/>\r
+        <module name="LocalFinalVariableName"/>\r
+        <module name="LocalVariableName"/>\r
+        <module name="MemberName">\r
+            <property name="format" value="^[a-z_][a-zA-Z0-9]*$"/>\r
+        </module>\r
+        <module name="MethodName"/>\r
+        <module name="PackageName"/>\r
+        <module name="ParameterName"/>\r
+        <module name="StaticVariableName"/>\r
+        <module name="TypeName"/>\r
+        <module name="Header">\r
+            <property name="headerFile" value="${basedir}/LICENSE.txt"/>\r
+        </module>\r
+        <module name="AvoidStarImport"/>\r
+        <module name="IllegalImport"/>\r
+        <module name="ImportOrder"/>\r
+        <module name="RedundantImport"/>\r
+        <module name="UnusedImports"/>\r
+        <module name="EmptyForInitializerPad"/>\r
+        <module name="EmptyForIteratorPad"/>\r
+        <module name="NoWhitespaceAfter"/>\r
+        <module name="NoWhitespaceBefore"/>\r
+        <module name="OperatorWrap"/>\r
+        <module name="MethodParamPad"/>\r
+        <module name="ParenPad"/>\r
+        <module name="TabCharacter"/>\r
+        <module name="TypecastParenPad">\r
+            <property name="tokens" value="RPAREN,TYPECAST"/>\r
+        </module>\r
+        <module name="WhitespaceAfter"/>\r
+        <module name="WhitespaceAround">\r
+            <property name="tokens" value="ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"/>\r
+        </module>\r
+        <module name="CovariantEquals"/>\r
+        <module name="DeclarationOrder"/>\r
+        <module name="ExplicitInitialization"/>\r
+        <module name="HiddenField"/>\r
+        <module name="IllegalType">\r
+            <property name="tokens" value="METHOD_DEF,PARAMETER_DEF,VARIABLE_DEF"/>\r
+        </module>\r
+        <module name="JUnitTestCase"/>\r
+        <module name="MagicNumber"/>\r
+        <module name="MissingCtor"/>\r
+        <module name="MultipleVariableDeclarations"/>\r
+        <module name="PackageDeclaration"/>\r
+        <module name="MutableException"/>\r
+    </module>\r
+    <module name="NewlineAtEndOfFile">\r
+        <property name="lineSeparator" value="lf"/>\r
+    </module>\r
+    <module name="Translation"/>\r
+    <module name="PackageHtml"/>\r
+</module>\r