antlets/jalopy/src/conf jalopy.xml,NONE,1.1

[email protected] Mon, 01 Mar 2004 01:03:09 -0800
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/antlets/jalopy/src/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21389/jalopy/src/conf

Added Files:
	jalopy.xml 
Log Message:
jalopy antlet added

--- NEW FILE: jalopy.xml ---
<jalopy>
    <printer>
        <whitespace>
            <paddingLogicalOperators>true</paddingLogicalOperators>
            <padddingBraces>true</padddingBraces>
            <beforeStatementParenthesis>true</beforeStatementParenthesis>
            <padddingParenthesis>false</padddingParenthesis>
            <beforeBraces>false</beforeBraces>
            <paddingShiftOperators>true</paddingShiftOperators>
            <beforeMethodCallParenthesis>false</beforeMethodCallParenthesis>
            <beforeLogicalNot>false</beforeLogicalNot>
            <beforeBracketsTypes>false</beforeBracketsTypes>
            <paddingMathematicalOperators>true</paddingMathematicalOperators>
            <afterComma>true</afterComma>
            <afterCastingParenthesis>true</afterCastingParenthesis>
            <paddingBitwiseOperators>true</paddingBitwiseOperators>
            <beforeCaseColon>false</beforeCaseColon>
            <padddingTypeCast>false</padddingTypeCast>
            <beforeBrackets>false</beforeBrackets>
            <padddingBrackets>false</padddingBrackets>
            <paddingRelationalOperators>true</paddingRelationalOperators>
            <paddingAssignmentOperators>true</paddingAssignmentOperators>
            <beforeMethodDeclarationParenthesis>false</beforeMethodDeclarationParenthesis>
            <afterSemiColon>true</afterSemiColon>
        </whitespace>
        <blankLines>
            <afterClass>1</afterClass>
            <beforeBraceRight>0</beforeBraceRight>
            <beforeFooter>0</beforeFooter>
            <afterInterface>1</afterInterface>
            <beforeDeclaration>1</beforeDeclaration>
            <beforeCommentMultiLine>1</beforeCommentMultiLine>
            <afterDeclaration>0</afterDeclaration>
            <afterPackage>2</afterPackage>
            <afterBlock>1</afterBlock>
            <afterFooter>0</afterFooter>
            <beforeControl>1</beforeControl>
            <beforeHeader>0</beforeHeader>
            <keepUpTo>1</keepUpTo>
            <afterMethod>1</afterMethod>
            <beforeCaseBlock>1</beforeCaseBlock>
            <beforeJavadoc>1</beforeJavadoc>
            <beforeBlock>1</beforeBlock>
            <afterBraceLeft>0</afterBraceLeft>
            <beforeCommentSingleLine>1</beforeCommentSingleLine>
            <afterLastImport>2</afterLastImport>
            <afterHeader>0</afterHeader>
        </blankLines>
        <indentation>
            <leading>0</leading>
            <continationIfTernary>false</continationIfTernary>
            <braceCuddled>1</braceCuddled>
            <label>false</label>
            <general>4</general>
            <firstColumnComments>false</firstColumnComments>
            <tabs>
                <size>4</size>
                <use>false</use>
            </tabs>
            <extends>-1</extends>
            <caseFromSwitch>true</caseFromSwitch>
            <braceLeft>1</braceLeft>
            <continuation>4</continuation>
            <deep>55</deep>
            <parameter>-1</parameter>
            <braceRight>0</braceRight>
            <commentEndline>1</commentEndline>
            <throws>-1</throws>
            <useMethodCallParams>false</useMethodCallParams>
            <braceRightAfter>1</braceRightAfter>
            <implements>-1</implements>
            <continationIf>false</continationIf>
        </indentation>
        <sorting>
            <class>false</class>
            <modifiers>
                <use>true</use>
            </modifiers>
            <method>false</method>
            <constructor>false</constructor>
            <use>true</use>
            <order>Instance Variables,Instance Initializers,Static Variables/Initializers,Constructors,Methods,Interfaces,Classes</order>
            <interface>false</interface>
            <variable>false</variable>
            <orderModifiers>public,protected,private,static,abstract,final,synchronized,transient,volatile,native,strictfp</orderModifiers>
        </sorting>
        <wrapping>
            <paramsMethodDef>false</paramsMethodDef>
            <beforeOperator>true</beforeOperator>
            <use>true</use>
            <afterExtendsTypes>false</afterExtendsTypes>
            <arrayElements>0</arrayElements>
            <beforeExtends>true</beforeExtends>
            <afterLabel>true</afterLabel>
            <paramsMethodCall>false</paramsMethodCall>
            <afterThrowsTypes>false</afterThrowsTypes>
            <beforeImplements>true</beforeImplements>
            <beforeThrows>true</beforeThrows>
            <afterImplementsTypes>false</afterImplementsTypes>
            <paramsMethodCallIfCall>false</paramsMethodCallIfCall>
            <afterChainedMethodCall>false</afterChainedMethodCall>
            <lineLength>120</lineLength>
        </wrapping>
        <comments>
            <separator>
                <interface>Interfaces</interface>
                <instanceInit>Instance initializers</instanceInit>
                <instanceVariable>Instance variables</instanceVariable>
                <fillCharacter>�</fillCharacter>
                <staticVariableInit>Static variables/initializers</staticVariableInit>
                <ctor>Constructors</ctor>
                <method>Methods</method>
                <class>Classes</class>
            </separator>
            <insertSeparator>false</insertSeparator>
            <javadoc>
                <addCtor>0</addCtor>
                <templates>
                    <methods>
                        <exception> * @throws $exceptionType$ DOCUMENT ME!</exception>
                        <top>/**| * DOCUMENT ME!</top>
                        <bottom> */</bottom>
                        <return> * @return DOCUMENT ME!</return>
                        <param> * @param $paramType$ DOCUMENT ME!</param>
                    </methods>
                    <interface>/**| * DOCUMENT ME!| *| * @version $Revision: 1.1 $ $Date: 2004/03/01 09:03:06 $| * @author $author$| */</interface>
                    <constructors>
                        <param> * @param $paramType$ DOCUMENT ME!</param>
                        <bottom> */</bottom>
                        <exception> * @throws $exceptionType$ DOCUMENT ME!</exception>
                        <top>/**| * Creates a new $objectType$ object.</top>
                    </constructors>
                    <classes>/**| * DOCUMENT ME!| *| * @version $Revision: 1.1 $ $Date: 2004/03/01 09:03:06 $| * @author $author$| */</classes>
                    <variables>/** DOCUMENT ME! */</variables>
                </templates>
                <tags>
                    <standard>@ejb|@castor</standard>
                    <in-line />
                </tags>
                <remove>false</remove>
                <addMethod>1</addMethod>
                <addClass>1</addClass>
                <checkTags>true</checkTags>
                <addField>0</addField>
                <parseComments>true</parseComments>
                <checkInnerClass>false</checkInnerClass>
            </javadoc>
            <removeSingleLine>false</removeSingleLine>
            <formatMultiLine>false</formatMultiLine>
            <removeMultiLine>false</removeMultiLine>
            <insertSeparatorRecursive>false</insertSeparatorRecursive>
        </comments>
        <footer>
            <keys />
            <text />
            <use>false</use>
            <smartModeLines>0</smartModeLines>
        </footer>
        <braces>
            <treatMethodClassDifferent>false</treatMethodClassDifferent>
            <insertBracesWhile>false</insertBracesWhile>
            <removeBracesWhile>false</removeBracesWhile>
            <insertBracesFor>false</insertBracesFor>
            <insertBracesDoWhile>false</insertBracesDoWhile>
            <emptyInsertStatement>false</emptyInsertStatement>
            <rightBraceNewLine>false</rightBraceNewLine>
            <removeBracesFor>false</removeBracesFor>
            <removeBracesIfElse>false</removeBracesIfElse>
            <removeBracesBlock>true</removeBracesBlock>
            <removeBracesDoWhile>false</removeBracesDoWhile>
            <insertBracesIfElse>false</insertBracesIfElse>
            <emptyCuddle>false</emptyCuddle>
            <leftBraceNewLine>false</leftBraceNewLine>
        </braces>
        <header>
            <smartModeLines>0</smartModeLines>
            <use>true</use>
            <keys>Ordina Copyright Notice</keys>
            <text>/*
 * $Id: jalopy.xml,v 1.1 2004/03/01 09:03:06 homeijer Exp $
 * Ordina Copyright Notice
 *
 * Copyright (c) 2002 Ordina
 */
