Skip to content

Commit

Permalink
move core demos from jetty-core to jetty-demos
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Jul 18, 2024
1 parent 12db285 commit a0d8f07
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion jetty-core/jetty-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>jetty-demo-handler</artifactId>
<artifactId>jetty-core-demo-handler</artifactId>
<version>12.1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion jetty-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<module>jetty-alpn</module>
<module>jetty-bom</module>
<module>jetty-client</module>
<module>jetty-demos</module>
<module>jetty-deploy</module>
<module>jetty-ee</module>
<module>jetty-fcgi</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>jetty-demos</artifactId>
<artifactId>jetty-core-demos</artifactId>
<version>12.1.0-SNAPSHOT</version>
</parent>
<artifactId>jetty-demo-handler</artifactId>
<artifactId>jetty-core-demo-handler</artifactId>
<name>Core :: Demo Handler</name>
<properties>
<bundle-symbolic-name>${project.groupId}.demos</bundle-symbolic-name>
Expand All @@ -31,11 +31,6 @@
<artifactId>jetty-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ server

[files]
basehome:modules/demo.d/demo-handler.xml|etc/demo-handler.xml
maven://org.eclipse.jetty.demos/jetty-demo-handler/${jetty.version}/jar|lib/jetty-demo-handler.jar
maven://org.eclipse.jetty.demos/jetty-core-demo-handler/${jetty.version}/jar|lib/jetty-core-demo-handler.jar

[xml]
etc/demo-handler.xml

[lib]
lib/jetty-demo-handler.jar
lib/jetty-core-demo-handler.jar
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-core</artifactId>
<artifactId>jetty-demos</artifactId>
<version>12.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>jetty-demos</artifactId>
<artifactId>jetty-core-demos</artifactId>
<packaging>pom</packaging>
<name>Core :: Demos</name>

<modules>
<module>jetty-demo-handler</module>
<module>jetty-core-demo-handler</module>
</modules>

</project>
2 changes: 1 addition & 1 deletion jetty-demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<artifactId>jetty-project</artifactId>
<version>12.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-demos</artifactId>
<packaging>pom</packaging>
<name>Demos</name>

<modules>
<!-- TBD -->
<module>jetty-core-demos</module>
<module>jetty-servlet4-demos</module>
<module>jetty-servlet5-demos</module>
<!-- module>jetty-servlet6-demos</module -->
Expand Down
2 changes: 1 addition & 1 deletion jetty-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.demos</groupId>
<artifactId>jetty-demo-handler</artifactId>
<artifactId>jetty-core-demo-handler</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit a0d8f07

Please sign in to comment.