Skip to content

OrganizationChart Designer is a free Organization Chart tool to describe relationships between persons and organizations. It is provided as a strandalone application, or an Eclipse plugin (based on Sirius and EMF).

Notifications You must be signed in to change notification settings

qqtech/OrganizationChart-Designer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to OrganizationChart Designer

This modeler provides a set of common diagrams to work with Organization Chart.

These plugins are released under the EPL Open-Source License.

More details about features, screenshots, release notes, dependencies here:

Download

Update Sites

Nightly 1.0 (Sirius based) : http://marketplace.obeonetwork.com/updates/nightly/organizationchart/1.0.0/repository

Building the updatesite for Sirius

You’ll need Apache Maven 3 to be installed on your computer.

To launch the build, go to the root of your git repository and type :

mvn clean package

Maven will bootstrap itself, download all the dependencies and build OrganizationChart. The output of the build is a p2 repository (an update site) generated here :

features/org.obeonetwork.dsl.organizationchart.update/target/repository

To install it in an Eclipse installation use Help/Install New Software and point to this location.

Launching the test is not harder, just type :

mvn clean verify

Maven will launch the tests and give you the result.
Code coverage is captured thanks to Jacoco.

Building the standalone application

After building the update sites, you can create a standalone application for end user which are not Eclipse users.

Go to the directory:

packaging/org.obeonetwork.dsl.organizationchart.product

Launch:

mvn clean package

You will find several zip file for each platform at:

packaging/org.obeonetwork.dsl.organizationchart.product/target/products

Contributing

Just use github, fork our main repository do your changes and trigger a pull request , we’ll be happy to consider it for inclusion.

About

OrganizationChart Designer is a free Organization Chart tool to describe relationships between persons and organizations. It is provided as a strandalone application, or an Eclipse plugin (based on Sirius and EMF).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.1%
  • Java 47.9%
  • Other 1.0%