[axis] 02/03: Add java9.patch.

Markus Koschany apo at moszumanska.debian.org
Tue Mar 20 22:12:19 GMT 2018


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository axis.

commit a8ee44c14534093911f34eb6f3a9fb745e9aeb63
Author: Markus Koschany <apo at debian.org>
Date:   Tue Mar 20 22:55:22 2018 +0100

    Add java9.patch.
---
 debian/patches/java9.patch | 213 +++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series      |   1 +
 2 files changed, 214 insertions(+)

diff --git a/debian/patches/java9.patch b/debian/patches/java9.patch
new file mode 100644
index 0000000..bbd97b9
--- /dev/null
+++ b/debian/patches/java9.patch
@@ -0,0 +1,213 @@
+From: Markus Koschany <apo at debian.org>
+Date: Tue, 20 Mar 2018 22:54:45 +0100
+Subject: java9
+
+---
+ src/org/apache/axis/enum/Scope.java        | 25 -------------------------
+ src/org/apache/axis/enum/Style.java        | 29 -----------------------------
+ src/org/apache/axis/enum/Use.java          | 25 -------------------------
+ src/org/apache/axis/enumeration/Scope.java | 25 +++++++++++++++++++++++++
+ src/org/apache/axis/enumeration/Style.java | 29 +++++++++++++++++++++++++++++
+ src/org/apache/axis/enumeration/Use.java   | 25 +++++++++++++++++++++++++
+ 6 files changed, 79 insertions(+), 79 deletions(-)
+ delete mode 100644 src/org/apache/axis/enum/Scope.java
+ delete mode 100644 src/org/apache/axis/enum/Style.java
+ delete mode 100644 src/org/apache/axis/enum/Use.java
+ create mode 100644 src/org/apache/axis/enumeration/Scope.java
+ create mode 100644 src/org/apache/axis/enumeration/Style.java
+ create mode 100644 src/org/apache/axis/enumeration/Use.java
+
+diff --git a/src/org/apache/axis/enum/Scope.java b/src/org/apache/axis/enum/Scope.java
+deleted file mode 100644
+index f9e8e60..0000000
+--- a/src/org/apache/axis/enum/Scope.java
++++ /dev/null
+@@ -1,25 +0,0 @@
+-/*
+- * Copyright 2001-2004 The Apache Software Foundation.
+- * 
+- * Licensed under the Apache License, Version 2.0 (the "License");
+- * you may not use this file except in compliance with the License.
+- * You may obtain a copy of the License at
+- * 
+- *      http://www.apache.org/licenses/LICENSE-2.0
+- * 
+- * Unless required by applicable law or agreed to in writing, software
+- * distributed under the License is distributed on an "AS IS" BASIS,
+- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+- * See the License for the specific language governing permissions and
+- * limitations under the License.
+- */
+-
+-package org.apache.axis.enum;
+-
+-/**
+- * Simple wrapper around org.apache.axis.constants.Scope
+- * @author dims at yahoo.com
+- * @deprecated please use org.apache.axis.constants.Scope
+- */
+-public class Scope extends org.apache.axis.constants.Scope {
+-}
+diff --git a/src/org/apache/axis/enum/Style.java b/src/org/apache/axis/enum/Style.java
+deleted file mode 100644
+index 6fadf42..0000000
+--- a/src/org/apache/axis/enum/Style.java
++++ /dev/null
+@@ -1,29 +0,0 @@
+-/*
+- * Copyright 2001-2004 The Apache Software Foundation.
+- * 
+- * Licensed under the Apache License, Version 2.0 (the "License");
+- * you may not use this file except in compliance with the License.
+- * You may obtain a copy of the License at
+- * 
+- *      http://www.apache.org/licenses/LICENSE-2.0
+- * 
+- * Unless required by applicable law or agreed to in writing, software
+- * distributed under the License is distributed on an "AS IS" BASIS,
+- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+- * See the License for the specific language governing permissions and
+- * limitations under the License.
+- */
+-
+-package org.apache.axis.enum;
+-
+-import org.apache.axis.deployment.wsdd.WSDDConstants;
+-
+-import javax.xml.namespace.QName;
+-
+-/**
+- * Simple wrapper around org.apache.axis.constants.Style
+- * @author dims at yahoo.com
+- * @deprecated please use org.apache.axis.constants.Scope
+- */
+-public class Style extends org.apache.axis.constants.Style {
+-}
+diff --git a/src/org/apache/axis/enum/Use.java b/src/org/apache/axis/enum/Use.java
+deleted file mode 100644
+index caf8aa9..0000000
+--- a/src/org/apache/axis/enum/Use.java
++++ /dev/null
+@@ -1,25 +0,0 @@
+-/*
+- * Copyright 2001-2004 The Apache Software Foundation.
+- * 
+- * Licensed under the Apache License, Version 2.0 (the "License");
+- * you may not use this file except in compliance with the License.
+- * You may obtain a copy of the License at
+- * 
+- *      http://www.apache.org/licenses/LICENSE-2.0
+- * 
+- * Unless required by applicable law or agreed to in writing, software
+- * distributed under the License is distributed on an "AS IS" BASIS,
+- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+- * See the License for the specific language governing permissions and
+- * limitations under the License.
+- */
+-
+-package org.apache.axis.enum;
+-
+-/**
+- * Simple wrapper around org.apache.axis.constants.Use
+- * @author dims at yahoo.com
+- * @deprecated please use org.apache.axis.constants.Scope
+- */
+-public class Use extends org.apache.axis.constants.Use {
+-};
+diff --git a/src/org/apache/axis/enumeration/Scope.java b/src/org/apache/axis/enumeration/Scope.java
+new file mode 100644
+index 0000000..d45ca24
+--- /dev/null
++++ b/src/org/apache/axis/enumeration/Scope.java
+@@ -0,0 +1,25 @@
++/*
++ * Copyright 2001-2004 The Apache Software Foundation.
++ * 
++ * Licensed under the Apache License, Version 2.0 (the "License");
++ * you may not use this file except in compliance with the License.
++ * You may obtain a copy of the License at
++ * 
++ *      http://www.apache.org/licenses/LICENSE-2.0
++ * 
++ * Unless required by applicable law or agreed to in writing, software
++ * distributed under the License is distributed on an "AS IS" BASIS,
++ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++ * See the License for the specific language governing permissions and
++ * limitations under the License.
++ */
++
++package org.apache.axis.enumeration;
++
++/**
++ * Simple wrapper around org.apache.axis.constants.Scope
++ * @author dims at yahoo.com
++ * @deprecated please use org.apache.axis.constants.Scope
++ */
++public class Scope extends org.apache.axis.constants.Scope {
++}
+diff --git a/src/org/apache/axis/enumeration/Style.java b/src/org/apache/axis/enumeration/Style.java
+new file mode 100644
+index 0000000..086b3bf
+--- /dev/null
++++ b/src/org/apache/axis/enumeration/Style.java
+@@ -0,0 +1,29 @@
++/*
++ * Copyright 2001-2004 The Apache Software Foundation.
++ * 
++ * Licensed under the Apache License, Version 2.0 (the "License");
++ * you may not use this file except in compliance with the License.
++ * You may obtain a copy of the License at
++ * 
++ *      http://www.apache.org/licenses/LICENSE-2.0
++ * 
++ * Unless required by applicable law or agreed to in writing, software
++ * distributed under the License is distributed on an "AS IS" BASIS,
++ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++ * See the License for the specific language governing permissions and
++ * limitations under the License.
++ */
++
++package org.apache.axis.enumeration;
++
++import org.apache.axis.deployment.wsdd.WSDDConstants;
++
++import javax.xml.namespace.QName;
++
++/**
++ * Simple wrapper around org.apache.axis.constants.Style
++ * @author dims at yahoo.com
++ * @deprecated please use org.apache.axis.constants.Scope
++ */
++public class Style extends org.apache.axis.constants.Style {
++}
+diff --git a/src/org/apache/axis/enumeration/Use.java b/src/org/apache/axis/enumeration/Use.java
+new file mode 100644
+index 0000000..503f0be
+--- /dev/null
++++ b/src/org/apache/axis/enumeration/Use.java
+@@ -0,0 +1,25 @@
++/*
++ * Copyright 2001-2004 The Apache Software Foundation.
++ * 
++ * Licensed under the Apache License, Version 2.0 (the "License");
++ * you may not use this file except in compliance with the License.
++ * You may obtain a copy of the License at
++ * 
++ *      http://www.apache.org/licenses/LICENSE-2.0
++ * 
++ * Unless required by applicable law or agreed to in writing, software
++ * distributed under the License is distributed on an "AS IS" BASIS,
++ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++ * See the License for the specific language governing permissions and
++ * limitations under the License.
++ */
++
++package org.apache.axis.enumeration;
++
++/**
++ * Simple wrapper around org.apache.axis.constants.Use
++ * @author dims at yahoo.com
++ * @deprecated please use org.apache.axis.constants.Scope
++ */
++public class Use extends org.apache.axis.constants.Use {
++};
diff --git a/debian/patches/series b/debian/patches/series
index 189f8d2..5da228c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ javadoc.diff
 CVE-2014-3596.patch
 ant-compatibility.patch
 javadoc-encoding.patch
+java9.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axis.git



More information about the pkg-java-commits mailing list