Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-05-30 21:53:50 +0000
committerRyan T. Baldwin2014-05-30 21:53:50 +0000
commit5e74feb2381cadd55e361adb7545e6fb7662f5d9 (patch)
tree8a1e0fef0d853862f6634e8d6916b4fa47550770 /plugins/org.eclipse.osee.ats.view.web/pom.xml
parent18c25e4e370b1640935469ce4207bd30f97ab1d7 (diff)
downloadorg.eclipse.osee-5e74feb2381cadd55e361adb7545e6fb7662f5d9.tar.gz
org.eclipse.osee-5e74feb2381cadd55e361adb7545e6fb7662f5d9.tar.xz
org.eclipse.osee-5e74feb2381cadd55e361adb7545e6fb7662f5d9.zip
feature[ats_ATS59038]: Delete Vaadin-based Web Search UI
Diffstat (limited to 'plugins/org.eclipse.osee.ats.view.web/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.ats.view.web/pom.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/plugins/org.eclipse.osee.ats.view.web/pom.xml b/plugins/org.eclipse.osee.ats.view.web/pom.xml
deleted file mode 100644
index 7cc224785dc..00000000000
--- a/plugins/org.eclipse.osee.ats.view.web/pom.xml
+++ /dev/null
@@ -1,34 +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">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.x.ats.parent</artifactId>
- <version>0.17.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.x.ats.parent</relativePath>
- </parent>
-
- <artifactId>org.eclipse.osee.ats.view.web</artifactId>
- <packaging>eclipse-plugin</packaging>
- <name>OSEE Ats View Web - (Incubation)</name>
-
- <build>
- <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
- <resources>
- <resource>
- <directory>src</directory>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-</project> \ No newline at end of file

Back to the top