Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2017-12-13 14:42:10 +0000
committernickboldt2017-12-13 14:42:10 +0000
commitc0f6958b82847d96c8e5303f89ec854c6f71e1d6 (patch)
tree52aaede00373cf057adb00ebf306287e878bb7b7
parent9be9b8b2d95c993a90b0621d5760c9c67e788493 (diff)
downloadwebtools.jsf-c0f6958b82847d96c8e5303f89ec854c6f71e1d6.tar.gz
webtools.jsf-c0f6958b82847d96c8e5303f89ec854c6f71e1d6.tar.xz
webtools.jsf-c0f6958b82847d96c8e5303f89ec854c6f71e1d6.zip
Removing poms and .gitignore files that will be clobbered
Signed-off-by: nickboldt <nboldt@redhat.com>
-rw-r--r--.gitignore4
-rw-r--r--pom.xml38
2 files changed, 0 insertions, 42 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 96b729c0c..000000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-bin
-
-# maven
-target/
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 4eaddf5df..000000000
--- a/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Thanh Ha (Eclipse Foundation) - initial implementation
--->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse</groupId>
- <artifactId>wtp-parent</artifactId>
- <version>3.6.0-SNAPSHOT</version>
- <relativePath>../wtp-parent</relativePath>
- </parent>
-
- <groupId>org.eclipse.webtools.jsf</groupId>
- <artifactId>org.eclipse.webtools.jsf.docs</artifactId>
- <version>3.6.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/jsf/webtools.jsf.docs.git</tycho.scmUrl>
- </properties>
-
- <modules>
- <module>features/org.eclipse.jst.jsf.doc.feature</module>
- <module>plugins/org.eclipse.jst.jsf.doc.dev</module>
- <module>plugins/org.eclipse.jst.jsf.doc.user</module>
- </modules>
-</project>

Back to the top