Skip to main content
summaryrefslogtreecommitdiffstats
blob: 48ad94849c5790dafce25411305dfad96f188f19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	
	<parent>
		<groupId>org.eclipse.launchbar</groupId>
		<artifactId>parent</artifactId>
		<version>1.0.0-SNAPSHOT</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>repo</artifactId>
	<packaging>eclipse-repository</packaging>

	<build>
		<finalName>org.eclipse.launchbar.repo</finalName>
	</build>
</project>

Back to the top