Changeset 861
- Timestamp:
- 10/18/09 17:05:50 (3 years ago)
- Location:
- DataCleaner/trunk
- Files:
-
- 7 edited
-
DataCleaner-core/pom.xml (modified) (1 diff)
-
DataCleaner-gui/pom.xml (modified) (1 diff)
-
DataCleaner-gui/src/main/java/dk/eobjects/datacleaner/gui/DataCleanerGui.java (modified) (1 diff)
-
DataCleaner-gui/src/main/resources/changelog.txt (modified) (1 diff)
-
DataCleaner-packaging/pom.xml (modified) (1 diff)
-
DataCleaner-testware/pom.xml (modified) (1 diff)
-
pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
DataCleaner/trunk/DataCleaner-core/pom.xml
r842 r861 5 5 <artifactId>DataCleaner</artifactId> 6 6 <groupId>dk.eobjects.datacleaner</groupId> 7 <version>1.5.3 -SNAPSHOT</version>7 <version>1.5.3</version> 8 8 <relativePath>../</relativePath> 9 9 </parent> -
DataCleaner/trunk/DataCleaner-gui/pom.xml
r808 r861 4 4 <artifactId>DataCleaner</artifactId> 5 5 <groupId>dk.eobjects.datacleaner</groupId> 6 <version>1.5.3 -SNAPSHOT</version>6 <version>1.5.3</version> 7 7 <relativePath>../</relativePath> 8 8 </parent> -
DataCleaner/trunk/DataCleaner-gui/src/main/java/dk/eobjects/datacleaner/gui/DataCleanerGui.java
r807 r861 36 36 public class DataCleanerGui { 37 37 38 public static final String VERSION = "1.5.3 -SNAPSHOT";38 public static final String VERSION = "1.5.3"; 39 39 public static final int EXIT_CODE_NORMAL_EXIT = 0; 40 40 public static final int EXIT_CODE_COULD_NOT_OPEN_CONFIGURATION_FILE = 15; -
DataCleaner/trunk/DataCleaner-gui/src/main/resources/changelog.txt
r804 r861 1 1 DataCleaner changelog 2 3 DataCleaner 1.5.3 4 ================= 5 * Upgraded to MetaModel 1.1.8 which means: 6 * Improved Excel spreadsheet support 7 * Improved SQL Server support 8 * Improved performance for CSV files 9 * Fixed a bug that caused certain database connection errors 10 to be ignored in terms of user feedback. 11 * Fixed a bug that caused re-opening of database dictionaries 12 to throw a NullPointerException. 13 * Fixed a bug related to dictionary lookups of null values. 14 * Added support for Teradata databases. 15 * Added connection templates for SQL Server connections. 16 * Added support for selection of custom encodings when reading 17 CSV files. 18 * Fixed a minor bug relating to reading files on the classpath 19 when running in Java WebStart mode (which manifested in an 20 exception thrown when clicking on "About DataCleaner"). 2 21 3 22 DataCleaner 1.5.2 -
DataCleaner/trunk/DataCleaner-packaging/pom.xml
r808 r861 4 4 <artifactId>DataCleaner</artifactId> 5 5 <groupId>dk.eobjects.datacleaner</groupId> 6 <version>1.5.3 -SNAPSHOT</version>6 <version>1.5.3</version> 7 7 <relativePath>../</relativePath> 8 8 </parent> -
DataCleaner/trunk/DataCleaner-testware/pom.xml
r808 r861 4 4 <artifactId>DataCleaner</artifactId> 5 5 <groupId>dk.eobjects.datacleaner</groupId> 6 <version>1.5.3 -SNAPSHOT</version>6 <version>1.5.3</version> 7 7 <relativePath>../</relativePath> 8 8 </parent> -
DataCleaner/trunk/pom.xml
r855 r861 8 8 <artifactId>DataCleaner</artifactId> 9 9 <name>DataCleaner</name> 10 <version>1.5.3 -SNAPSHOT</version>10 <version>1.5.3</version> 11 11 <description>DataCleaner is an Open Source application for profiling, validating and comparing data. These activities help you administer and monitor your data quality in order to ensure that your data is useful and applicable to your business situation.</description> 12 12 <url>http://datacleaber.eobjects.org</url>
Note: See TracChangeset
for help on using the changeset viewer.
