File jython-dont-validate-pom.patch of Package jython.28016

--- jython-svn-Release_2_2_1/maven/build.xml	2007-03-26 22:02:00.000000000 +0200
+++ jython-svn-Release_2_2_1/maven/build.xml	2018-11-23 10:04:54.897037648 +0100
@@ -85,8 +85,6 @@
 		
 		<move file="${stage}/${install.name}.jar"
 			tofile="${install.dir}/${install.name}.jar"/>
-		<move file="${stage}/${install.name}-sources.jar"
-			tofile="${install.dir}/${install.name}-sources.jar"/>
 		
 		<checksum algorithm="SHA1" fileext=".sha1">
 			<fileset dir="${install.dir}" excludes="*.sha1,*.md5,*.tmp"/>
@@ -114,7 +112,7 @@
 	<!-- 
 		Performs Maven build staging
 	-->
-	<target name="stage" depends="validate-pom">
+	<target name="stage">
 		<property name="stage" value="${build}/"/>
 		<mkdir dir="${stage}"/>
 		
@@ -135,23 +133,6 @@
 		</jar>
 	</target>
 
-	<!-- 
-		Performs POM Schema validation.
-	-->
-	<target name="validate-pom">
-		<xmlvalidate failonerror="true" file="maven/pom.xml">
-			<attribute name="http://xml.org/sax/features/validation"
-				value="true"/>
-			<attribute name="http://apache.org/xml/features/validation/schema"
-				value="true"/>
-			<attribute name="http://xml.org/sax/features/namespaces"
-				value="true"/>
-			<property
-				name="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation"
-				value="maven/maven-v4_0_0.xsd"/>
-		</xmlvalidate>
-	</target>
-	
 	<target name="build-jython" depends="clean">
 		<ant antfile="build.xml" target="developer-build"/>
 	</target>
openSUSE Build Service is sponsored by