Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2019-05-09 04:01:56 +0000
committerslewis2019-05-09 04:01:56 +0000
commitf3ddc835d219dc2ace70365a2467b466be4001b0 (patch)
tree6c5ef8c5b511da58de34fff431b86377ea99277a
parentb204b7c2648bfb27d2ac21aa5737faa4b512afab (diff)
downloadorg.eclipse.ecf-f3ddc835d219dc2ace70365a2467b466be4001b0.tar.gz
org.eclipse.ecf-f3ddc835d219dc2ace70365a2467b466be4001b0.tar.xz
org.eclipse.ecf-f3ddc835d219dc2ace70365a2467b466be4001b0.zip
Specified target environment for ecf-photon.target
-rw-r--r--releng/org.eclipse.ecf.releng.target/ecf-photon.target5
1 files changed, 5 insertions, 0 deletions
diff --git a/releng/org.eclipse.ecf.releng.target/ecf-photon.target b/releng/org.eclipse.ecf.releng.target/ecf-photon.target
index d9c85ad7c..dd3caea5a 100644
--- a/releng/org.eclipse.ecf.releng.target/ecf-photon.target
+++ b/releng/org.eclipse.ecf.releng.target/ecf-photon.target
@@ -45,4 +45,9 @@
<repository location="http://download.eclipse.org/releases/photon"/>
</location>
</locations>
+ <environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86</arch>
+ </environment>
</target> \ No newline at end of file

Back to the top