Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 598679 Details for
Bug 840929
jibx - fixing misapplied patch
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fixed misapplied patch
0001-fixed-misapplied-patch.patch (text/plain), 17.61 KB, created by
Marek Goldmann
on 2012-07-17 16:00:58 UTC
(
hide
)
Description:
fixed misapplied patch
Filename:
MIME Type:
Creator:
Marek Goldmann
Created:
2012-07-17 16:00:58 UTC
Size:
17.61 KB
patch
obsolete
>From 30bbe9cea074c203b2693aac9a40b7fdc71cc456 Mon Sep 17 00:00:00 2001 >From: Patryk Obara <dreamer.tan@gmail.com> >Date: Tue, 17 Jul 2012 17:44:39 +0200 >Subject: [PATCH] fixed misapplied patch > >--- > jibx-1.2.4-poms.patch | 192 ++++++++++++++++++++++++++++++++++++++++++++ > jibx-maven-pom.patch | 213 ------------------------------------------------- > jibx.spec | 18 +++-- > 3 files changed, 202 insertions(+), 221 deletions(-) > create mode 100644 jibx-1.2.4-poms.patch > delete mode 100644 jibx-maven-pom.patch > >diff --git a/jibx-1.2.4-poms.patch b/jibx-1.2.4-poms.patch >new file mode 100644 >index 0000000..8838117 >--- /dev/null >+++ b/jibx-1.2.4-poms.patch >@@ -0,0 +1,192 @@ >+diff -Nru build/maven/jibx-bind/pom.xml build/maven-gil/jibx-bind/pom.xml >+--- build/maven/jibx-bind/pom.xml 2012-05-02 09:51:18.000000000 +0200 >++++ build/maven-gil/jibx-bind/pom.xml 2012-05-26 16:11:24.000000000 +0200 >+@@ -5,7 +5,7 @@ >+ <parent> >+ <groupId>org.jibx.config</groupId> >+ <artifactId>main-reactor</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </parent> >+ >+ <groupId>org.jibx</groupId> >+@@ -72,9 +72,7 @@ >+ org.jibx.binding.*;version=${project.version}, >+ org.jibx.util.*;version=${project.version}, >+ </Export-Package> >+- <Include-Resource>@${jibxLibDir}/jibx-bind.jar;inline=**</Include-Resource> >+ <Main-Class>org.jibx.binding.Compile</Main-Class> >+- <Class-Path>bcel.jar jibx-run.jar xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> >+ </instructions> >+ </configuration> >+ </plugin> >+@@ -85,7 +83,7 @@ >+ <dependency> >+ <groupId>${project.groupId}</groupId> >+ <artifactId>jibx-run</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </dependency> >+ >+ <dependency> >+diff -Nru build/maven/jibx-extras/pom.xml build/maven-gil/jibx-extras/pom.xml >+--- build/maven/jibx-extras/pom.xml 2012-05-02 09:51:18.000000000 +0200 >++++ build/maven-gil/jibx-extras/pom.xml 2012-05-26 16:11:24.000000000 +0200 >+@@ -5,7 +5,7 @@ >+ <parent> >+ <groupId>org.jibx.config</groupId> >+ <artifactId>main-reactor</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </parent> >+ >+ <groupId>org.jibx</groupId> >+@@ -60,9 +60,7 @@ >+ <Export-Package> >+ org.jibx.extras.*;version=${project.version}, >+ </Export-Package> >+- <Include-Resource>@${jibxLibDir}/jibx-extras.jar;inline=**</Include-Resource> >+ <Main-Class>org.jibx.extras.TestRoundtrip</Main-Class> >+- <Class-Path>jibx-run.jar xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> >+ </instructions> >+ </configuration> >+ </plugin> >+@@ -73,7 +71,7 @@ >+ <dependency> >+ <groupId>${project.groupId}</groupId> >+ <artifactId>jibx-run</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </dependency> >+ >+ <dependency> >+diff -Nru build/maven/jibx-run/pom.xml build/maven-gil/jibx-run/pom.xml >+--- build/maven/jibx-run/pom.xml 2012-05-02 09:51:18.000000000 +0200 >++++ build/maven-gil/jibx-run/pom.xml 2012-05-26 16:11:24.000000000 +0200 >+@@ -5,7 +5,7 @@ >+ <parent> >+ <groupId>org.jibx.config</groupId> >+ <artifactId>main-reactor</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </parent> >+ >+ <groupId>org.jibx</groupId> >+@@ -63,9 +63,7 @@ >+ <Export-Package> >+ org.jibx.runtime.*;version=${project.version}, >+ </Export-Package> >+- <Include-Resource>@${jibxLibDir}/jibx-run.jar;inline=**</Include-Resource> >+ <Main-Class>org.jibx.runtime.PrintInfo</Main-Class> >+- <Class-Path>xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> >+ </instructions> >+ </configuration> >+ </plugin> >+diff -Nru build/maven/jibx-schema/pom.xml build/maven-gil/jibx-schema/pom.xml >+--- build/maven/jibx-schema/pom.xml 2012-05-02 09:51:18.000000000 +0200 >++++ build/maven-gil/jibx-schema/pom.xml 2012-05-26 16:11:24.000000000 +0200 >+@@ -5,7 +5,7 @@ >+ <parent> >+ <groupId>org.jibx.config</groupId> >+ <artifactId>main-reactor</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </parent> >+ >+ <groupId>org.jibx</groupId> >+@@ -79,8 +79,6 @@ >+ !org.jibx.schema.generator.*, <!-- In jibx-tools --> >+ org.jibx.schema.*;version=${project.version}, >+ </Export-Package> >+- <Include-Resource>@${jibxLibDir}/jibx-schema.jar;inline=**</Include-Resource> >+- <Class-Path>jibx-run.jar jibx-bind.jar xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> >+ </instructions> >+ </configuration> >+ </plugin> >+@@ -91,12 +89,12 @@ >+ <dependency> >+ <groupId>${project.groupId}</groupId> >+ <artifactId>jibx-bind</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </dependency> >+ <dependency> >+ <groupId>${project.groupId}</groupId> >+ <artifactId>jibx-extras</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </dependency> >+ </dependencies> >+ >+diff -Nru build/maven/jibx-tools/pom.xml build/maven-gil/jibx-tools/pom.xml >+--- build/maven/jibx-tools/pom.xml 2012-05-02 09:51:18.000000000 +0200 >++++ build/maven-gil/jibx-tools/pom.xml 2012-05-26 16:11:24.000000000 +0200 >+@@ -5,7 +5,7 @@ >+ <parent> >+ <groupId>org.jibx.config</groupId> >+ <artifactId>main-reactor</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </parent> >+ >+ <groupId>org.jibx</groupId> >+@@ -81,15 +81,7 @@ >+ org.jibx.custom.*;version=${project.version}, <!-- In jibx-tools --> >+ org.jibx.ws.*;version=${project.version}, <!-- In jibx-tools --> >+ </Export-Package> >+- <Include-Resource>@${jibxLibDir}/jibx-tools.jar;inline=**</Include-Resource> >+ <Main-Class>org.jibx.ws.wsdl.tools.Jibx2Wsdl</Main-Class> >+- <Class-Path>bcel.jar jibx-run.jar jibx-bind.jar jibx-extras.jar >+- jibx-schema.jar xpp3.jar stax-api.jar wstx-asl.jar joda-time.jar log4j.jar >+- qdox.jar org.eclipse.core.contenttype.jar org.eclipse.core.jobs.jar >+- org.eclipse.core.resources.jar org.eclipse.core.runtime.jar >+- org.eclipse.equinox.common.jar org.eclipse.equinox.preferences.jar >+- org.eclipse.jdt.core.jar org.eclipse.jdt.core.manipulation.jar org.eclipse.osgi.jar >+- org.eclipse.text.jar</Class-Path> >+ </instructions> >+ </configuration> >+ </plugin> >+@@ -100,10 +92,10 @@ >+ <dependency> >+ <groupId>${project.groupId}</groupId> >+ <artifactId>jibx-schema</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >++ <version>1.2.4</version> >+ </dependency> >+ >+- <!-- Eclipse dependencies --> >++ <!-- Eclipse dependencies > >+ <dependency> >+ <groupId>org.jibx.config.3rdparty.org.eclipse</groupId> >+ <artifactId>org.eclipse.core.contenttype</artifactId> >+@@ -157,7 +149,7 @@ >+ <artifactId>org.eclipse.text</artifactId> >+ <version>3.5.100.v20110505-0800</version> >+ <scope>compile</scope> >+- </dependency> >++ </dependency--> >+ </dependencies> >+ >+ </project> >+diff -Nru build/maven/pom.xml build/maven-gil/pom.xml >+--- build/maven/pom.xml 2012-05-02 09:51:18.000000000 +0200 >++++ build/maven-gil/pom.xml 2012-05-26 16:29:27.892538845 +0200 >+@@ -2,15 +2,9 @@ >+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> >+ <modelVersion>4.0.0</modelVersion> >+ >+- <parent> >+- <groupId>org.jibx.config</groupId> >+- <artifactId>core-reactor</artifactId> >+- <version>1.2.4-SNAPSHOT</version> >+- <relativePath>../..</relativePath> >+- </parent> >+- >++ <groupId>org.jibx.config</groupId> >+ <artifactId>main-reactor</artifactId> >+- >++ <version>1.2.4</version> >+ <packaging>pom</packaging> >+ <name>main-reactor - JiBX main reactor</name> >+ <description>JiBX main reactor</description> >+ >diff --git a/jibx-maven-pom.patch b/jibx-maven-pom.patch >deleted file mode 100644 >index 5d2becd..0000000 >--- a/jibx-maven-pom.patch >+++ /dev/null >@@ -1,213 +0,0 @@ >-From 5b15ef0a5839884a5d28ecd673549d931c4127fe Mon Sep 17 00:00:00 2001 >-From: gil <puntogil@libero.it> >-Date: Sat, 26 May 2012 16:34:04 +0200 >-Subject: [PATCH] - Added maven POM - Adapt to current guideline >- >---- >- jibx-1.2.4-poms.patch | 191 +++++++++++++++++++++++++++++++++++++++++++++++++ >- jibx.spec | 44 +++++++----- >- 2 files changed, 218 insertions(+), 17 deletions(-) >- create mode 100644 jibx-1.2.4-poms.patch >- >-diff --git a/jibx-1.2.4-poms.patch b/jibx-1.2.4-poms.patch >-new file mode 100644 >-index 0000000..96a8ee7 >---- /dev/null >-+++ b/jibx-1.2.4-poms.patch >-@@ -0,0 +1,191 @@ >-+diff -Nru build/maven/jibx-bind/pom.xml build/maven-gil/jibx-bind/pom.xml >-+--- build/maven/jibx-bind/pom.xml 2012-05-02 09:51:18.000000000 +0200 >-++++ build/maven-gil/jibx-bind/pom.xml 2012-05-26 16:11:24.000000000 +0200 >-+@@ -5,7 +5,7 @@ >-+ <parent> >-+ <groupId>org.jibx.config</groupId> >-+ <artifactId>main-reactor</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </parent> >-+ >-+ <groupId>org.jibx</groupId> >-+@@ -72,9 +72,7 @@ >-+ org.jibx.binding.*;version=${project.version}, >-+ org.jibx.util.*;version=${project.version}, >-+ </Export-Package> >-+- <Include-Resource>@${jibxLibDir}/jibx-bind.jar;inline=**</Include-Resource> >-+ <Main-Class>org.jibx.binding.Compile</Main-Class> >-+- <Class-Path>bcel.jar jibx-run.jar xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> >-+ </instructions> >-+ </configuration> >-+ </plugin> >-+@@ -85,7 +83,7 @@ >-+ <dependency> >-+ <groupId>${project.groupId}</groupId> >-+ <artifactId>jibx-run</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </dependency> >-+ >-+ <dependency> >-+diff -Nru build/maven/jibx-extras/pom.xml build/maven-gil/jibx-extras/pom.xml >-+--- build/maven/jibx-extras/pom.xml 2012-05-02 09:51:18.000000000 +0200 >-++++ build/maven-gil/jibx-extras/pom.xml 2012-05-26 16:11:24.000000000 +0200 >-+@@ -5,7 +5,7 @@ >-+ <parent> >-+ <groupId>org.jibx.config</groupId> >-+ <artifactId>main-reactor</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </parent> >-+ >-+ <groupId>org.jibx</groupId> >-+@@ -60,9 +60,7 @@ >-+ <Export-Package> >-+ org.jibx.extras.*;version=${project.version}, >-+ </Export-Package> >-+- <Include-Resource>@${jibxLibDir}/jibx-extras.jar;inline=**</Include-Resource> >-+ <Main-Class>org.jibx.extras.TestRoundtrip</Main-Class> >-+- <Class-Path>jibx-run.jar xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> >-+ </instructions> >-+ </configuration> >-+ </plugin> >-+@@ -73,7 +71,7 @@ >-+ <dependency> >-+ <groupId>${project.groupId}</groupId> >-+ <artifactId>jibx-run</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </dependency> >-+ >-+ <dependency> >-+diff -Nru build/maven/jibx-run/pom.xml build/maven-gil/jibx-run/pom.xml >-+--- build/maven/jibx-run/pom.xml 2012-05-02 09:51:18.000000000 +0200 >-++++ build/maven-gil/jibx-run/pom.xml 2012-05-26 16:11:24.000000000 +0200 >-+@@ -5,7 +5,7 @@ >-+ <parent> >-+ <groupId>org.jibx.config</groupId> >-+ <artifactId>main-reactor</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </parent> >-+ >-+ <groupId>org.jibx</groupId> >-+@@ -63,9 +63,7 @@ >-+ <Export-Package> >-+ org.jibx.runtime.*;version=${project.version}, >-+ </Export-Package> >-+- <Include-Resource>@${jibxLibDir}/jibx-run.jar;inline=**</Include-Resource> >-+ <Main-Class>org.jibx.runtime.PrintInfo</Main-Class> >-+- <Class-Path>xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> >-+ </instructions> >-+ </configuration> >-+ </plugin> >-+diff -Nru build/maven/jibx-schema/pom.xml build/maven-gil/jibx-schema/pom.xml >-+--- build/maven/jibx-schema/pom.xml 2012-05-02 09:51:18.000000000 +0200 >-++++ build/maven-gil/jibx-schema/pom.xml 2012-05-26 16:11:24.000000000 +0200 >-+@@ -5,7 +5,7 @@ >-+ <parent> >-+ <groupId>org.jibx.config</groupId> >-+ <artifactId>main-reactor</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </parent> >-+ >-+ <groupId>org.jibx</groupId> >-+@@ -79,8 +79,6 @@ >-+ !org.jibx.schema.generator.*, <!-- In jibx-tools --> >-+ org.jibx.schema.*;version=${project.version}, >-+ </Export-Package> >-+- <Include-Resource>@${jibxLibDir}/jibx-schema.jar;inline=**</Include-Resource> >-+- <Class-Path>jibx-run.jar jibx-bind.jar xpp3.jar stax-api.jar wstx-asl.jar</Class-Path> >-+ </instructions> >-+ </configuration> >-+ </plugin> >-+@@ -91,12 +89,12 @@ >-+ <dependency> >-+ <groupId>${project.groupId}</groupId> >-+ <artifactId>jibx-bind</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </dependency> >-+ <dependency> >-+ <groupId>${project.groupId}</groupId> >-+ <artifactId>jibx-extras</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </dependency> >-+ </dependencies> >-+ >-+diff -Nru build/maven/jibx-tools/pom.xml build/maven-gil/jibx-tools/pom.xml >-+--- build/maven/jibx-tools/pom.xml 2012-05-02 09:51:18.000000000 +0200 >-++++ build/maven-gil/jibx-tools/pom.xml 2012-05-26 16:11:24.000000000 +0200 >-+@@ -5,7 +5,7 @@ >-+ <parent> >-+ <groupId>org.jibx.config</groupId> >-+ <artifactId>main-reactor</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </parent> >-+ >-+ <groupId>org.jibx</groupId> >-+@@ -81,15 +81,7 @@ >-+ org.jibx.custom.*;version=${project.version}, <!-- In jibx-tools --> >-+ org.jibx.ws.*;version=${project.version}, <!-- In jibx-tools --> >-+ </Export-Package> >-+- <Include-Resource>@${jibxLibDir}/jibx-tools.jar;inline=**</Include-Resource> >-+ <Main-Class>org.jibx.ws.wsdl.tools.Jibx2Wsdl</Main-Class> >-+- <Class-Path>bcel.jar jibx-run.jar jibx-bind.jar jibx-extras.jar >-+- jibx-schema.jar xpp3.jar stax-api.jar wstx-asl.jar joda-time.jar log4j.jar >-+- qdox.jar org.eclipse.core.contenttype.jar org.eclipse.core.jobs.jar >-+- org.eclipse.core.resources.jar org.eclipse.core.runtime.jar >-+- org.eclipse.equinox.common.jar org.eclipse.equinox.preferences.jar >-+- org.eclipse.jdt.core.jar org.eclipse.jdt.core.manipulation.jar org.eclipse.osgi.jar >-+- org.eclipse.text.jar</Class-Path> >-+ </instructions> >-+ </configuration> >-+ </plugin> >-+@@ -100,10 +92,10 @@ >-+ <dependency> >-+ <groupId>${project.groupId}</groupId> >-+ <artifactId>jibx-schema</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-++ <version>1.2.4</version> >-+ </dependency> >-+ >-+- <!-- Eclipse dependencies --> >-++ <!-- Eclipse dependencies > >-+ <dependency> >-+ <groupId>org.jibx.config.3rdparty.org.eclipse</groupId> >-+ <artifactId>org.eclipse.core.contenttype</artifactId> >-+@@ -157,7 +149,7 @@ >-+ <artifactId>org.eclipse.text</artifactId> >-+ <version>3.5.100.v20110505-0800</version> >-+ <scope>compile</scope> >-+- </dependency> >-++ </dependency--> >-+ </dependencies> >-+ >-+ </project> >-+diff -Nru build/maven/pom.xml build/maven-gil/pom.xml >-+--- build/maven/pom.xml 2012-05-02 09:51:18.000000000 +0200 >-++++ build/maven-gil/pom.xml 2012-05-26 16:29:27.892538845 +0200 >-+@@ -2,15 +2,9 @@ >-+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> >-+ <modelVersion>4.0.0</modelVersion> >-+ >-+- <parent> >-+- <groupId>org.jibx.config</groupId> >-+- <artifactId>core-reactor</artifactId> >-+- <version>1.2.4-SNAPSHOT</version> >-+- <relativePath>../..</relativePath> >-+- </parent> >-+- >-++ <groupId>org.jibx.config</groupId> >-+ <artifactId>main-reactor</artifactId> >-+- >-++ <version>1.2.4</version> >-+ <packaging>pom</packaging> >-+ <name>main-reactor - JiBX main reactor</name> >-+ <description>JiBX main reactor</description> >-\ No newline at end of file >--- >-1.7.7.6 >- >- >diff --git a/jibx.spec b/jibx.spec >index eb1d552..f87a992 100644 >--- a/jibx.spec >+++ b/jibx.spec >@@ -1,16 +1,15 @@ >-%define debug_package %{nil} >- >-Name: jibx >-Version: 1.2.4 >-Release: 3%{?dist} >-Summary: Framework for binding XML data to Java objects >+Name: jibx >+Version: 1.2.4 >+Release: 4%{?dist} >+Summary: Framework for binding XML data to Java objects > > Group: Development/Libraries > License: BSD and ASL 1.1 >-URL: http://sourceforge.net/projects/jibx/ >+URL: http://sourceforge.net/projects/jibx/ > Source0: http://sourceforge.net/projects/jibx/files/jibx/jibx-1.2.4/%{name}_1_2_4.zip > Patch0: %{name}-classpath.patch >-Patch1: %{name}-maven-pom.patch >+Patch1: %{name}-%{version}-poms.patch >+ > BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) > BuildRequires: java-devel >= 1:1.6.0 > BuildRequires: ant >@@ -144,6 +143,9 @@ cp -rp %{_builddir}/%{name}/build/docs/* \ > %{_javadocdir}/%{name} > > %changelog >+* Tue Jul 17 2012 Patryk Obara <pobara@redhat.com> - 1.2.4-4 >+- Fixed misapplied patch >+ > * Sat May 29 2012 Johannes Lips <hannes@fedoraproject.org> - 1.2.4-3 > - add maven pom (patch from Gil Cattaneo #825465) > - minor changes to adapt to guideline changes >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 840929
: 598679