Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Adding resource to build
Browse files Browse the repository at this point in the history
  • Loading branch information
cncgoko committed Aug 1, 2017
1 parent 99fcfcf commit f5d5d57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions GokoFeature/feature.xml
Expand Up @@ -953,4 +953,11 @@ Public License instead of this License. But first, please read
version="0.0.0"
unpack="false"/>

<plugin
id="org.goko.tools.zeroprobe"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
4 changes: 2 additions & 2 deletions org.goko.gcode.rs274ngcv3.jogl/build.properties
Expand Up @@ -2,7 +2,7 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
resources/fragments/RS274ngcv3_jogl.e4xmi,\
plugin.xml
plugin.xml,\
resources/
source.. = src/,\
ui/
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="ASCII"?>
<fragment:ModelFragments xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:fragment="http://www.eclipse.org/ui/2010/UIModel/fragment" xmi:id="_RvuSUHUTEeesZtZGYK0vtQ">
<fragments xsi:type="fragment:StringModelFragment" xmi:id="_hbavIHUTEeesZtZGYK0vtQ" featurename="children" parentElementId="goko.partstack.d">
<elements xsi:type="basic:Part" xmi:id="_lLnDQHUTEeesZtZGYK0vtQ" elementId="org.goko.tools.zeroprobe.part.probezero" contributionURI="bundleclass://org.goko.tools.zeroprobe/org.goko.tools.zeroprobe.ZeroProbePart" label="Probe Zero"/>
<elements xsi:type="basic:Part" xmi:id="_lLnDQHUTEeesZtZGYK0vtQ" elementId="org.goko.tools.zeroprobe.part.probezero" contributionURI="bundleclass://org.goko.tools.zeroprobe/org.goko.tools.zeroprobe.ZeroProbePart" label="Probe Zero">
<tags>view</tags>
</elements>
</fragments>
</fragment:ModelFragments>

0 comments on commit f5d5d57

Please sign in to comment.