renamed non runtime modules
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@283 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
0a28f5adb6
commit
020f12e948
|
@ -83,7 +83,7 @@
|
|||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-test-webapp</artifactId>
|
||||
<artifactId>test-jetty-webapp</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>config</classifier>
|
||||
<type>jar</type>
|
||||
|
@ -343,7 +343,7 @@
|
|||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-test-webapp</artifactId>
|
||||
<artifactId>test-jetty-webapp</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>war</type>
|
||||
<overWrite>true</overWrite>
|
||||
|
@ -505,7 +505,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-test-webapp</artifactId>
|
||||
<artifactId>test-jetty-webapp</artifactId>
|
||||
<type>war</type>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
|
@ -5,8 +5,8 @@
|
|||
<version>7.0.0.M3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-embedded-examples</artifactId>
|
||||
<name>Jetty :: Embedded Examples</name>
|
||||
<artifactId>example-jetty-embedded</artifactId>
|
||||
<name>Example :: Jetty Embedded</name>
|
||||
<description>Jetty Embedded Examples</description>
|
||||
<build>
|
||||
<plugins>
|
|
@ -1,15 +0,0 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-project</artifactId>
|
||||
<version>7.0.0.M3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-integrations</artifactId>
|
||||
<name>Jetty :: Third Party Integration Parent</name>
|
||||
<description>Third Party Integration Parent</description>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<jetty-version>${pom.version}</jetty-version>
|
||||
</properties>
|
||||
</project>
|
|
@ -71,7 +71,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet-tester</artifactId>
|
||||
<artifactId>test-jetty-servlet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet-tester</artifactId>
|
||||
<artifactId>test-jetty-servlet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-webapp</artifactId>
|
||||
<name>Jetty :: Webapp Application Support</name>
|
||||
<description>Jetty web application support</description>
|
||||
<name>Jetty :: Web Applications</name>
|
||||
<description>Jetty web application</description>
|
||||
<build>
|
||||
<resources>
|
||||
<resource><directory>src/main/resources</directory></resource>
|
||||
|
|
13
pom.xml
13
pom.xml
|
@ -127,7 +127,7 @@
|
|||
<module>jetty-client</module>
|
||||
<module>jetty-xml</module>
|
||||
<module>jetty-security</module>
|
||||
<!--module>jetty-jaspi</module-->
|
||||
<module>jetty-jaspi</module>
|
||||
<module>jetty-servlet</module>
|
||||
<module>jetty-webapp</module>
|
||||
<module>jetty-servlets</module>
|
||||
|
@ -138,12 +138,11 @@
|
|||
<module>jetty-annotations</module>
|
||||
<module>jetty-plus</module>
|
||||
<module>jetty-rewrite</module>
|
||||
<module>jetty-servlet-tester</module>
|
||||
<module>jetty-start</module>
|
||||
<module>jetty-embedded-examples</module>
|
||||
<module>jetty-test-webapp</module>
|
||||
<module>jetty-integrations</module>
|
||||
<module>jetty-distribution</module>
|
||||
<module>start</module>
|
||||
<module>test-jetty-servlet</module>
|
||||
<module>test-jetty-webapp</module>
|
||||
<module>example-jetty-embedded</module>
|
||||
<module>distribution</module>
|
||||
</modules>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<version>7.0.0.M3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-start</artifactId>
|
||||
<name>Jetty :: Start</name>
|
||||
<description>The jetty startup artifact.</description>
|
||||
<artifactId>start</artifactId>
|
||||
<name>Start</name>
|
||||
<description>The start utility</description>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
|
@ -5,9 +5,9 @@
|
|||
<version>7.0.0.M3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-servlet-tester</artifactId>
|
||||
<artifactId>test-jetty-servlet</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Jetty :: Servlet Tester</name>
|
||||
<name>Test :: Jetty Servlet Tester</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
|
@ -6,8 +6,8 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-test-webapp</artifactId>
|
||||
<name>Jetty :: Webapp Example</name>
|
||||
<artifactId>test-jetty-webapp</artifactId>
|
||||
<name>Test :: Jetty Test Webapp</name>
|
||||
<packaging>war</packaging>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -125,7 +125,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet-tester</artifactId>
|
||||
<artifactId>test-jetty-servlet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Loading…
Reference in New Issue