Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.support.build/support/osee_client_build.xml')
-rw-r--r--plugins/org.eclipse.osee.support.build/support/osee_client_build.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/org.eclipse.osee.support.build/support/osee_client_build.xml b/plugins/org.eclipse.osee.support.build/support/osee_client_build.xml
deleted file mode 100644
index f9748c0b397..00000000000
--- a/plugins/org.eclipse.osee.support.build/support/osee_client_build.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<project name="Osee Client Build" default="build" basedir=".">
- <!-- since this ant file is assumed to be located at <workspace>\org.eclipse.osee.buildsupport\support, basedir will be the same -->
- <import file="${basedir}/osee_common_build.xml" />
-
- <target name="build">
- <property name="buildId" value="oseeClient" />
- <property name="topLevelElementId" value="org.eclipse.osee.client.feature" />
- <property name="filteredDependencyCheck" value="false" />
- <property name="p2.category.definition" value="file:${basedir}/client_category.xml" />
-
- <antcall target="PdeBuild" />
- </target>
-</project> \ No newline at end of file

Back to the top