Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-09-29 06:56:34 +0000
committerArun Thondapu2016-09-30 11:08:52 +0000
commit73b806450e52343d74b96914da7a12775d31a4f1 (patch)
tree1e052810ef414152568aada96807c2bb6302f39c /features/org.eclipse.equinox.executable.feature/library/photon/build.xml
parent685d39d3b2f27797e28c74ed1e24cc918fc51b7d (diff)
downloadrt.equinox.framework-73b806450e52343d74b96914da7a12775d31a4f1.tar.gz
rt.equinox.framework-73b806450e52343d74b96914da7a12775d31a4f1.tar.xz
rt.equinox.framework-73b806450e52343d74b96914da7a12775d31a4f1.zip
Bug 502519 - Remove Photon native code
Remove photon native code and mentions of it in the build scripts. Change-Id: I114c1d7e9aca98271177ea477e46db36b577d3d0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/photon/build.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/photon/build.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/photon/build.xml b/features/org.eclipse.equinox.executable.feature/library/photon/build.xml
deleted file mode 100644
index 990298e64..000000000
--- a/features/org.eclipse.equinox.executable.feature/library/photon/build.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project default="build_eclipse" basedir=".">
-
-<target name="build_eclipse">
- <exec dir="." executable="sh">
- <arg line="${basedir}/build.sh"/>
- <arg line="install"/>
- </exec>
-</target>
-
-<target name="clean">
- <tstamp/>
- <exec dir="." executable="sh">
- <arg line="${basedir}/build.sh"/>
- <arg line="clean"/>
- </exec>
-</target>
-
-</project> \ No newline at end of file

Back to the top