Skip to content

Commit

Permalink
Updated TagTime to use Beeminder's new API.
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Oct 7, 2012
1 parent f6b0edb commit b5de0bb
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 577 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -14,8 +14,6 @@ For more on the idea behind this project, see [messymatters.com/tagtime](http://

TagTime was conceived of, designed, and [implemented](https://github.com/dreeves/TagTime) by Dreeves and Bethany Soule. This Java version was created by Joseph Cloutier (player_03).

The Java implementation uses [Quartz Scheduler](http://www.quartz-scheduler.org/), which is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) and created by Terracotta, Inc.

The Java implementation additionally uses [content](http://commons.apache.org/codec/) from the Apache Commons, also licensed under the Apache License 2.0.
This implementation uses libraries licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). These are [Quartz Scheduler](http://www.quartz-scheduler.org/), [json-simple](http://code.google.com/p/json-simple/), and various libraries from the [Apache Commons](http://commons.apache.org/codec/).

The system tray icon comes from the [Silk icon set](http://www.famfamfam.com/lab/icons/silk/) by Mark James, available under a [Creative Commons Attribution 2.5 license](http://creativecommons.org/licenses/by/2.5/).
Binary file modified TagTime.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/tagtime/Main.java
@@ -1,5 +1,5 @@
/*
* Copyright 2011 Joseph Cloutier, Daniel Reeves, Bethany Soule
* Copyright 2011-2012 Joseph Cloutier
*
* This file is part of TagTime.
*
Expand Down
4 changes: 2 additions & 2 deletions src/tagtime/TagTime.java
@@ -1,5 +1,5 @@
/*
* Copyright 2011 Joseph Cloutier, Daniel Reeves, Bethany Soule
* Copyright 2011-2012 Joseph Cloutier
*
* This file is part of TagTime.
*
Expand Down Expand Up @@ -40,7 +40,7 @@
import org.quartz.TriggerBuilder;
import org.quartz.impl.StdSchedulerFactory;

import tagtime.log.BeeminderAPI;
import tagtime.beeminder.BeeminderAPI;
import tagtime.log.Log;
import tagtime.ping.PingJob;
import tagtime.quartz.RandomizedScheduleBuilder;
Expand Down
72 changes: 0 additions & 72 deletions src/tagtime/log/BeeminderAPI.java

This file was deleted.

0 comments on commit b5de0bb

Please sign in to comment.