Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2011-05-19 17:43:35 +0000
committerRyan D. Brooks2011-05-19 17:43:35 +0000
commit3b525e8167a5acf90fb18363c02209f8c19b5e05 (patch)
tree29ae59e1aa3b988bec013a11618cd92b94b65674 /plugins/org.eclipse.osee.support.build/support/osee_server_build.xml
parent5e5f3eecfff44931ea1a560a71e9e14b08dde65b (diff)
downloadorg.eclipse.osee-3b525e8167a5acf90fb18363c02209f8c19b5e05.tar.gz
org.eclipse.osee-3b525e8167a5acf90fb18363c02209f8c19b5e05.tar.xz
org.eclipse.osee-3b525e8167a5acf90fb18363c02209f8c19b5e05.zip
refactor: Remove obsolete bundle org.eclipse.osee.support.build
Diffstat (limited to 'plugins/org.eclipse.osee.support.build/support/osee_server_build.xml')
-rw-r--r--plugins/org.eclipse.osee.support.build/support/osee_server_build.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/plugins/org.eclipse.osee.support.build/support/osee_server_build.xml b/plugins/org.eclipse.osee.support.build/support/osee_server_build.xml
deleted file mode 100644
index 5757176c122..00000000000
--- a/plugins/org.eclipse.osee.support.build/support/osee_server_build.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="Osee Server Build Tasks" default="build" basedir=".">
- <!-- this ant file is assumed to be located at <workspace>\org.eclipse.osee.support.build\support, basedir will be the same -->
-
- <import file="${basedir}/osee_common_build.xml" />
-
- <target name="build">
- <property name="buildId" value="oseeServer" />
- <property name="forceContextQualifier" value="201001041027" />
- <property name="filteredDependencyCheck" value="true" />
- <property name="topLevelElementId" value="org.eclipse.osee.framework.server.feature" />
- <property name="postBuildFile" value="${ant.file}" />
- <property name="postBuildTarget" value="postBuild" />
-
- <antcall target="PdeBuild" />
- </target>
-
- <target name="postBuild">
- <copy file="${basedir}/config.ini" todir="${buildDirectory}/buildRepo/configuration/" />
- <copy file="${basedir}/start_osee_app_server" tofile="${buildDirectory}/buildRepo/start_osee_app_server${execext}"/>
-
- <move tofile="${buildDirectory}/buildRepo/org.eclipse.osgi.jar">
- <fileset dir="${buildDirectory}/buildRepo/plugins/">
- <include name="org.eclipse.osgi_*.jar"/>
- </fileset>
- </move>
- </target>
-</project>
-
-<!--
-eclipsec -application org.eclipse.ant.core.antRunner -buildfile c:\UserData\workspace\org.eclipse.osee.support.build\support\osee_server_build.xml
---> \ No newline at end of file

Back to the top