Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 9df1f92d1c5b65abfb0830d8369789f708253b2b (plain) (tree)
1
2
3
4
5
6
7
8



                                          
                                                                         
                                                      
                                                 
                                                               


                                                                      
                                         
















                                                                                                                                  
<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>org.eclipse.papyrus.extra.releng</artifactId>
		<groupId>org.eclipse.papyrus</groupId>
		<version>1.2.0-SNAPSHOT</version>
		<relativePath>../../releng/extra</relativePath>
	</parent>
	<groupId>org.eclipse.papyrus</groupId>
	<artifactId>org.eclipse.papyrus.infra.widgets.epf</artifactId>
	<version>1.2.0-SNAPSHOT</version>
	<packaging>pom</packaging>
	<properties>
		<papyrus.repo.main>http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/mars/main/</papyrus.repo.main>
	</properties>	
	
	<!--  <repositories>
		<repository>
			<id>luna-papyrus</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/modeling/mdt/papyrus/updates/releases/luna/1.0.1/</url>
		</repository>
	</repositories>		-->
	<modules>
		<module>./org.eclipse.papyrus.infra.widgets.epf.richtext.extension</module>
	</modules> 

</project>

Back to the top