Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-09-03 13:17:22 +0000
committerAlexander Kurtakov2015-11-13 17:33:41 +0000
commitf9a4df947e4da913325b8523f9812b59da0cdacb (patch)
tree0e9d4abfb81a390defe41eb99a8f09dab06a4cb3 /bundles/org.eclipse.equinox.launcher.gtk.linux.arm/.project
parentdf8289155d6db4a52817db79d942316bfa3c9ece (diff)
downloadrt.equinox.framework-f9a4df947e4da913325b8523f9812b59da0cdacb.tar.gz
rt.equinox.framework-f9a4df947e4da913325b8523f9812b59da0cdacb.tar.xz
rt.equinox.framework-f9a4df947e4da913325b8523f9812b59da0cdacb.zip
Bug 431197 - Provide launchers for arm and aarch64I20151117-0800
Add fragments hook them in the build system but conditionally via profiles. Change-Id: Ia93e5ac1a495bc4c953f861e583747ce89c22256 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.arm/.project')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.arm/.project22
1 files changed, 22 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/.project b/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/.project
new file mode 100644
index 000000000..4c275d757
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.equinox.launcher.gtk.linux.arm</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>

Back to the top