Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 09934bebfa2e57abfba843cf32351bccb6629506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">

	<properties>
		<title>org.eclipse.papyrus.infra.ui</title>
	</properties>

	<body>
		<section name="org.eclipse.papyrus.uinfra.ui for developers">
			<p>section dedicated for developers</p>
			<subsection name="Context">
				<p>This plugin is dedicated to hold any generic menu or actions, linked eventually to EMF, but not to GMF nor UML.
				</p>
			</subsection>
		</section>
		<section name="Documentation generation">
			<subsection name="Javadoc generation defined in plugin section">
				<source>mvn javadoc:javadoc</source>
			</subsection>
			<subsection name="Web site generation with javadoc defined in report section">
				<source>mvn site:site</source>
			</subsection>
			<subsection name="Pdf generation">
				<source>mvn pdf:pdf</source>
			</subsection>
		</section>
	</body>
</document>

Back to the top