Skip to content

Commit

Permalink
4: Add oBIX support
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Mar 21, 2015
1 parent 4546b13 commit cfa12cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cldr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tec.uom.tools</groupId>
<artifactId>uom-tools</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>uom-cldr-tools</artifactId>
<name>Units of Measurement Tools for Unicode CLDR</name>
Expand Down
2 changes: 1 addition & 1 deletion obix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>tec.uom.tools</groupId>
<artifactId>uom-tools</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>uom-obix-tools</artifactId>
<name>Units of Measurement Tools for oBiX</name>
Expand Down
8 changes: 5 additions & 3 deletions obix/src/main/java/tec/uom/tools/obix/ObixImporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ public Set<SourceVersion> getSourceVersions() {
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub

final Tool importer = new ObixImporter();
int errorCode = importer.run(System.in, System.out, System.err, args);
if (errorCode == 0) {
System.out.println("Success.");
}
}

}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>uom-tools</artifactId>
<groupId>tec.uom.tools</groupId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<parent>
<groupId>tec.uom</groupId>
<artifactId>uom-parent</artifactId>
Expand Down

0 comments on commit cfa12cc

Please sign in to comment.