summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-03-26 00:48:11 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-03-27 16:36:22 -0500
commit2ad71e6dab29ca5ed8362fe7cb672325884aaec5 (patch)
treebb19d73925dd0a5b56ec41ff10c4d251a943fd83 /.classpath
parent78378144e71a00a67690a1f99152402c892b0103 (diff)
downloadpki-2ad71e6dab29ca5ed8362fe7cb672325884aaec5.tar.gz
pki-2ad71e6dab29ca5ed8362fe7cb672325884aaec5.tar.xz
pki-2ad71e6dab29ca5ed8362fe7cb672325884aaec5.zip
Replaced deprecated XMLSerializer.
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
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index e216eb943..cfec8626d 100644
--- a/.classpath
+++ b/.classpath
@@ -33,5 +33,6 @@
<classpathentry kind="lib" path="/usr/share/candlepin/lib/jaxb-impl-2.1.12.jar"/>
<classpathentry kind="lib" path="/usr/share/candlepin/lib/resteasy-jaxb-provider-2.2.1.GA.jar"/>
<classpathentry kind="lib" path="/usr/share/tomcat6/lib/catalina.jar"/>
+ <classpathentry kind="lib" path="/usr/share/java/xml-commons-apis.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>