<
From version < 6.1 >
edited by tig
on 2012/05/24 13:20
To version < 7.1 >
edited by tig
on 2012/05/24 13:25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -103,8 +103,9 @@
103 103  
104 104  == Automatic Build Integration ==
105 105  
106 -* New plugin\\
107 -** (((
106 +* (((
107 +New plugin
108 +* (((
108 108  New plugins need a {{code language="none"}}pom.xml{{/code}} in the plugin's root folder
109 109  
110 110  {{code title="plugin pom.xml" language="html/xml" collapse="true"}}
... ... @@ -126,12 +126,13 @@
126 126  
127 127  {{/code}}
128 128  )))
129 -** Make sure that {{code language="none"}}<version>{{/code}} is in sync with {{code language="none"}}Bundle-Version{{/code}} in {{code language="none"}}META-INF/MANIFEST.MF{{/code}}
130 -** Add a {{code language="none"}}<module>{{/code}} entry in the corresponding parent POM i.e. {{code language="none"}}plugins/pom.xml{{/code}}
131 -** If your plugin uses xtend, tell maven to run the xtend compiler in {{code language="none"}}pom.xml{{/code}}(% style="font-family: monospace;" %)
130 +* Make sure that {{code language="none"}}<version>{{/code}} is in sync with {{code language="none"}}Bundle-Version{{/code}} in {{code language="none"}}META-INF/MANIFEST.MF{{/code}}
131 +* Add a {{code language="none"}}<module>{{/code}} entry in the corresponding parent POM i.e. {{code language="none"}}plugins/pom.xml{{/code}}
132 +* (((
133 +If your plugin uses xtend, tell maven to run the xtend compiler in {{code language="none"}}pom.xml{{/code}}(% style="font-family: monospace;" %)
132 132  
133 133  
134 -{{code}}
136 +{{code language="html/xml" collapse="true"}}
135 135   <build>
136 136   <sourceDirectory>src</sourceDirectory>
137 137   <plugins>
... ... @@ -151,11 +151,14 @@
151 151  
152 152  
153 153  {{/code}}
156 +)))
157 +)))
158 +* New JUnit test plugin\\
159 +** Basically the same steps as for plugins except <packaging> is eclipse-test-plugin
160 +* New features
161 +** The same steps as for plugins except <packaging> is eclipse-feature
162 +** Additionally if sources are to be distributed a separate source-feature with the corresponding source-bundles must be created
154 154  
155 -{{warning}}
156 -This section hasn't been written yet.
157 -{{/warning}}
158 -
159 159  = Features =
160 160  
161 161  == Naming Conventions ==
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -1540139
1 +1540141
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/1540139/Naming and Metadata
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/1540141/Naming and Metadata