Skip to content

Commit

Permalink
added TextType, NumericType, EnumerationType validation
Browse files Browse the repository at this point in the history
  • Loading branch information
claeis committed Jul 8, 2016
1 parent 2f66d0c commit 296d128
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

Daten-Datei
Log-Datei (Text)
Log-Datei (XML)
Konfigurationsdatei

ilivalidator 0.2.0 (2016-07-08)
-------------------------------
- added localizable GUI
- read config from ili metaattrs
- added TextType, NumericType, EnumerationType validation
- ili2c-4.5.23
- iox-ili-1.12.0

ilivalidator 0.1.0 (2016-06-15)
-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/org/interlis2/validator/Validator.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void runValidation(
IoxReader ioxReader=null;
ch.interlis.iox_j.validator.Validator validator=null;
try{
// TODO setup log output
// setup log output
ValidationConfig modelConfig=new ValidationConfig();
modelConfig.mergeIliMetaAttrs(td);
if(configFilename!=null){
Expand Down
4 changes: 2 additions & 2 deletions src/org/interlis2/validator/Version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed, 15 Jun 2016 15:11:09 +0200
#Fri, 08 Jul 2016 18:09:03 +0200
#Wed Oct 14 17:02:32 CEST 2009
versionMicro=0
versionMinor=2
versionDate=20160615
versionDate=20160708
versionMajor=0

0 comments on commit 296d128

Please sign in to comment.