Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c99f8715dd613aa0cb321ad4637143c9281db062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
		<extension
			point="org.eclipse.papyrus.uml.extensionpoints.UMLLibrary">
		<library
			description="Standard C Ansi types"
			iconpath="icons/transfo_cpp.gif"
			name="AnsiCLibrary"
			path="pathmap://PapyrusC_Cpp_LIBRARIES/AnsiCLibrary.uml"
			provider="Eclipse Modeling Project"/>
	</extension>
</plugin>

Back to the top