Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'TMP/org.eclipse.help.source')
-rwxr-xr-xTMP/org.eclipse.help.source/build.properties12
-rwxr-xr-xTMP/org.eclipse.help.source/feature.xml19
-rw-r--r--TMP/org.eclipse.help.source/pom.xml18
3 files changed, 0 insertions, 49 deletions
diff --git a/TMP/org.eclipse.help.source/build.properties b/TMP/org.eclipse.help.source/build.properties
deleted file mode 100755
index 31ba6ea59..000000000
--- a/TMP/org.eclipse.help.source/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2008 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml
diff --git a/TMP/org.eclipse.help.source/feature.xml b/TMP/org.eclipse.help.source/feature.xml
deleted file mode 100755
index c0d00d967..000000000
--- a/TMP/org.eclipse.help.source/feature.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.help.source"
- label="org.eclipse.help.source"
- version="1.3.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
-</feature>
diff --git a/TMP/org.eclipse.help.source/pom.xml b/TMP/org.eclipse.help.source/pom.xml
deleted file mode 100644
index 18d7e49a1..000000000
--- a/TMP/org.eclipse.help.source/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>eclipse-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.eclipse.help.source</groupId>
- <artifactId>org.eclipse.help.source</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-
-</project>

Back to the top