r2478 - in trunk/mx4j/debian: . patches

Michael Koch mkoch at costa.debian.org
Wed Sep 20 04:34:31 UTC 2006


Author: mkoch
Date: 2006-09-20 04:34:30 +0000 (Wed, 20 Sep 2006)
New Revision: 2478

Removed:
   trunk/mx4j/debian/libmx4j-java.links
   trunk/mx4j/debian/patches/00-build.xml.patch
   trunk/mx4j/debian/patches/00-stats.patch
Log:
Removed files removed from current packags.


Deleted: trunk/mx4j/debian/libmx4j-java.links
===================================================================
--- trunk/mx4j/debian/libmx4j-java.links	2006-09-19 19:50:53 UTC (rev 2477)
+++ trunk/mx4j/debian/libmx4j-java.links	2006-09-20 04:34:30 UTC (rev 2478)
@@ -1,3 +0,0 @@
-usr/share/java/mx4j-2.0.1.jar usr/share/java/mx4j.jar
-usr/share/java/mx4j-impl-2.0.1.jar usr/share/java/mx4j-impl.jar
-usr/share/java/mx4j-jmx-2.0.1.jar usr/share/java/mx4j-jmx.jar

Deleted: trunk/mx4j/debian/patches/00-build.xml.patch
===================================================================
--- trunk/mx4j/debian/patches/00-build.xml.patch	2006-09-19 19:50:53 UTC (rev 2477)
+++ trunk/mx4j/debian/patches/00-build.xml.patch	2006-09-20 04:34:30 UTC (rev 2478)
@@ -1,45 +0,0 @@
---- build.xml.orig	2004-08-13 11:15:54.000000000 +0200
-+++ build.xml	2004-08-13 11:17:49.000000000 +0200
-@@ -157,6 +157,10 @@
-       <echo message="You can download them from http://java.sun.com/products/javamail"/>
-    </target>
- 
-+   <target name="sunssl-present" unless="sunssl.present">
-+      <echo message="SUN SSL classes are not present, therefore the SSl support will not be built."/>
-+   </target>
-+
-    <target name="jython-present" unless="jython.present">
-       <echo message="Jython classes are not present, therefore the JythonRunner MBean will not be built."/>
-       <echo message="You need jython.jar in the MX4J lib directory"/>
-@@ -196,6 +200,14 @@
-       </condition>
-       <antcall target="javamail-present"/>
- 
-+      <!-- SSL flag -->
-+      <condition property="sunssl.present">
-+         <and>
-+            <available classname="com.sun.net.ssl.internal.ssl.Provider" classpathref="lib.classpath"/>
-+         </and>
-+      </condition>
-+      <antcall target="sunssl-present"/>
-+
-       <!-- Jython flag -->
-       <condition property="jython.present">
-          <and>
-@@ -232,7 +244,7 @@
-       <mkdir dir="${core.classes.dir}"/>
-       <mkdir dir="${dist.lib.dir}"/>
- 
--      <javac srcdir="${core.src.dir}" destdir="${core.classes.dir}" debug="on" deprecation="on" encoding="US-ASCII">
-+      <javac srcdir="${core.src.dir}" destdir="${core.classes.dir}" debug="on" deprecation="on" encoding="US-ASCII" target="1.3">
-          <patternset refid="mx4j.classes"/>
-          <classpath refid="lib.classpath"/>
-       </javac>
-@@ -290,6 +302,7 @@
- 
-       <javac srcdir="${tools.src.dir}" destdir="${tools.classes.dir}" debug="on" deprecation="on" encoding="US-ASCII">
-          <patternset refid="tools.classes"/>
-+         <exclude name="mx4j/tools/adaptor/ssl/**" unless="sunssl.present"/>
-          <exclude name="mx4j/tools/mail/**" unless="javamail.present"/>
-          <exclude name="mx4j/tools/jython/**" unless="jython.present"/>
-          <exclude name="mx4j/tools/remote/**" unless="jaas.present"/>

Deleted: trunk/mx4j/debian/patches/00-stats.patch
===================================================================
--- trunk/mx4j/debian/patches/00-stats.patch	2006-09-19 19:50:53 UTC (rev 2477)
+++ trunk/mx4j/debian/patches/00-stats.patch	2006-09-20 04:34:30 UTC (rev 2478)
@@ -1,11 +0,0 @@
-diff -uNr build-tree/src/tools/mx4j/tools/stats/ValueStatisticsRecorder.java build-tree/src/tools/mx4j/tools/stats/ValueStatisticsRecorder.java
---- ../src/tools/mx4j/tools/stats/ValueStatisticsRecorder.java	2004-05-01 23:49:44.000000000 +0900
-+++ ../src/tools/mx4j/tools/stats/ValueStatisticsRecorder.java	2004-05-01 23:48:39.000000000 +0900
-@@ -20,7 +20,6 @@
-  * ObjectName name = new ObjectName("Domain:name=value");
-  * server.createMBean("mx4j.tools.stats.ValueStatisticsRecorder", name, null);
-  * server.invoke(name, "start", null, null);
-- * // Every time the value is set the statistics are updated
-  * server.setAttribute(name, "Attribute", new Double(10));
-  * </pre>
-  *




More information about the pkg-java-commits mailing list