File tree 4 files changed +56
-5
lines changed
se.bitcraze.crazyflie.ect.bootloader
se.bitcraze.crazyflie.ect.bootloader-parent
se.bitcraze.crazyflie.ect.bootloader-repository
se.bitcraze.crazyflie.ect.bootloader.feature
4 files changed +56
-5
lines changed Original file line number Diff line number Diff line change 70
70
</environments >
71
71
</configuration >
72
72
</plugin >
73
+ <plugin >
74
+ <groupId >org.eclipse.tycho.extras</groupId >
75
+ <artifactId >tycho-source-feature-plugin</artifactId >
76
+ <version >${tycho.version} </version >
77
+ <executions >
78
+ <execution >
79
+ <id >source-feature</id >
80
+ <phase >package</phase >
81
+ <goals >
82
+ <goal >source-feature</goal >
83
+ </goals >
84
+ </execution >
85
+ </executions >
86
+ <configuration >
87
+ <labelSuffix >- Source code</labelSuffix >
88
+ </configuration >
89
+ </plugin >
90
+ <plugin >
91
+ <groupId >org.eclipse.tycho</groupId >
92
+ <artifactId >tycho-source-plugin</artifactId >
93
+ <version >${tycho.version} </version >
94
+ <executions >
95
+ <execution >
96
+ <id >plugin-source</id >
97
+ <goals >
98
+ <goal >plugin-source</goal >
99
+ </goals >
100
+ </execution >
101
+ </executions >
102
+ </plugin >
103
+ <plugin >
104
+ <groupId >org.eclipse.tycho</groupId >
105
+ <artifactId >tycho-p2-plugin</artifactId >
106
+ <version >${tycho.version} </version >
107
+ <executions >
108
+ <execution >
109
+ <id >attached-p2-metadata</id >
110
+ <phase >package</phase >
111
+ <goals >
112
+ <goal >p2-metadata</goal >
113
+ </goals >
114
+ </execution >
115
+ </executions >
116
+ </plugin >
73
117
</plugins >
74
118
</build >
75
119
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site >
3
- <feature url =" features/se.bitcraze.crazyflie.ect.bootloader.feature_1.0.0.qualifier.jar" id =" se.bitcraze.crazyflie.ect.bootloader.feature" version =" 0.0.0" >
3
+ <feature id =" se.bitcraze.crazyflie.ect.bootloader.feature" version =" 0.0.0" >
4
+ <category name =" ect.bootloader" />
5
+ </feature >
6
+ <feature id =" se.bitcraze.crazyflie.ect.bootloader.feature.source" version =" 0.0.0" >
4
7
<category name =" ect.bootloader" />
5
8
</feature >
6
9
<category-def name =" ect.bootloader" label =" ECT Bootloader" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<feature
3
3
id =" se.bitcraze.crazyflie.ect.bootloader.feature"
4
- label =" ECT Bootloader Feature "
4
+ label =" ECT Bootloader feature "
5
5
version =" 0.0.1.qualifier" >
6
6
7
7
<description url =" http://www.example.com/description" >
8
- [Enter Feature Description here.]
8
+ ECT Bootloader Wizard feature
9
9
</description >
10
10
11
11
<copyright url =" http://www.example.com/copyright" >
29
29
install-size =" 0"
30
30
version =" 0.0.0"
31
31
unpack =" false" />
32
+
32
33
</feature >
Original file line number Diff line number Diff line change 1
- output.. = bin/
2
- bin.includes = META-INF/
1
+ source.. = src
2
+ output.. = bin
3
+ bin.includes = META-INF/,\
4
+ plugin.xml,\
5
+ .
You can’t perform that action at this time.
0 commit comments