add target platform definition for buckminster hudson/jenkins build
(transplanted from 18347142de2cba24a5390481d969bab0ba886024)
This commit is contained in:
parent
0eb1b2e0ef
commit
f4c177f15b
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<?pde version="3.6"?>
|
||||||
|
|
||||||
|
<target name="Target Platform">
|
||||||
|
<locations>
|
||||||
|
<location path="${workspace_loc}/targetPlatform" type="Directory"/>
|
||||||
|
</locations>
|
||||||
|
<includeBundles/>
|
||||||
|
<environment>
|
||||||
|
<os>*</os>
|
||||||
|
<ws>*</ws>
|
||||||
|
<arch>*</arch>
|
||||||
|
</environment>
|
||||||
|
</target>
|
Loading…
Reference in New Issue