- Add dependency on java_cup in the maven pom.xml.

This commit is contained in:
Alexander Kurtakov 2010-02-15 13:33:51 +00:00
parent cd134b2e8d
commit dd413d4f82
2 changed files with 10 additions and 2 deletions

View File

@ -5,7 +5,12 @@
<packaging>jar</packaging>
<version>1.4.3</version>
<!-- this is a pseudo POM, to be uploaded manually -->
<dependencies />
<dependencies>
<dependency>
<groupId>java_cup</groupId>
<artifactId>java_cup</artifactId>
</dependency>
</dependencies>
<name>JFlex - The Fast Scanner Generator for Java</name>
<description>JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm).

View File

@ -33,7 +33,7 @@
Summary: Fast Scanner Generator
Name: jflex
Version: 1.4.3
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 0
License: GPLv2
URL: http://jflex.de/
@ -143,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Feb 15 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.4.3-4
- Add dependency on java_cup in the maven pom.xml.
* Mon Feb 15 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.4.3-3
- Require java_cup.