File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <id >indigo</id >
1919 <layout >p2</layout >
2020 <url >http://download.eclipse.org/releases/indigo</url >
21- </repository >
21+ </repository >
2222 <repository >
2323 <id >orbit</id >
2424 <layout >p2</layout >
2525 <url >http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</url >
26- </repository >
26+ </repository >
2727 </repositories >
2828
2929 <properties >
3030 <tycho-version >0.22.0</tycho-version >
31+ <p2 .qualifier>SNAPSHOT</p2 .qualifier>
3132 </properties >
33+
34+ <profiles >
35+ <profile >
36+ <id >release</id >
37+ <properties >
38+ <p2 .qualifier>RELEASE</p2 .qualifier>
39+ </properties >
40+ </profile >
41+ </profiles >
3242
3343 <build >
3444 <plugins >
3848 <version >${tycho-version} </version >
3949 <extensions >true</extensions >
4050 </plugin >
51+ <plugin >
52+ <groupId >org.eclipse.tycho</groupId >
53+ <artifactId >tycho-packaging-plugin</artifactId >
54+ <version >${tycho-version} </version >
55+ <configuration >
56+ <format >yyyyMMddHHmm-'${p2.qualifier} '</format >
57+ <archiveSite >true</archiveSite >
58+ </configuration >
59+ </plugin >
4160 </plugins >
4261 </build >
4362
You can’t perform that action at this time.
0 commit comments