about summary refs log tree commit diff stats
path: root/client/trunk/nbproject/project.properties
Commit message (Collapse)AuthorAgeFilesLines
* Client: Completed pathKelly Rauchenberger2008-07-291-5/+14
| | | | Finally, the Item has the ability to be displayed on the Form. However, the Client now also requires to keep a list of the active Subscriptions and verify each incoming Item against it, which means that a method of subscribing to subscriptions must be implemented before further testing.
* Client: Encapsulated classpath JARsKelly Rauchenberger2008-07-291-8/+6
| | | | Moved required classpath JARs into a SVN controlled folder so that they are available to anyone who wishes to help develop InstaDisc. Note that the Appframework and Spring-worker JARs were not encapsulated. If you wish to help develop InstaDisc, you'd best be off using NetBeans.
* Added databaseKelly Rauchenberger2008-07-291-1/+15
| | | | Because of the lack of SQLite Java wrappers, InstaDisc instead uses a BDB database.
* Created NetBeans projectKelly Rauchenberger2008-07-271-0/+64