This commit is contained in:
parent
20ee3e9929
commit
09d6df907d
7
_service
7
_service
@ -1,11 +1,10 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/jakartaee/jaf-api.git</param>
|
||||
<param name="revision">1.2.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">https://github.com/javaee/activation.git</param>
|
||||
<param name="revision">JAF-1_2_0</param>
|
||||
<param name="versionformat">1.2.0</param>
|
||||
<param name="exclude">doc</param>
|
||||
<param name="filename">activation</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
BIN
activation-1.2.0.tar.xz
(Stored with Git LFS)
BIN
activation-1.2.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73833998cc1b20a16f6156578592d7c13c8b3cf46424ef3cf27026b9fb6b99f0
|
||||
size 101368
|
@ -12,7 +12,7 @@
|
||||
<property name="project.groupId.api" value="javax.activation"/>
|
||||
<property name="project.artifactId.api" value="javax.activation-api"/>
|
||||
|
||||
<property name="project.version" value="1.2.2"/>
|
||||
<property name="project.version" value="1.2.0"/>
|
||||
|
||||
<property name="spec.version" value="1.2"/>
|
||||
|
||||
@ -55,7 +55,6 @@
|
||||
<src>
|
||||
<pathelement location="${build.srcDir}"/>
|
||||
</src>
|
||||
<exclude name="**/module-info.java"/>
|
||||
</javac>
|
||||
<copy todir="${build.outputDir}">
|
||||
<fileset dir="${build.resourceDir}"/>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: glassfish-activation
|
||||
Version: 1.2.2
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: JavaBeans Activation Framework
|
||||
License: (BSD-3-Clause AND GPL-2.0-only WITH Classpath-exception-2.0) OR CDDL-1.1
|
||||
@ -113,17 +113,17 @@ fi
|
||||
exit 0
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE.md
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
|
||||
%files api -f .mfiles-api
|
||||
%{_javadir}/activation.jar
|
||||
%{_javadir}/jaf.jar
|
||||
%license LICENSE.md
|
||||
%license LICENSE.txt
|
||||
|
||||
%files javadoc
|
||||
%{_javadocdir}/%{name}
|
||||
%license LICENSE.md
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user