Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5380475e5586e72f101a9144a5f9a9f50261bc6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.eclipse.papyrus</groupId>
		<artifactId>org.eclipse.papyrus.infra.widgets.epf</artifactId>
		<version>1.0.2-SNAPSHOT</version>
		<relativePath>../pom.xml</relativePath>
	</parent>
	<artifactId>org.eclipse.papyrus.infra.widgets.epf.richtext.extension</artifactId>
	<groupId>org.eclipse.papyrus</groupId>
	<version>1.0.2-SNAPSHOT</version>
	<packaging>eclipse-plugin</packaging>
	<repositories>
		<repository>
			<id>org.eclipse.epf.richtext_1.5.1.6-update-site</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/mdt/papyrus/updates/epf/main</url>
		</repository>
	</repositories>	
</project>

Back to the top