configurationengine/doc/plugins/dev-plugin/index.rst
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
permissions -rw-r--r--
ConE 1.2.11 release
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
.. _plugin-howto:
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     3
How to create an implementation plug-in for ConE
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     4
================================================
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     6
This page contains a description of 
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
an example plug-in intended to be used as a template for creating new plug-ins,
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     8
and step-by-step instructions for creating a new ConE implementation plug-in based on the template.
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
The impatient can simply skip to the step-by-step instructions, by it is recommended
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    10
to read the also the :ref:`plug-in interface <plugin-howto-plugin-interface>` and example plug-in descriptions.
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
The instructions assume that the used development environment is Eclipse/PyDev.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
.. toctree::
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
    :maxdepth: 3
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
    example-plugin
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
    steps