remove un-integrated demo programs, move gui-playground/* to base directory
commitc6655765a1f95bd5a15f4100531dfae69eb5fbd8
authorBrian Paterni <bpaterni@gmail.com>
Fri, 9 Dec 2011 20:33:58 +0000 (9 14:33 -0600)
committerBrian Paterni <bpaterni@gmail.com>
Fri, 9 Dec 2011 21:01:32 +0000 (9 15:01 -0600)
tree385e0d8779019bb0f93ae641f38aada59dac2ff7
parentfea21d3814bda65127e4671314a7b92638533242
remove un-integrated demo programs, move gui-playground/* to base directory

demo programs should now be available within the 'demo' branch of this source
tree

Conflicts:

db002/configs/Manifest
db002/src/DB002.java
report-scales/src/MySQLManager.java
58 files changed:
README [moved from gui-playground/README with 100% similarity]
build.xml [moved from gui-playground/build.xml with 100% similarity]
configs/Manifest [moved from gui-playground/configs/Manifest with 100% similarity]
configs/build.properties [moved from gui-playground/configs/build.properties with 100% similarity]
db002/build.xml [deleted file]
db002/configs/Manifest [deleted file]
db002/configs/build.properties [deleted file]
db002/run [deleted file]
db002/src/DB002.java [deleted file]
db002/src/RepetoireEntry.java [deleted file]
db002/src/RepetoireList.java [deleted file]
db002/src/ScalesEntry.java [deleted file]
db002/src/ScalesList.java [deleted file]
mailer/build.xml [deleted file]
mailer/configs/Manifest [deleted file]
mailer/configs/build.properties [deleted file]
mailer/run [deleted file]
mailer/src/Mailer.java [deleted file]
report-scales/build.xml [deleted file]
report-scales/configs/Manifest [deleted file]
report-scales/configs/build.properties [deleted file]
report-scales/run [deleted file]
report-scales/src/DBColumnData.java [deleted file]
report-scales/src/MySQLManager.java [deleted file]
report-scales/src/RepetoireEntry.java [deleted file]
report-scales/src/RepetoireList.java [deleted file]
report-scales/src/ReportScales.java [deleted file]
report-scales/src/ScalesEntry.java [deleted file]
report-scales/src/ScalesList.java [deleted file]
report-scales/src/SightreadingEntry.java [deleted file]
report-scales/src/SightreadingList.java [deleted file]
report-scales/src/Student.java [deleted file]
run [moved from gui-playground/run with 100% similarity]
src/panther/Panther.java [moved from gui-playground/src/panther/Panther.java with 100% similarity]
src/panther/db/MySQLManager.java [moved from gui-playground/src/panther/db/MySQLManager.java with 100% similarity]
src/panther/db/RepetoireEntry.java [moved from gui-playground/src/panther/db/RepetoireEntry.java with 100% similarity]
src/panther/db/RepetoireList.java [moved from gui-playground/src/panther/db/RepetoireList.java with 100% similarity]
src/panther/db/ScalesEntry.java [moved from gui-playground/src/panther/db/ScalesEntry.java with 100% similarity]
src/panther/db/ScalesList.java [moved from gui-playground/src/panther/db/ScalesList.java with 100% similarity]
src/panther/db/SightreadingEntry.java [moved from db002/src/SightreadingEntry.java with 100% similarity]
src/panther/db/SightreadingList.java [moved from db002/src/SightreadingList.java with 100% similarity]
src/panther/db/Student.java [moved from gui-playground/src/panther/db/Student.java with 100% similarity]
src/panther/event/PtActionListener.java [moved from gui-playground/src/panther/event/PtActionListener.java with 100% similarity]
src/panther/event/PtKeyboard.java [moved from gui-playground/src/panther/event/PtKeyboard.java with 100% similarity]
src/panther/ui/PtMainPanel.java [moved from gui-playground/src/panther/ui/PtMainPanel.java with 100% similarity]
src/panther/ui/PtMenuBar.java [moved from gui-playground/src/panther/ui/PtMenuBar.java with 100% similarity]
src/panther/ui/PtTabbedPane.java [moved from gui-playground/src/panther/ui/PtTabbedPane.java with 100% similarity]
src/panther/ui/ReportRepetoire.java [moved from gui-playground/src/panther/ui/ReportRepetoire.java with 100% similarity]
src/panther/ui/SessionPanel.java [moved from gui-playground/src/panther/ui/SessionPanel.java with 100% similarity]
src/panther/ui/SessionSelectionListener.java [moved from gui-playground/src/panther/ui/SessionSelectionListener.java with 100% similarity]
src/panther/ui/SessionTable.java [moved from gui-playground/src/panther/ui/SessionTable.java with 100% similarity]
src/panther/ui/SessionTableModel.java [moved from gui-playground/src/panther/ui/SessionTableModel.java with 100% similarity]
src/panther/ui/StudentPanel.java [moved from gui-playground/src/panther/ui/StudentPanel.java with 100% similarity]
src/panther/ui/StudentSelectionListener.java [moved from gui-playground/src/panther/ui/StudentSelectionListener.java with 100% similarity]
src/panther/ui/StudentTable.java [moved from gui-playground/src/panther/ui/StudentTable.java with 100% similarity]
src/panther/ui/StudentTableModel.java [moved from gui-playground/src/panther/ui/StudentTableModel.java with 100% similarity]
src/panther/ui/listeners/ScalesButtonActionListener.java [moved from gui-playground/src/panther/ui/listeners/ScalesButtonActionListener.java with 100% similarity]
src/panther/ui/reports/ReportScales.java [moved from gui-playground/src/panther/ui/reports/ReportScales.java with 100% similarity]