Skip to content

Commit

Permalink
Add snapshots of the aggregator tool, and associated ukf-mda and ukf-…
Browse files Browse the repository at this point in the history
…members libraries.
  • Loading branch information
iay committed Apr 5, 2011
1 parent daba650 commit 09a1bc4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tools/ukf-mda/logback.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>

<configuration>

<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<charset>UTF-8</charset>
<Pattern>%level - %msg%n</Pattern>
</encoder>
</appender>

<root level="WARN">
<appender-ref ref="CONSOLE" />
</root>

</configuration>
Binary file added tools/ukf-mda/ukf-mda-0.0.1-SNAPSHOT.jar
Binary file not shown.
Binary file added tools/ukf-members/ukf-members-0.0.1-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 09a1bc4

Please sign in to comment.