Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.epp.packaging.core/skeletons/customTargetsStub.xml')
-rw-r--r--plugins/org.eclipse.epp.packaging.core/skeletons/customTargetsStub.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/org.eclipse.epp.packaging.core/skeletons/customTargetsStub.xml b/plugins/org.eclipse.epp.packaging.core/skeletons/customTargetsStub.xml
deleted file mode 100644
index 483a3534..00000000
--- a/plugins/org.eclipse.epp.packaging.core/skeletons/customTargetsStub.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project name="Custom Targets MyTest" default="noDefault">
-
- <target name="noDefault" />
-
- <!-- This goal of this target is to get the packaging map files of the things you care for
- The files must be fetched into the downloadDirectory folder -->
- <target name="getMapFiles" unless="localMaps">
- <!-- if packagerMapURL is not set
- <get src="${packagerMapURL}" dest="${downloadDirectory}/initial.map" usetimestamp="true" />
- -->
- </target>
-
- <target name="init">
- <property name="archiveNamePrefix" value="${buildId}" />
- </target>
-
- <!-- This file is a stub. It will be completed by EPP at runtime. -->
-

Back to the top