forked from pool/xsom
new package OBS-URL: https://build.opensuse.org/request/show/781435 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xsom?expand=0&rev=1
26 lines
1.4 KiB
Diff
26 lines
1.4 KiB
Diff
--- xsom-xsom-20140514/pom.xml 2014-09-25 11:32:30.000000000 +0200
|
|
+++ xsom-xsom-20140514/pom.xml 2020-03-04 10:54:53.277922398 +0100
|
|
@@ -231,12 +231,6 @@
|
|
<phase>generate-sources</phase>
|
|
<configuration>
|
|
<tasks>
|
|
- <taskdef name="licence" classname="com.sun.tools.LicenceTask">
|
|
- <classpath>
|
|
- <pathelement path="lib/lic.jar" />
|
|
- </classpath>
|
|
- </taskdef>
|
|
-
|
|
<!--<mkdir dir="build/automata" />-->
|
|
|
|
<!-- delete old files to avoid corruption -->
|
|
@@ -249,9 +243,6 @@
|
|
<arg path="src/com/sun/xml/xsom/impl/parser/state" />
|
|
<arg path="src/xmlschema.rng" />
|
|
</java>
|
|
- <licence licence="licenceheader.txt">
|
|
- <fileset dir="src/" includes="com/sun/xml/xsom/impl/parser/state/*.java" />
|
|
- </licence>
|
|
</tasks>
|
|
</configuration>
|
|
<goals>
|