From 6fc197295ce805ab8d53f34af729c5683182261a Mon Sep 17 00:00:00 2001 From: uguu Date: Mon, 4 Jun 2007 20:30:16 +0000 Subject: [PATCH] git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/deployer@30 bdfc86a3-8c30-0410-b963-dc9a622ac1c7 --- deployer-server/trunk/LICENSE.txt | 30 ++++++++ deployer-server/trunk/pom.xml | 4 +- deployer-server/trunk/uguu.checkstyle.xml | 116 ++++++++++++++++++++++++++++++ 3 files changed, 148 insertions(+), 2 deletions(-) create mode 100644 deployer-server/trunk/LICENSE.txt create mode 100644 deployer-server/trunk/uguu.checkstyle.xml diff --git a/deployer-server/trunk/LICENSE.txt b/deployer-server/trunk/LICENSE.txt new file mode 100644 index 0000000..f281d8f --- /dev/null +++ b/deployer-server/trunk/LICENSE.txt @@ -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 diff --git a/deployer-server/trunk/pom.xml b/deployer-server/trunk/pom.xml index 6b0aaf0..2cfff55 100644 --- a/deployer-server/trunk/pom.xml +++ b/deployer-server/trunk/pom.xml @@ -7,7 +7,7 @@ 1.0.0 pom - deployer-bootstrap - deployer-core + ../deployer-bootstrap + ../deployer-core diff --git a/deployer-server/trunk/uguu.checkstyle.xml b/deployer-server/trunk/uguu.checkstyle.xml new file mode 100644 index 0000000..14fdd04 --- /dev/null +++ b/deployer-server/trunk/uguu.checkstyle.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.0