Codebase list libcommons-validator-java / 7698eee
new release Arnaud Vandyck 20 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 libcommons-validator-java (1.0.2-5) unstable; urgency=low
1
2 * the dependency must be to the package, not to build the package!
3 (closes: #242846).
4 * added gij and sablevm to the dependencies
5
6 -- Arnaud Vandyck <avdyk@debian.org> Sat, 17 Apr 2004 17:44:19 +0200
7
08 libcommons-validator-java (1.0.2-4) unstable; urgency=low
19
210 * Added dependency to sgml-base (closes: #227634).
77
88 Package: libcommons-validator-java
99 Architecture: all
10 Depends: kaffe (>= 1.1.3) | j2re1.3 | j2re1.4 | java2-runtime | java1-runtime, libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6)
10 Depends: kaffe (>= 1.1.3) | gij | sablevm | j2re1.3 | j2re1.4 | java2-runtime | java1-runtime, libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base
1111 Description: ease and speed development and maintenance of validation rules
1212 The Commons Validator is a basic validation framework
1313 that lets you define validation rules for a JavaBean