This is still using the old checkstyle format....which wont work
anymore....
--
dIon Gillard, Multitask Consulting
Work: http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers
[EMAIL PROTECTED] wrote on 06/25/2002 12:25:48 PM:
> Update of /usr/local/cvs-repository/maven/commons-jelly
> In directory eng.werken.com:/tmp/cvs-serv18555/commons-jelly
>
> Added Files:
> project.properties project.xml
> Log Message:
> Initial working versions for these projects.
>
>
> --- NEW FILE: project.properties ---
> # -------------------------------------------------------------------
> # P R O J E C T P R O P E R T I E S
> # -------------------------------------------------------------------
>
> maven.compile.debug = on
> maven.compile.optimize = off
> maven.compile.deprecation = off
>
> maven.jarResources.basedir=${basedir}/src/java
> maven.junit.usefile = false
>
>
> # use Sun coding standards
>
> maven.checkstyle.lcurly.type = eol
> maven.checkstyle.lcurly.method = eol
> maven.checkstyle.lcurly.other = eol
> #maven.checkstyle.header.file = src/conf/checkstyle-LICENSE.txt
> maven.checkstyle.header.ignore.line = 1,2,3,4,5,6
> maven.checkstyle.const.pattern = ^[a-z][a-zA-Z0-9]*$
>
> # disable these non-critical errors to highlight
> # more important ones line missing javadoc
>
> maven.checkstyle.max.line.len = 100
> maven.checkstyle.ignore.whitespace = true
> maven.checkstyle.ignore.public.in.interface = true
>
>
>
> --- NEW FILE: project.xml ---
> <?xml version="1.0" encoding="UTF-8"?>
>
> <project>
> <pomVersion>3</pomVersion>
> <name>commons-jelly</name>
> <id>commons-jelly</id>
> <currentVersion>1.0-dev</currentVersion>
> <organization>
> <name>Apache Software Foundation</name>
> <url>http://www.apache.org</url>
> </organization>
> <inceptionYear>2002</inceptionYear>
> <package>org.apache.commons.jelly</package>
> <shortDescription>Commons Jelly</shortDescription>
> <logo>http://jakarta.apache.org/commons/images/logo.jpg</logo>
>
> <!-- Gump integration -->
> <gumpRepositoryId>jakarta</gumpRepositoryId>
>
> <description>
> Jelly is a Java and XML based scripting engine.
> Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant
> and Cocoon all together in a simple
> yet powerful scripting engine.
> </description>
>
> <url>http://jakarta.apache.org/commons/sandbox/jelly/</url>
>
>
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
> <siteAddress>jakarta.apache.org</siteAddress>
>
>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/</siteDirectory>
>
>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/</distributionDirectory>
> <repository>
>
>
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/jelly</connection>
> <password>anoncvs</password>
>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/</url>
> </repository>
>
> <versions>
> <version>
> <id>b1</id>
> <name>1.0-b1</name>
> <tag>HEAD</tag>
> </version>
> </versions>
> <branches></branches>
>
> <mailingLists>
> <mailingList>
> <name>Commons Dev List</name>
> <subscribe>[EMAIL PROTECTED]</subscribe>
>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
>
>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
> </mailingList>
> </mailingLists>
>
> <developers>
> <developer>
> <name>James Strachan</name>
> <id>jstrachan</id>
> <email>[EMAIL PROTECTED]</email>
> <organization>SpiritSoft, Inc.</organization>
> </developer>
> <developer>
> <name>Geir Magnusson Jr.</name>
> <id>geirm</id>
> <email>[EMAIL PROTECTED]</email>
> <organization>Adeptra, Inc.</organization>
> </developer>
> <developer>
> <name>Bob McWhirter</name>
> <id>werken</id>
> <email>[EMAIL PROTECTED]</email>
> <organization>The Werken Company</organization>
> </developer>
>
> <developer>
> <name>dIon Gillard</name>
> <id>dion</id>
> <email>[EMAIL PROTECTED]</email>
> <organization>Multitask Consulting</organization>
> <roles>
> <role>Interested party</role>
> </roles>
> </developer>
>
> </developers>
>
> <dependencies>
> <!--
<dependency>
<id>junit</id>
> <version>3.7</version>
</dependency>
-->
> <dependency>
> <id>ant</id>
> <version>1.4.1</version>
> </dependency>
>
> <dependency>
> <id>commons-logging</id>
> <type>required</type>
> <version>1.0</version>
> <jar>commons-logging-1.0.jar</jar>
> </dependency>
> <dependency>
> <id>commons-beanutils</id>
> <type>required</type>
> <version>1.4-dev</version>
> <jar>commons-beanutils-1.4-dev.jar</jar>
> </dependency>
> <dependency>
> <id>commons-collections</id>
> <type>required</type>
> <version>2.0</version>
> <jar>commons-collections-2.0.jar</jar>
> </dependency>
> <dependency>
> <id>commons-digester</id>
> <type>required</type>
> <version>1.2</version>
> <jar>commons-digester-1.2.jar</jar>
> </dependency>
> <dependency>
> <id>dom4j</id>
> <type>required</type>
> <version>1.4-dev-3</version>
> <jar>dom4j-1.4-dev-3.jar</jar>
> </dependency>
> <dependency>
> <id>commons-jexl</id>
> <type>required</type>
> <version>1.0-dev</version>
> <jar>commons-jexl-1.0-dev.jar</jar>
> </dependency>
> <dependency>
> <id>velocity</id>
> <type>required</type>
> <version>1.4-dev</version>
> <jar>velocity-1.4-dev.jar</jar>
> </dependency>
> <dependency>
> <id>jdbc-stdext</id>
> <type>required</type>
> <version>2.0</version>
> <jar>jdbc2_0-stdext.jar</jar>
> </dependency>
> <dependency>
> <id>werkz</id>
> <type>required</type>
> <version>1.0-beta-2</version>
> </dependency>
>
> <!--
|| Optional tag library dependencies
|| These
> will be sub-projects one day, when Maven handles them gracefully
-->
>
> <!-- beanshell taglib -->
> <dependency>
> <id>bsh</id>
> <type>required</type>
> <version>1.2-b3</version>
> <jar>bsh-1.2-b3.jar</jar>
> </dependency>
>
> <!-- bsf taglib -->
> <dependency>
> <id>bsf</id>
> <type>required</type>
> <version>2.2</version>
> <jar>bsf-2.2.jar</jar>
> </dependency>
>
> <!-- ojb taglib -->
> <dependency>
> <id>ojb</id>
> <type>required</type>
> <version>ojb-0.8.375</version>
> <jar>ojb-0.8.375.jar</jar>
> </dependency>
>
> <!-- jms taglib -->
> <dependency>
> <id>jms</id>
> <type>required</type>
> <version>1.0.2b</version>
> <jar>jms-1.0.2b.jar</jar>
> </dependency>
> <dependency>
> <id>commons-messenger</id>
> <type>required</type>
> <version>1.0-dev-2</version>
> <jar>commons-messenger-1.0-dev-2.jar</jar>
> </dependency>
>
> <!-- http taglib -->
> <dependency>
> <id>commons-httpclient</id>
> <type>required</type>
> <version>2.0-dev</version>
> <jar>commons-httpclient-2.0-dev.jar</jar>
> </dependency>
>
>
> <!-- validate taglib -->
> <dependency>
> <id>isorelax</id>
> <type>required</type>
> <version>20020414</version>
> <jar>isorelax-20020414.jar</jar>
> </dependency>
>
> <dependency>
> <id>msv</id>
> <type>required</type>
> <version>20020414</version>
> <jar>msv-20020414.jar</jar>
> </dependency>
>
> <!-- runtime dependency for validate taglib -->
> <dependency>
> <id>xsdlib</id>
> <type>required</type>
> <version>20020414</version>
> <jar>xsdlib-20020414.jar</jar>
> </dependency>
>
> <dependency>
> <id>relaxngDatatype</id>
> <type>required</type>
> <version>20020414</version>
> <jar>relaxngDatatype-20020414.jar</jar>
> </dependency>
>
>
>
> <!-- runtime dependencies for test programs -->
>
> <dependency>
> <id>hsqldb</id>
> <type>required</type>
> <version>1.7.0</version>
> <jar>hsqldb-1.7.0.jar</jar>
> </dependency>
> <!--
<dependency>
<id>xmlParseAPIs</id>
> <type>required</type>
<version>2.0.0</version>
> <jar>xmlParserAPIs-2.0.0.jar</jar>
</dependency>
> <dependency>
<id>xercesImpl</id>
<type>required</type>
> <version>2.0.0</version>
<jar>xercesImpl-2.0.0.jar</jar>
> </dependency>
<dependency>
<id>xerces</id>
> <type>required</type>
<version>1.4.4</version>
> <jar>xerces-1.4.4.jar</jar>
</dependency>
-->
>
> </dependencies>
> <build>
> <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
> <sourceDirectory>src/java</sourceDirectory>
> <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
> <integrationUnitTestSourceDirectory/>
> <aspectSourceDirectory/>
> <!-- Unit test classes -->
>
> <unitTestPatterns>
> <unitTestPattern>include = **/Test*.java</unitTestPattern>
> </unitTestPatterns>
> <!-- Integration unit test classes -->
>
> <integrationUnitTestPatterns></integrationUnitTestPatterns>
> <!-- J A R R E S O U R C E S -->
> <!-- Resources that are packaged up inside the JAR file -->
>
> <jarResources>
> <jarResource>include = **/*.properties</jarResource>
> </jarResources>
> <jars></jars>
> </build>
> </project>
>
>
> --
> To unsubscribe, e-mail: <
> mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <
> mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>