Codebase list xom / f8ef2b3
Moved the samples jar in the documentation package Emmanuel Bourg 10 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
77 * Removed 0004-Remove-sun-imports.patch since the JDK15XML1_0Parser is really
88 meant to be used with the parser provided by the JDK and not the standalone
99 version of Xerces.
10 * Moved the samples jar in the documentation package
1011 * debian/control:
1112 - Added the missing runtime dependency on libxerces2-java (Closes: #628142)
1213 - Updated Standards-Version to 3.9.4 (no changes)
1414 mh_clean
1515
1616 install/libxom-java::
17 cp build/xom-samples.jar build/xom-samples-$(DEB_UPSTREAM_VERSION).jar
18 dh_install -plibxom-java build/xom-samples-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/
19 dh_link -plibxom-java /usr/share/java/xom-samples-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/xom-samples.jar
2017 mh_installpoms -plib$(PACKAGE)-java
2118 mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom build/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
2219
2320 install/libxom-java-doc::
21 cp build/xom-samples.jar build/xom-samples-$(DEB_UPSTREAM_VERSION).jar
22 dh_install -plibxom-java-doc build/xom-samples-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/
23 #dh_link -plibxom-java-doc /usr/share/java/xom-samples-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/xom-samples.jar
2424 dh_installdocs -plibxom-java-doc build/apidocs
2525
2626 get-orig-source: