summaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Added CMSException.Endi Sukma Dewata2012-03-301-0/+3
| | | | | | | | | | The CMSException was added to simplify error handling in REST services. The exception may include an error message and some other attributes. When the server throws a CMSException (or its subclass), the exception will be marshalled into XML and unmarshalled by the client, then thrown again as a new exception which can be caught by the application. Ticket #100
* Replaced Candlepin with RESTEasy.Endi Sukma Dewata2012-03-291-13/+15
| | | | | | | | | Previously the code depends on the old RESTEasy libraries provided by Candlepin package. Now the Eclipse classpath, build/setup scripts, and the spec file have been updated to use the libraries provided by the new RESTEasy package. Ticket #29
* Replaced deprecated XMLSerializer.Endi Sukma Dewata2012-03-271-0/+1
| | | | | | | | The deprecated XMLSerializer has been replaced with LSSerializer. The new API does not provide a way to control the indentation or line width. Ticket #3
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+37
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131