Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-08-21 13:30:34 +0000
committerJesse McConnell2014-08-21 13:30:34 +0000
commit8619a12ca06022897c12ca71a04fe76634ba5215 (patch)
treeba668a650da0185682b4333e7c7762e83d297fbb
parent39d597da7410b67f98c688d4e1a3eb7654a870e2 (diff)
downloadorg.eclipse.jetty.project-8619a12ca06022897c12ca71a04fe76634ba5215.tar.gz
org.eclipse.jetty.project-8619a12ca06022897c12ca71a04fe76634ba5215.tar.xz
org.eclipse.jetty.project-8619a12ca06022897c12ca71a04fe76634ba5215.zip
Revert "added console modules"
-rw-r--r--jetty-distribution/src/main/resources/etc/jamon.xml17
-rw-r--r--jetty-distribution/src/main/resources/etc/jminix.xml12
-rw-r--r--jetty-distribution/src/main/resources/modules/hawtio.mod14
-rw-r--r--jetty-distribution/src/main/resources/modules/jamon.mod21
-rw-r--r--jetty-distribution/src/main/resources/modules/jminix.mod36
-rw-r--r--jetty-distribution/src/main/resources/modules/jolokia.mod14
6 files changed, 0 insertions, 114 deletions
diff --git a/jetty-distribution/src/main/resources/etc/jamon.xml b/jetty-distribution/src/main/resources/etc/jamon.xml
deleted file mode 100644
index 8b72eef0ae..0000000000
--- a/jetty-distribution/src/main/resources/etc/jamon.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
-
-<!-- =============================================================== -->
-<!-- Mixin the Jamon Handler -->
-<!-- =============================================================== -->
-
-<Configure id="Server" class="org.eclipse.jetty.server.Server">
- <Get id="oldhandler" name="handler" />
- <Set name="handler">
- <New id="JamonHandler" class="com.jamonapi.http.JAMonJettyHandlerNew">
- <Set name="handler"><Ref refid="oldhandler" /></Set>
- </New>
- </Set>
-
-
-</Configure>
diff --git a/jetty-distribution/src/main/resources/etc/jminix.xml b/jetty-distribution/src/main/resources/etc/jminix.xml
deleted file mode 100644
index 1be47579cb..0000000000
--- a/jetty-distribution/src/main/resources/etc/jminix.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
-
-<Configure id="Server" class="org.eclipse.jetty.server.Server">
- <Call name="addBean">
- <Arg>
- <New class="org.jminix.console.tool.StandaloneMiniConsole">
- <Arg type="int"><Property name="jminix.port" default="8088" /></Arg>
- </New>
- </Arg>
- </Call>
-</Configure>
diff --git a/jetty-distribution/src/main/resources/modules/hawtio.mod b/jetty-distribution/src/main/resources/modules/hawtio.mod
deleted file mode 100644
index 5c927c1776..0000000000
--- a/jetty-distribution/src/main/resources/modules/hawtio.mod
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Hawtio x module
-#
-
-[depend]
-stats
-deploy
-jmx
-
-
-[files]
-
-https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default/1.4.16/hawtio-default-1.4.16.war|webapps/hawtio.war
-
diff --git a/jetty-distribution/src/main/resources/modules/jamon.mod b/jetty-distribution/src/main/resources/modules/jamon.mod
deleted file mode 100644
index 1389d4766d..0000000000
--- a/jetty-distribution/src/main/resources/modules/jamon.mod
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# JaMON Jetty module
-#
-
-[depend]
-stats
-deploy
-jmx
-jsp
-
-[xml]
-etc/jamon.xml
-
-[files]
-lib/jamon/
-http://central.maven.org/maven2/com/jamonapi/jamon/2.78/jamon-2.78.jar|lib/jamon/jamon-2.78.jar
-http://central.maven.org/maven2/com/jamonapi/jamon_war/2.78/jamon_war-2.78.war|webapps/jamon.war
-
-[lib]
-lib/jamon/**.jar
-
diff --git a/jetty-distribution/src/main/resources/modules/jminix.mod b/jetty-distribution/src/main/resources/modules/jminix.mod
deleted file mode 100644
index af334ff219..0000000000
--- a/jetty-distribution/src/main/resources/modules/jminix.mod
+++ /dev/null
@@ -1,36 +0,0 @@
-#
-# JaMON Jetty module
-#
-
-[depend]
-stats
-jmx
-
-[xml]
-etc/jminix.xml
-
-[files]
-lib/jminix/
-http://central.maven.org/maven2/org/jminix/jminix/1.1.0/jminix-1.1.0.jar|lib/jminix/jminix-1.1.0.jar
-http://maven.restlet.com/org/restlet/org.restlet/1.1.5/org.restlet-1.1.5.jar|lib/jminix/org.restlet-1.1.5.jar
-http://maven.restlet.com/org/restlet/org.restlet.ext.velocity/1.1.5/org.restlet.ext.velocity-1.1.5.jar|lib/jminix/org.restlet.ext.velocity-1.1.5.jar
-http://central.maven.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar|lib/jminix/velocity-1.5.jar
-http://central.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar|lib/jminix/oro-2.0.8.jar
-http://maven.restlet.com/com/noelios/restlet/com.noelios.restlet/1.1.5/com.noelios.restlet-1.1.5.jar|lib/jminix/com.noelios.restlet-1.1.5.jar
-http://maven.restlet.com/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.1.5/com.noelios.restlet.ext.servlet-1.1.5.jar|lib/jminix/com.noelios.restlet.ext.servlet-1.1.5.jar
-http://central.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar|lib/jminix/commons-logging-1.1.1.jar
-http://repo2.maven.org/maven2/net/sf/json-lib/json-lib/2.2.3/json-lib-2.2.3-jdk15.jar|lib/jminix/json-lib-2.2.3-jdk15.jar
-http://central.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar|lib/jminix/commons-lang-2.4.jar
-http://central.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar|lib/jminix/commons-beanutils-1.7.0.jar
-http://central.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar|lib/jminix/commons-collections-3.2.jar
-http://central.maven.org/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar|lib/jminix/ezmorph-1.0.6.jar
-http://central.maven.org/maven2/org/jgroups/jgroups/2.12.1.3.Final/jgroups-2.12.1.3.Final.jar|lib/jminix/jgroups-2.12.1.3.Final.jar
-http://central.maven.org/maven2/org/jasypt/jasypt/1.8/jasypt-1.8.jar|lib/jminix/jasypt-1.8.jar
-
-[lib]
-lib/jminix/**.jar
-
-[ini-template]
-# Jminix Configuration
-jminix.port=8088
-
diff --git a/jetty-distribution/src/main/resources/modules/jolokia.mod b/jetty-distribution/src/main/resources/modules/jolokia.mod
deleted file mode 100644
index 9709df5c56..0000000000
--- a/jetty-distribution/src/main/resources/modules/jolokia.mod
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Jolokia Jetty module
-#
-
-[depend]
-stats
-deploy
-jmx
-
-
-[files]
-http://repo1.maven.org/maven2/org/jolokia/jolokia-war/1.2.2/jolokia-war-1.2.2.war|webapps/jolokia.war
-
-

Back to the top