|
|
Author: gbenson
Update of /cvs/dist/rpms/mx4j/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16954
Modified Files:
mx4j.spec
Added Files:
mx4j-no-iiop.patch
Removed Files:
mx4j-bz133180.patch
Log Message:
Compile JRMP stubs
mx4j-no-iiop.patch:
build.xml | 2 ++
1 files changed, 2 insertions(+)
--- NEW FILE mx4j-no-iiop.patch ---
--- mx4j-2.1.0/build/build.xml.orig 2005-03-04 13:46:19.610032808 +0000
+++ mx4j-2.1.0/build/build.xml 2005-03-04 13:50:12.555578739 +0000
@@ -254,12 +254,14 @@
</target>
<target name="rmic.iiop.poa" description="RMI compiles the remote JMX (JSR
160) classes using the -poa option" if="jdk14.present">
+<!--
<rmic base="${core.classes.dir}"
classname="javax.management.remote.rmi.RMIServerImpl" classpathref="classpath"
debug="yes" iiop="yes">
<compilerarg value="-poa"/>
</rmic>
<rmic base="${core.classes.dir}"
classname="javax.management.remote.rmi.RMIConnectionImpl"
classpathref="classpath" debug="yes" iiop="yes">
<compilerarg value="-poa"/>
</rmic>
+-->
</target>
<target name="rmic.iiop" description="RMI compiles the remote JMX (JSR 160)
classes" unless="jdk14.present">
Index: mx4j.spec
===================================================================
RCS file: /cvs/dist/rpms/mx4j/devel/mx4j.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mx4j.spec 20 Jun 2005 13:02:29 -0000 1.28
+++ mx4j.spec 24 Jun 2005 07:28:26 -0000 1.29
@@ -1,6 +1,6 @@
%define name mx4j
%define version 3.0.1
-%define release 1jpp_1fc
+%define release 1jpp_2fc
%define section free
Name: %{name}
@@ -17,7 +17,7 @@
Patch2: mx4j-build.patch
Patch3: mx4j-docbook.patch
Patch5: mx4j-caucho-build.patch
-Patch6: mx4j-bz133180.patch
+Patch6: mx4j-no-iiop.patch
Url: http://mx4j.sourceforge.net/
BuildRequires: jpackage-utils > 0:1.5
BuildRequires: ant >= 0:1.6
@@ -202,6 +202,9 @@
%doc dist/docs/*
%changelog
+* Fri Jun 24 2005 Gary Benson <gbenson@xxxxxxxxxx> 0:3.0.1-1jpp_2fc
+- Compile JRMP stubs.
+
* Mon Jun 20 2005 Gary Benson <gbenson@xxxxxxxxxx> 0:3.0.1-1jpp_1fc
- Upgrade to 3.0.1-1jpp.
- Add missing build dependency on ant-junit.
--- mx4j-bz133180.patch DELETED ---
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|