</text>
        </header>
        <chunks>
            <byBlankLines>true</byBlankLines>
            <byComments>true</byComments>
        </chunks>
        <environment />
        <alignment>
            <varIdents>false</varIdents>
            <ParamsMethodDef>false</ParamsMethodDef>
            <varAssigns>false</varAssigns>
            <ternaryExpresssion>false</ternaryExpresssion>
            <ternaryValue>false</ternaryValue>
        </alignment>
        <history>
            <policy>History.Policy [disabled]</policy>
        </history>
    </printer>
    <transform>
        <misc>
            <insertLoggingConditional>false</insertLoggingConditional>
            <insertUID>false</insertUID>
            <insertExpressionParenthesis>false</insertExpressionParenthesis>
        </misc>
        <import>
            <policy>ImportPolicy [disabled]</policy>
            <grouping>javax:1|com:2|java:1|gnu:2</grouping>
            <groupingDepth>2</groupingDepth>
            <sort>true</sort>
        </import>
    </transform>
    <messages>
        <transformMsgPrio>30000</transformMsgPrio>
        <printerMsgPrio>30000</printerMsgPrio>
        <parserJavadocMsgPrio>30000</parserJavadocMsgPrio>
        <parserMsgPrio>30000</parserMsgPrio>
        <printerJavadocMsgPrio>30000</printerJavadocMsgPrio>
        <showErrorStackTrace>true</showErrorStackTrace>
        <ioMsgPrio>30000</ioMsgPrio>
    </messages>
    <general>
        <styleDescription>Sun Java Coding Convention</styleDescription>
        <backupDirectory>bak</backupDirectory>
        <styleName>Sun</styleName>
        <sourceVersion>13</sourceVersion>
        <threadCount>1</threadCount>
        <backupLevel>0</backupLevel>
        <forceFormatting>false</forceFormatting>
    </general>
    <internal>
        <version>4</version>
    </internal>
</jalopy>



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click