[java-sig-commits] [plexus-containers/f17] - Resolves rhbz#791339 - Applied fix from Omair Majid <omajid at redhat dot com> to build with Java

Deepak Bhole dbhole at fedoraproject.org
Fri Feb 17 16:36:40 UTC 2012


commit 3c395599c09ad9c78829ebbe87b8a96633288fa8
Author: Deepak Bhole <dbhole at redhat.com>
Date:   Fri Feb 17 11:35:55 2012 -0500

    - Resolves rhbz#791339
    - Applied fix from Omair Majid <omajid at redhat dot com> to build with Java 7

 0003-Fix-OpenJDK7-compatibility.patch |   16 ++++++++++++++++
 plexus-containers.spec                |   10 ++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/0003-Fix-OpenJDK7-compatibility.patch b/0003-Fix-OpenJDK7-compatibility.patch
new file mode 100644
index 0000000..57c1c1b
--- /dev/null
+++ b/0003-Fix-OpenJDK7-compatibility.patch
@@ -0,0 +1,16 @@
+diff --git a/plexus-component-javadoc/pom.xml b/plexus-component-javadoc/pom.xml
+index 8030819..bc780f3 100644
+--- a/plexus-component-javadoc/pom.xml
++++ b/plexus-component-javadoc/pom.xml
+@@ -21,10 +21,7 @@
+     <profile>
+       <id>default-tools.jar</id>
+       <activation>
+-        <property>
+-          <name>java.vendor</name>
+-          <value>Sun Microsystems Inc.</value>
+-        </property>
++        <activeByDefault>true</activeByDefault>
+       </activation>
+       <dependencies>
+         <dependency>
diff --git a/plexus-containers.spec b/plexus-containers.spec
index 695b348..252185d 100644
--- a/plexus-containers.spec
+++ b/plexus-containers.spec
@@ -6,11 +6,11 @@
 
 # this needs to be exact version of maven-javadoc-plugin for
 # integration tests
-%global javadoc_plugin_version 2.8
+%global javadoc_plugin_version 2.8.1
 
 Name:           %{parent}-%{subname}
 Version:        1.5.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Containers for Plexus
 License:        ASL 2.0 and Plexus
 Group:          Development/Libraries
@@ -25,6 +25,7 @@ Source3:        plexus-containers-settings.xml
 
 Patch0:         0001-Fix-test-oom.patch
 Patch1:         0002-Fix-maven3-compatibility.patch
+Patch2:         0003-Fix-OpenJDK7-compatibility.patch
 
 BuildArch:      noarch
 
@@ -124,6 +125,7 @@ cp %{SOURCE2} plexus-component-annotations/build.xml
 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # to prevent ant from failing
 mkdir -p plexus-component-annotations/src/test/java
@@ -212,6 +214,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %doc %{_javadocdir}/*
 
 %changelog
+* Fri Feb 17 2012 Deepak Bhole <dbhole at redhat.com> - 1.5.5-5
+- Resolves rhbz#791339
+- Applied fix from Omair Majid <omajid at redhat dot com> to build with Java 7
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the java-sig-commits mailing list