You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by je...@apache.org on 2004/01/31 22:26:14 UTC

cvs commit: jakarta-gump/project barcode4j.xml krysalis-barcode.xml

jeremias    2004/01/31 13:26:14

  Added:       project  barcode4j.xml
  Removed:     project  krysalis-barcode.xml
  Log:
  Krysalis Barcode was renamed to Barcode4J.
  
  Revision  Changes    Path
  1.1                  jakarta-gump/project/barcode4j.xml
  
  Index: barcode4j.xml
  ===================================================================
  <?xml version="1.0"?>
  <module name="barcode4j" fullname="Barcode4J">
  
      <url href="http://barcode4j.krysalis.org"/>
  
      <site hostname="barcode4j.sourceforge.net"
          remotedir="/home/groups/b/ba/barcode4j/htdocs"/>
  
      <cvs repository="sourceforge" host-prefix="cvs.barcode4j" 
          dir="barcode4j"/>
        
      <description>
        Barcode4J --- for generating barcodes.
      </description>
  
      <detailed>
        Barcode4J is a flexible generator for barcodes written in Java. The package 
        is part of the Krysalis Community Project.
      </detailed>
  
      <what>
        <goal>Provide tools for Barcode Generation</goal>
      </what>
  
      <why>
        Barcode Generation.
      </why>
  
      <vendor>Krysalis Community Project</vendor>
  
      <licence legal="./legal">
               This software is released under the Krysalis Patchy Software License 1.1_01.
               For detailed legal and licensing issues, please read the LICENSE.* files
               in the /legal directory.
      </licence>
  
      <credits>
          <credit>This software includes software developed by the Apache Software Foundation
                  (http://www.apache.org/).
          </credit>
      </credits>
  
      <project name="barcode4j" fullname="Barcode4J">
  
          <barcode major="1"
              minor="0"
              fix  ="0"
              tag="HEAD"/>
  
          <package>org.krysalis.barcode4j</package>
  
          <ant target="gump" debug="true">
            <property name="DATE_STAMP" value="@@DATE@@"/>
          </ant>
  
          <!-- Work dirs to be included in classpath -->
          <work nested="build/classes"/>
          <work nested="build/test/classes"/>
          <home nested="build/"/>
          <code type="java/plain" dir="src/java"/>
          <javadoc nested="build/javadocs"/>
  
          <depend project="ant" inherit="runtime"/>
          <depend project="avalon-framework"/>
          <depend project="jakarta-servletapi-4" />
          <depend project="jdom"/>
          <depend project="commons-cli"/>
          <depend project="junit"/>        
          <depend project="xml-xerces"/>      
          <depend project="xml-xalan2"/>
  
          <jar name="barcode4j.jar"/>
          
          <nag to="krysalis-developers@lists.sourceforge.net"
              from="Jeremias Maerki &lt;dev.jeremias@greenmail.ch&gt;"/>
      </project>
  
  </module>