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 598070 Details for
Bug 769260
xbean-3.11.1 is available
[?]
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]
Convert patch to POM macros
0001-Convert-patch-to-POM-macros.patch (text/plain), 5.66 KB, created by
Mikolaj Izdebski
on 2012-07-13 13:30:43 UTC
(
hide
)
Description:
Convert patch to POM macros
Filename:
MIME Type:
Creator:
Mikolaj Izdebski
Created:
2012-07-13 13:30:43 UTC
Size:
5.66 KB
patch
obsolete
>From 6b26146e79a5301bae5be591903c717091bfd7a4 Mon Sep 17 00:00:00 2001 >From: Mikolaj Izdebski <mizdebsk@redhat.com> >Date: Fri, 13 Jul 2012 12:37:33 +0200 >Subject: [PATCH 1/2] Convert patch to POM macros > >--- > pom-3.8.patch | 114 --------------------------------------------------------- > xbean.spec | 29 +++++++++++--- > 2 files changed, 22 insertions(+), 121 deletions(-) > delete mode 100644 pom-3.8.patch > >diff --git a/pom-3.8.patch b/pom-3.8.patch >deleted file mode 100644 >index cfd0f15..0000000 >--- a/pom-3.8.patch >+++ /dev/null >@@ -1,114 +0,0 @@ >-diff --git a/pom.xml b/pom.xml >-index cfabbe5..b3f0a12 100644 >---- a/pom.xml >-+++ b/pom.xml >-@@ -24,12 +24,6 @@ >- >- <modelVersion>4.0.0</modelVersion> >- >-- <parent> >-- <groupId>org.apache.geronimo.genesis</groupId> >-- <artifactId>genesis-java5-flava</artifactId> >-- <version>2.0</version> >-- </parent> >-- >- <groupId>org.apache.xbean</groupId> >- <artifactId>xbean</artifactId> >- <name>Apache XBean</name> >-@@ -259,39 +253,15 @@ >- </dependency> >- >- <dependency> >-- <groupId>mx4j</groupId> >-- <artifactId>mx4j</artifactId> >-- <version>3.0.1</version> >-- </dependency> >-- >-- <dependency> >-- <groupId>org.springframework</groupId> >-- <artifactId>spring-beans</artifactId> >-- <version>2.5.6</version> >-- </dependency> >-- >-- <dependency> >-- <groupId>org.springframework</groupId> >-- <artifactId>spring-context</artifactId> >-- <version>2.5.6</version> >-- </dependency> >-- >-- <dependency> >-- <groupId>org.springframework</groupId> >-- <artifactId>spring-web</artifactId> >-- <version>2.5.6</version> >-- </dependency> >-- >-- <dependency> >- <groupId>com.thoughtworks.qdox</groupId> >- <artifactId>qdox</artifactId> >- <version>1.6.3</version> >- </dependency> >-- >-+ >- <dependency> >- <groupId>org.slf4j</groupId> >- <artifactId>slf4j-api</artifactId> >-- <version>1.5.11</version> >-+ <version>1.5.11</version> >- </dependency> >- </dependencies> >- </dependencyManagement> >-@@ -343,22 +313,22 @@ >- <groupId>org.apache.felix</groupId> >- <artifactId>maven-bundle-plugin</artifactId> >- </plugin> >-+ <plugin> >-+ <artifactId>maven-compiler-plugin</artifactId> >-+ <configuration> >-+ <source>1.5</source> >-+ <target>1.5</target> >-+ </configuration> >-+ </plugin> >- </plugins> >- </build> >- >- <modules> >-- <module>xbean-classloader</module> >- <module>xbean-classpath</module> >- <module>xbean-bundleutils</module> >- <module>xbean-finder</module> >- <module>xbean-naming</module> >- <module>xbean-reflect</module> >-- <module>xbean-blueprint</module> >-- <module>xbean-spring</module> >-- <module>xbean-telnet</module> >-- <module>maven-xbean-plugin</module> >-- <module>xbean-asm-shaded</module> >-- <module>xbean-finder-shaded</module> >- </modules> >- >- <reporting> >-@@ -424,4 +394,4 @@ >- </plugins> >- </reporting> >- >--</project> >-\ No newline at end of file >-+</project> >-diff --git a/xbean-reflect/pom.xml b/xbean-reflect/pom.xml >-index b2a76b2..3985b46 100644 >---- a/xbean-reflect/pom.xml >-+++ b/xbean-reflect/pom.xml >-@@ -47,13 +47,6 @@ >- <optional>true</optional> >- </dependency> >- <dependency> >-- <groupId>org.apache.xbean</groupId> >-- <artifactId>xbean-asm-shaded</artifactId> >-- <version>3.8</version> >-- <scope>provided</scope> >-- <optional>true</optional> >-- </dependency> >-- <dependency> >- <groupId>log4j</groupId> >- <artifactId>log4j</artifactId> >- <version>1.2.12</version> >diff --git a/xbean.spec b/xbean.spec >index cb08333..557f1b3 100644 >--- a/xbean.spec >+++ b/xbean.spec >@@ -16,8 +16,6 @@ URL: http://geronimo.apache.org/xbean/ > Source0: xbean-%{version}.tar.xz > Source1: xbean.depmap > >-Patch0: pom-%{version}.patch >- > BuildRequires: java-devel > BuildRequires: apache-commons-beanutils > BuildRequires: apache-commons-logging >@@ -70,11 +68,28 @@ Requires: jpackage-utils > # build failing on this due to doxia-sitetools problems > rm src/site/site.xml > >-# removes dependency on springframework and prevents building of >-# modules depending on it. If other modules are required, >-# springframework will have to be brought in first >-%patch0 -p1 >- >+%pom_xpath_remove "pom:parent" >+%pom_remove_dep org.springframework: >+%pom_remove_dep mx4j:mx4j >+%pom_remove_dep :xbean-asm-shaded xbean-reflect >+ >+# Prevent modules depending on springframework from building. >+%pom_disable_module xbean-asm-shaded >+%pom_disable_module xbean-blueprint >+%pom_disable_module xbean-classloader >+%pom_disable_module xbean-finder-shaded >+%pom_disable_module xbean-spring >+%pom_disable_module xbean-telnet >+%pom_disable_module maven-xbean-plugin >+ >+%pom_xpath_inject "pom:build/pom:plugins" " >+ <plugin> >+ <artifactId>maven-compiler-plugin</artifactId> >+ <configuration> >+ <source>1.5</source> >+ <target>1.5</target> >+ </configuration> >+ </plugin>" > > # Fix dependency on xbean-asm-shaded to original objectweb-asm > sed -i 's/org.apache.xbean.asm/org.objectweb.asm/' \ >-- >1.7.7.6 >
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 769260
: 598070 |
598071