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

                                                             







                                                                                                           
                                           


                                                                                                                                            
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>org.eclipse.papyrus.uml-expressions</artifactId>
		<groupId>org.eclipse.papyrus.uml-expressions</groupId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>
	<artifactId>org.eclipse.papyrus.uml.expressions.edit</artifactId>
	<version>3.0.100-SNAPSHOT</version>
	<packaging>eclipse-plugin</packaging>
	<description>EMF Edit plugin for UML Expressions. It provides icons and item provider for the UML Expressions objects.</description>
</project>

Back to the top