Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This chapter is about extensions which have been created to test the extension mechanisms in the Editor and Administrator Application and can be used, by programmers interested in that topic, as examples of the implementation of plugins.

...

Building Extensions

Info
titleKod źródłowySource Code

The source code of sample extensions can be downloaded here: dcore-app-extension-tests.zip

...

One can also build all extensions at once. To do that, the user should run the the maven

...

multiproject:clean

...

multiproject:install

...

command

...

in

...

the dcore-app-extension-tests

...

directory.

Programmers working in the Eclipse environment may find the following command. , which creates a ready-to-import Eclipse file in the plugin directory, useful:

...

Children Display
sorttitle

maven multiproject:clean multiproject:install