Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0eb2cc3abd1a2390f00101f49a8125fc71751074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>org.eclipse.egit-updatesite</name>
	<comment></comment>
	<projects>
		<project>org.eclipse.egit</project>
		<project>org.eclipse.egit.core</project>
		<project>org.eclipse.egit.core.test</project>
		<project>org.eclipse.egit.ui</project>
		<project>org.eclipse.egit-feature</project>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.pde.UpdateSiteBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.pde.UpdateSiteNature</nature>
	</natures>
</projectDescription>

Back to the top