You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2003/01/04 23:15:10 UTC

cvs commit: jakarta-struts/doc/resources powered.xml

martinc     2003/01/04 14:15:10

  Modified:    .        build.xml
               doc/resources powered.xml
  Log:
  Add Benefit Systems to the Powered By page.
  
  PR: 15753
  Submitted by: James Turner
  
  Revision  Changes    Path
  1.89      +25 -0     jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- build.xml	30 Dec 2002 08:52:50 -0000	1.88
  +++ build.xml	4 Jan 2003 22:15:10 -0000	1.89
  @@ -832,6 +832,31 @@
   </target>
   
   
  +
  +
  +
  +
  +<target name="checkSource"
  +        description="Checks source code against coding guidelines"
  +        depends="init">
  +    <taskdef name="checkstyle"
  +             classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"
  +             classpath="${checkstyle.classpath}" />
  +    <checkstyle properties="${shared.java.dir}/Config/checkstyle.properties"
  +                headerFile="${shared.java.dir}/Config/checkstyle.header">
  +        <formatter type="plain"/>
  +        <fileset dir="${basedir}" includes="**/*.java"/>
  +    </checkstyle>
  +</target>
  +
  +
  +
  +
  +
  +
  +
  +
  +
   <!--
           Run tests on all servers not commented out in the build.properties file.
   -->
  
  
  
  1.11      +1 -0      jakarta-struts/doc/resources/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/powered.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- powered.xml	25 Dec 2002 06:25:04 -0000	1.10
  +++ powered.xml	4 Jan 2003 22:15:10 -0000	1.11
  @@ -17,6 +17,7 @@
   <!-- MISSING CREDIT  6/25/02 --><p><a href="http://www.application-servers.com/"><b>Application-Servers.com</b></a> - French site.</p>
   <p><a href="http://amalregistry.webhop.org/"><b>Alaskan Malamute Registry</b></a></p>
   <p><a href="http://www.basebeans.com/"><b>baseBeans Engineering</b></a></p>
  +<p><a href="https://secure.benefit-systems.com/benefit/bsi/"><b>Benefit Systems, Inc.</b></a></p>
   <p><a href="http://www.bug-track.com/"><b>Bug-Track.com</b></a></p>
   <!-- HTTP [500]  6/25/02 --><p><a href="http://www.clickstarttutoring.com/index.jsp"><b>Clickstart Tutoring</b></a> - One on one in home tutoring.</p>
   <!-- MISSING CREDIT  6/25/02 --><p><a href="http://dbforms.org/"><b>dbForms</b></a> - RAD framework for database applications.</p>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>