<
From version < 4.1 >
edited by cds
on 2012/04/03 18:04
To version < 5.1 >
edited by tig
on 2012/05/24 12:55
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.cds
1 +XWiki.tig
Content
... ... @@ -103,6 +103,31 @@
103 103  
104 104  == Automatic Build Integration ==
105 105  
106 +* New plugin
107 +** (((
108 +New plugins need a {{code language="none"}}pom.xml{{/code}} in the plugin's root folder
109 +
110 +{{code title="plugin pom.xml" language="html/xml" collapse="true"}}
111 + <?xml version="1.0" encoding="UTF-8"?>
112 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
113 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
114 + <modelVersion>4.0.0</modelVersion>
115 + <parent>
116 + <groupId>de.cau.cs.kieler</groupId>
117 + <artifactId>plugins</artifactId>
118 + <version>0.0.1-SNAPSHOT</version>
119 + </parent>
120 + <groupId>de.cau.cs.kieler</groupId>
121 + <artifactId>de.cau.cs.kieler.core</artifactId>
122 + <version>0.7.0-SNAPSHOT</version>
123 + <packaging>eclipse-plugin</packaging>
124 +</project>
125 +
126 +
127 +{{/code}}
128 +)))
129 +** Make sure that (% style="font-family: monospace;" %)<version>
130 +
106 106  {{warning}}
107 107  This section hasn't been written yet.
108 108  {{/warning}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -1540133
1 +1540137
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/1540133/Naming and Metadata
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/1540137/Naming and Metadata