init package

This commit is contained in:
duyyb 2020-02-24 11:08:53 +08:00
parent 8d49ee6be0
commit 2bc4c60928
4 changed files with 111 additions and 0 deletions

32
wsdl4j-1.6.3.pom Normal file
View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
<version>1.6.3</version>
<packaging>jar</packaging>
<name>WSDL4J</name>
<url>http://sf.net/projects/wsdl4j</url>
<description>Java stub generator for WSDL</description>
<dependencies/>
<licenses>
<license>
<name>CPL</name>
<url>http://www.opensource.org/licenses/cpl1.0.txt</url>
<distribution>repo</distribution>
<comments>Common Public License</comments>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anonymous@wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</connection>
<developerConnection>scm:cvs:pserver:wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</developerConnection>
<url>http://wsdl4j.cvs.sourceforge.net/wsdl4j</url>
</scm>
<developers>
<developer>
<id>wsdl4j</id>
<name>WSDL4J</name>
<email>wsdl4j-discuss@sourceforge.net</email>
</developer>
</developers>
</project>

23
wsdl4j-MANIFEST.MF Normal file
View File

@ -0,0 +1,23 @@
Manifest-Version: 1.0
Bundle-SymbolicName: javax.wsdl
Specification-Version: 1.2
Bundle-ManifestVersion: 2
Specification-Title: JWSDL
Bundle-Version: 1.6.3
Bundle-Vendor: IBM
Implementation-Vendor: IBM
Bundle-RequiredExecutionEnvironment: J2SE-1.2
Bundle-Localization: plugin
Bundle-Name: WSDL4J
Specification-Vendor: IBM (Java Community Process)
Implementation-Version: 1.6
Bundle-ClassPath: .
Implementation-Title: WSDL4J
Export-Package: com.ibm.wsdl,com.ibm.wsdl.extensions,com.ibm.wsdl.exte
nsions.http,com.ibm.wsdl.extensions.mime,com.ibm.wsdl.extensions.sche
ma,com.ibm.wsdl.extensions.soap,com.ibm.wsdl.extensions.soap12,com.ib
m.wsdl.factory,com.ibm.wsdl.util,com.ibm.wsdl.util.xml,com.ibm.wsdl.x
ml,javax.wsdl,javax.wsdl.extensions,javax.wsdl.extensions.http,javax.
wsdl.extensions.mime,javax.wsdl.extensions.schema,javax.wsdl.extensio
ns.soap,javax.wsdl.extensions.soap12,javax.wsdl.factory,javax.wsdl.xm
l

BIN
wsdl4j-src-1.6.3.zip Normal file

Binary file not shown.

56
wsdl4j.spec Normal file
View File

@ -0,0 +1,56 @@
Name: wsdl4j
Version: 1.6.3
Release: 14
License: CPL
Summary: The Web Services Description Language for Java Toolkit
URL: http://sourceforge.net/projects/wsdl4j
BuildArch: noarch
Source0: http://downloads.sourceforge.net/project/wsdl4j/WSDL4J/%{version}/wsdl4j-src-%{version}.zip
Source1: %{name}-MANIFEST.MF
Source2: http://repo1.maven.org/maven2/wsdl4j/wsdl4j/%{version}/wsdl4j-%{version}.pom
BuildRequires: ant ant-junit javapackages-local
Provides: javax.wsdl
%description
The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation,
and manipulation of WSDL documents. Is the reference implementation for JSR110 'JWSDL'.
%package help
Summary: Documentation for wsdl4j
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
Documentation for wsdl4j.
%prep
%autosetup -n %{name}-1_6_3 -p1
%mvn_file ":{*}" @1
%build
ant compile javadocs
jar ufm build/lib/%{name}.jar %{SOURCE1}
%install
%mvn_artifact %{SOURCE2} build/lib/%{name}.jar
%mvn_artifact %{name}:qname:%{version} build/lib/qname.jar
%mvn_install -J build/javadocs
install -d -m 755 %{buildroot}%{_javadir}/javax.wsdl/
ln -sf ../%{name}.jar %{buildroot}%{_javadir}/javax.wsdl/
ln -sf ../qname.jar %{buildroot}%{_javadir}/javax.wsdl/
%files -f .mfiles
%license license.html
%{_javadir}/javax.wsdl/
%files help -f .mfiles-javadoc
%license license.html
%changelog
* Mon Feb 17 2020 duyeyu <duyeyu@huawei.com> - 1.6.3-14
- Package init