summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 12:13:10 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 13:44:26 +0200
commit7780b4d0ea2c7710e967c90947d37936b74b2a99 (patch)
tree433742408f177db354faefab9e0298c410736e49 /jdisc_jetty
parent2af24a81aa7c2351e6e2a7dd22419dd65b0be79b (diff)
Remove jdisc_jetty
Diffstat (limited to 'jdisc_jetty')
-rw-r--r--jdisc_jetty/.gitignore2
-rw-r--r--jdisc_jetty/CMakeLists.txt3
-rw-r--r--jdisc_jetty/OWNERS2
-rw-r--r--jdisc_jetty/README1
-rw-r--r--jdisc_jetty/pom.xml36
-rw-r--r--jdisc_jetty/src/main/javadoc/README1
6 files changed, 0 insertions, 45 deletions
diff --git a/jdisc_jetty/.gitignore b/jdisc_jetty/.gitignore
deleted file mode 100644
index 016c6f704f0..00000000000
--- a/jdisc_jetty/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-pom.xml.build
-/target
diff --git a/jdisc_jetty/CMakeLists.txt b/jdisc_jetty/CMakeLists.txt
deleted file mode 100644
index 7f72c61be20..00000000000
--- a/jdisc_jetty/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_jar(jdisc_jetty.jar)
-install_jar_dependencies(jdisc_jetty)
diff --git a/jdisc_jetty/OWNERS b/jdisc_jetty/OWNERS
deleted file mode 100644
index 78b92e411b4..00000000000
--- a/jdisc_jetty/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-gjoranv
-bjorncs
diff --git a/jdisc_jetty/README b/jdisc_jetty/README
deleted file mode 100644
index a09ee05e471..00000000000
--- a/jdisc_jetty/README
+++ /dev/null
@@ -1 +0,0 @@
-Jetty dependencies for JDisc Container.
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
deleted file mode 100644
index 62a09da97a9..00000000000
--- a/jdisc_jetty/pom.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0"?>
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>parent</artifactId>
- <version>8-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
- </parent>
- <artifactId>jdisc_jetty</artifactId>
- <version>8-SNAPSHOT</version>
- <packaging>jar</packaging>
- <dependencies>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <phase>package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/jdisc_jetty/src/main/javadoc/README b/jdisc_jetty/src/main/javadoc/README
deleted file mode 100644
index 6695538e308..00000000000
--- a/jdisc_jetty/src/main/javadoc/README
+++ /dev/null
@@ -1 +0,0 @@
-No javadoc available for module \ No newline at end of file