File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
ServiceStackEclipse.Bundle Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1919 <SOURCES />
2020 </library >
2121 </orderEntry >
22- <orderEntry type =" library" scope = " TEST " name =" Maven: junit:junit:4.11" level =" project" />
23- <orderEntry type =" library" scope = " TEST " name =" Maven: org.hamcrest:hamcrest-core:1.3" level =" project" />
22+ <orderEntry type =" library" name =" Maven: junit:junit:4.11" level =" project" />
23+ <orderEntry type =" library" name =" Maven: org.hamcrest:hamcrest-core:1.3" level =" project" />
2424 <orderEntry type =" module-library" >
2525 <library name =" Maven: p2.eclipse-plugin:javax.annotation:1.2.0.v201401042248" >
2626 <CLASSES >
Original file line number Diff line number Diff line change 8383 </execution >
8484 </executions >
8585 </plugin >
86+ <plugin >
87+ <groupId >org.eclipse.tycho.extras</groupId >
88+ <artifactId >tycho-p2-extras-plugin</artifactId >
89+ <version >${tycho-version} </version >
90+ <executions >
91+ <execution >
92+ <phase >prepare-package</phase >
93+ <goals >
94+ <goal >mirror</goal >
95+ </goals >
96+ </execution >
97+ </executions >
98+ <configuration >
99+ <source >
100+ <repository >
101+ <url >http://download.eclipse.org/releases/mars</url >
102+ <layout >p2</layout >
103+ </repository >
104+ <!-- source repositories to mirror from -->
105+ <repository >
106+ <url >https://s3.amazonaws.com/ci-dist/sseclipse/repository/</url >
107+ <layout >p2</layout >
108+ <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
109+ </repository >
110+ </source >
111+ </configuration >
112+ </plugin >
86113 </plugins >
87114 </build >
88115</project >
You can’t perform that action at this time.
0 commit comments