forked from pool/jcommon
- Update to upstream version 1.0.24: * Fix for `RectangleAnchor` class, add handling for gradient paint in `PaintUtilities`, fix for bug in `drawRotatedString()` method. - Update to upstrem version 1.0.23 - Remove the test subpackage, since the build target does not exist anymore * Obsolete: jcommon-test from the jcommon package - Specify java source and target 1.6 in order to allow building with jdk9 - Move from jpackage-utils to javapackage-tools - Inital packaging of the 0.9.6 (from JPP1.7) OBS-URL: https://build.opensuse.org/request/show/943298 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jcommon?expand=0&rev=12
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://github.com/jfree/jcommon.git</param>
|
|
<param name="revision">449bbd3b5fbdffe2a41bfe51efcd6d513030a615</param>
|
|
<param name="versionformat">1.0.24</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|