mbi / rpms / jflex

Forked from rpms/jflex 5 years ago
Clone
48fd516
<project>
48fd516
  <modelVersion>4.0.0</modelVersion>
48fd516
  <groupId>de.jflex</groupId>
48fd516
  <artifactId>jflex</artifactId>
48fd516
  <packaging>jar</packaging>
48fd516
  <version>1.4.3</version>
48fd516
  
dd413d4
  <dependencies>
dd413d4
  <dependency>
dd413d4
  <groupId>java_cup</groupId>
dd413d4
  <artifactId>java_cup</artifactId>
dd413d4
  </dependency>
dd413d4
  </dependencies>
48fd516
  
48fd516
  <name>JFlex - The Fast Scanner Generator for Java</name>
48fd516
  <description>JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). 
48fd516
  JFlex is designed to work together with the LALR parser generator CUP by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be used together with other parser generators like ANTLR or as a standalone tool. </description>
48fd516
  <url>http://jflex.de/</url>
48fd516
  <inceptionYear>1998</inceptionYear>
48fd516
  <licenses>
48fd516
   <license>
48fd516
     <name>GNU General Public License</name>
48fd516
     <url>http://jflex.de/copying.html#GPL</url>
48fd516
     <distribution>repo</distribution>
48fd516
     <comments>The code generated by JFlex inherits the copyright of the specification it was produced from. If it was your specification, you may use the generated code without restriction. </comments>
48fd516
   </license>
48fd516
  </licenses>
48fd516
  <scm>
48fd516
    <connection>scm:svn:http://jflex.svn.sourceforge.net/svnroot/jflex</connection>
48fd516
    <developerConnection>scm:svn:https://jflex.svn.sourceforge.net/svnroot/jflex</developerConnection>
48fd516
    <url>http://jflex.svn.sourceforge.net/viewvc/jflex/</url>
48fd516
  </scm>
48fd516
  <developers>
48fd516
   <developer>
48fd516
      <id>gerwin</id>
48fd516
      <name>Gerwin Klein</name>
48fd516
      <email>lsf@jflex.de</email>
48fd516
      <roles>
48fd516
        <role>architect</role>
48fd516
        <role>developer</role>
48fd516
      </roles>
48fd516
    </developer>
48fd516
  </developers>
48fd516
  <issueManagement>
48fd516
    <system>SF tracker</system>
48fd516
    <url>http://sourceforge.net/tracker/?group_id=14929</url>
48fd516
  </issueManagement>
48fd516
  <mailingLists>
48fd516
    <mailingList>
48fd516
      <name>jflex-announce</name>
48fd516
      <subscribe>http://lists.sourceforge.net/lists/listinfo/jflex-announce</subscribe>
48fd516
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jflex-announce</unsubscribe>
48fd516
      <archive>http://sourceforge.net/mailarchive/forum.php?forum=jflex-announce</archive>
48fd516
    </mailingList>
48fd516
    <mailingList>
48fd516
      <name>jflex-users</name>
48fd516
      <subscribe>http://lists.sourceforge.net/lists/listinfo/jflex-users</subscribe>
48fd516
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jflex-users</unsubscribe>
48fd516
      <archive>http://sourceforge.net/mailarchive/forum.php?forum=jflex-users</archive>
48fd516
    </mailingList>
48fd516
  </mailingLists>
48fd516
</project>