<
From version < 10.1 >
edited by mkr
on 2015/08/18 14:04
To version < 11.4
edited by aas2
on 2023/07/11 10:32
Change comment: Update document after refactoring.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +KIELER.Development.Guidelines.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mkr
1 +XWiki.aas2
Content
... ... @@ -45,12 +45,12 @@
45 45  In the plug-in manifest editor, be sure to follow these settings:
46 46  
47 47  * Tab //Overview//
48 -** ID: start with de.cau.cs.kieler as prefix, except for plugins that contain third-party code
49 -** Version: 0.1.0.qualifier, increase with each release according to changes in the plugin
48 +** ID: start with //de.cau.cs.kieler// as prefix, except for plugins that contain third-party code
49 +** Version: //0.1.0.qualifier//, increase with each release according to changes in the plugin
50 50  ** Name: start with //KIELER//, e.g. //KIELER Core UI//
51 -** Provider: //Christian-Albrechts-Universität zu Kiel//
51 +** Provider: //Kiel University//
52 52  ** Check //Activate this plug-in when one of its classes is loaded// and //This plug-in is a singleton//, except if you know what you're doing
53 -** Execution Environment: J2SE-1.5
53 +** Execution Environment: //JavaSE-1.8.0//
54 54  ** Activator: Set the name of your Activator class (this represents the entry point of you plug-in). By default it is named "Activator.java". **Rename this class to <Name>Plugin.java** (e.g. {{code language="none"}}CorePlugin.java{{/code}}).
55 55  * Tab //Dependencies//
56 56  ** For Eclipse plugins: set your current version with 0 as third digit for //Minimum Version//, e.g. //org.eclipse.core.runtime (3.5.0)//
... ... @@ -59,7 +59,7 @@
59 59  ** Collect all KIELER internal dependencies on the bottom of the list to increase readability.
60 60  * Tab //Runtime//
61 61  ** Add all Java packages that must be visible for other plugins, e.g. if they contain classes or interfaces that must be referenced elsewhere
62 -* Tab Extensions
62 +* Tab //Extensions//
63 63  ** Add extensions to other extension points as needed
64 64  * Tab //Build//
65 65  ** Binary Build
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -13762621
1 +884817
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/13762621/Naming and Metadata
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/884817/Naming and Metadata