Removing unused test resources
This commit is contained in:
parent
8422dd5b1a
commit
02a838bef7
|
@ -1 +0,0 @@
|
|||
<!-- nothing in here, just used to test the start.config logic in ConfigTest.java -->
|
|
@ -1 +0,0 @@
|
|||
<!-- nothing in here, just used to test the start.config logic in ConfigTest.java -->
|
|
@ -1 +0,0 @@
|
|||
<!-- nothing in here, just used to test the start.config logic in ConfigTest.java -->
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +0,0 @@
|
|||
Many of these files are zero length on purpose.
|
||||
Of those jars that have content, a simple "Hello World" style class has been
|
||||
compiled (included) to allow the ConfigTest of available classes.
|
||||
This directory is used by the various tests, and having legitimate jar/zip files
|
||||
is often not important.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
# Nothing of importance, just used by ConfigTest.java
|
|
@ -1,22 +0,0 @@
|
|||
#===========================================================
|
||||
# Additional Jetty start.jar arguments
|
||||
# Each line of this file is prepended to the command line
|
||||
# arguments # of a call to:
|
||||
# java -jar start.jar [arg...]
|
||||
#===========================================================
|
||||
|
||||
|
||||
|
||||
#===========================================================
|
||||
#-----------------------------------------------------------
|
||||
OPTION=jmx
|
||||
#-----------------------------------------------------------
|
||||
|
||||
|
||||
#===========================================================
|
||||
# Configuration files.
|
||||
# For a full list of available configuration files do
|
||||
# java -jar start.jar --help
|
||||
#-----------------------------------------------------------
|
||||
etc/jetty-jmx.xml
|
||||
#===========================================================
|
|
@ -1,14 +0,0 @@
|
|||
#===========================================================
|
||||
# Additional Jetty start.jar arguments
|
||||
# Each line of this file is prepended to the command line
|
||||
# arguments # of a call to:
|
||||
# java -jar start.jar [arg...]
|
||||
#===========================================================
|
||||
|
||||
|
||||
|
||||
#===========================================================
|
||||
#-----------------------------------------------------------
|
||||
DEPEND=Server
|
||||
OPTION=websocket
|
||||
#-----------------------------------------------------------
|
|
@ -1 +0,0 @@
|
|||
etc/jetty-testrealm.xml
|
|
@ -1,17 +0,0 @@
|
|||
#===========================================================
|
||||
# Jetty start.jar arguments
|
||||
# Each line of this file is prepended to the command line
|
||||
# arguments # of a call to:
|
||||
# java -jar start.jar [arg...]
|
||||
#===========================================================
|
||||
|
||||
|
||||
OPTIONS=Server,jsp,resources,websocket,ext
|
||||
etc/jetty.xml
|
||||
etc/jetty-deploy.xml
|
||||
etc/jetty-webapps.xml
|
||||
etc/jetty-contexts.xml
|
||||
|
||||
DEFINE=newOption
|
||||
OPTION=newOption
|
||||
DEPEND=newOption
|
Loading…
Reference in New Issue