renamed non runtime modules
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@285 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
88f5811842
commit
e17c559c84
|
@ -53,10 +53,10 @@ To see the available options
|
|||
|
||||
To run with JSP support
|
||||
|
||||
java -jar start.jar OPTIONS=Server,deploy,jsp
|
||||
java -jar start.jar OPTIONS=Server,jsp
|
||||
|
||||
To run with JMX support
|
||||
|
||||
java -jar start.jar OPTIONS=Server,deploy,jmx etc/jetty-jmx.xml etc/jetty.xml
|
||||
java -jar start.jar OPTIONS=Server,jmx etc/jetty-jmx.xml etc/jetty.xml
|
||||
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
<artifactId>jetty-project</artifactId>
|
||||
<version>7.0.0.M3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>jetty-distribution</artifactId>
|
||||
<name>Jetty :: Distribution Assemblies</name>
|
||||
<artifactId>distribution</artifactId>
|
||||
<name>Distribution Assemblies</name>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<assembly.directory>target/assembly-prep</assembly.directory>
|
||||
<assembly.directory>target/distribution</assembly.directory>
|
||||
<slf4j-version>1.5.6</slf4j-version>
|
||||
<jsp-2-1-version>9.1.1.B60.25.p1</jsp-2-1-version>
|
||||
</properties>
|
||||
|
|
|
@ -108,10 +108,10 @@ $(jetty.home)/lib/jetty-servlet-$(version).jar
|
|||
[Server,All,webapp,default]
|
||||
$(jetty.home)/lib/jetty-webapp-$(version).jar ! available org.eclipse.jetty.webapp.WebAppContext
|
||||
|
||||
[All,deploy,default]
|
||||
[Server,All,deploy,default]
|
||||
$(jetty.home)/lib/jetty-deploy-$(version).jar ! available org.eclipse.jetty.deploy.ContextDeployer
|
||||
|
||||
[All,servlets,default]
|
||||
[Server,All,servlets,default]
|
||||
$(jetty.home)/lib/jetty-servlets-$(version).jar ! available org.eclipse.jetty.servlets.WelcomeFilter
|
||||
|
||||
[All,rewrite]
|
||||
|
|
Loading…
Reference in New Issue