FELIX-307
---------
Modifications to make it work with jdk1.4
We added three dependencies:
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
----
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j-jmx</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
----
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j-remote</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
Also added a line in doc/core.sh for lauchning it with jdk1.4
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@552854 13f79535-47bb-0310-9956-ffa450edef68
20 files changed