From 55438fa90292a54d3f18eadf49afae7e4892f079 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Tue, 20 Sep 2016 13:48:12 +0200 Subject: [PATCH] removed deprecated site doc for main project --- src/eclipse.org/developers.md | 23 ----------------------- src/eclipse.org/documentation.md | 11 ----------- src/eclipse.org/home.md | 26 -------------------------- 3 files changed, 60 deletions(-) delete mode 100644 src/eclipse.org/developers.md delete mode 100644 src/eclipse.org/documentation.md delete mode 100644 src/eclipse.org/home.md diff --git a/src/eclipse.org/developers.md b/src/eclipse.org/developers.md deleted file mode 100644 index d528971..0000000 --- a/src/eclipse.org/developers.md +++ /dev/null @@ -1,23 +0,0 @@ -# BPMN2 Modeler - Getting Involved - -If you are interested in helping out, pick from our current list of open issues and send us your contributions. To get the sources, the primary Git repository for BPMN2 Modeler is located at eclipse. - -* [Contribute](https://bugs.eclipse.org/bugs/buglist.cgi?classification=SOA&list_id=1567033&product=BPMN2Modeler) -If you want to contribute or if you find an issue visit the list of open bugs and send us your contributions. - -* [Git Repository](https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git) -The primary Git repository for BPMN2 Modeler. This repository is also mirrored at github where you can submit your pull requests. - - - -## How to Extend the BPMN2 Modeler - -Th Eclipse BPMN2 Modeler is build on the Eclipse Plug-in Architecture and provides several extension points to adapt the plug-in for individual projects. On the Wiki Developer Tutorials you can find examples and guidelines how to extend the capabilities of Eclipse BPMN2 Modeler. - - -* [Extension Point API](https://wiki.eclipse.org/BPMN2-Modeler/ExtensionPoints) - Learn how to extend BPMN2 Modeler for a specific Target Runtime. - -* [Plugin Developer Tutorials](https://wiki.eclipse.org/BPMN2-Modeler/DeveloperTutorials) - Step-by-step tutorials for building your own Target Runtime extension plugin. - - - diff --git a/src/eclipse.org/documentation.md b/src/eclipse.org/documentation.md deleted file mode 100644 index 17336f4..0000000 --- a/src/eclipse.org/documentation.md +++ /dev/null @@ -1,11 +0,0 @@ -#BPMN2 Modeler - Documentation - -The Eclipse BPMN2 Modeler project provides several sources of information providing also examples and tutorials. - -* [New & Noteworthy](http://www.eclipse.org/bpmn2-modeler/whatsnew/index.php) - latest release notes. -* [Eclipse BPMN Modeler User Guide](http://www.eclipse.org/bpmn2-modeler/documentation/BPMN2ModelerUserGuide-1.0.1.pdf) - detailed information about how to use the BPMN Modeler. -* [Wiki Page](http://wiki.eclipse.org/BPMN2-Modeler) providing several examples and tutorials -* [Forum](https://www.eclipse.org/forums/index.php/f/226/) - Join the community -* [Developer Tutorials](https://wiki.eclipse.org/BPMN2-Modeler/DeveloperTutorials) - How to extend the BPMN Modeler -* [Source Code](https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git) - diff --git a/src/eclipse.org/home.md b/src/eclipse.org/home.md deleted file mode 100644 index 02dc98e..0000000 --- a/src/eclipse.org/home.md +++ /dev/null @@ -1,26 +0,0 @@ -#BPMN2 Modeler - -The Eclipse BPMN2 Modeler is a graphical tool for authoring models that are compliant with the BPMN 2.0 standard. [Business Process Model and Notation](http://www.bpmn.org/) (BPMN) is a graphical representation for specifying business processes in a business process model. The objective of BPMN is to support business process management, for both technical users and business users, by providing a notation that is intuitive to business users, yet able to represent complex process semantics. BPMN is maintained by the Object Management Group (OMG) - -##Extensibility - -The goal of the Eclipse BPMN2 Modeler is not only to proved a flexible graphical modeling tool for BPMN 2.0 standard, but also a powerful platform to use the extensibility mechanism of BPMN 2.0. This mechanism allows extending standard BPMN elements with additional attributes. This extensions can be used by custom modeling tools as also by specific BPM and Workflow engines. The Eclipse BPMN2 Modeler provides a clear concept of extension points which makes it easy to extend the BPMN standard and customize the modeling tool. - - - -![Image Alt](http://www.eclipse.org/bpmn2-modeler/images/snapshots.gif) - -##Documentation -The Eclipse BPMN2 Modeler project provides a [Wiki Page](http://wiki.eclipse.org/BPMN2-Modeler) providing several examples and tutorials. The [Eclipse BPMN Modeler User Guide](http://www.eclipse.org/bpmn2-modeler/documentation/BPMN2ModelerUserGuide-1.0.1.pdf) contains detailed information about the usage. The latest information about new releases can be found [here](http://www.eclipse.org/bpmn2-modeler/whatsnew/index.php). - -##Architecture -The Eclipse BPMN2 Modeler is built on [Eclipse Graphiti](http://www.eclipse.org/graphiti) and uses the [BPMN 2.0 EMF meta model](http://www.eclipse.org/modeling/mdt/?project=bpmn2) developed within the Eclipse [Model Development Tools](http://www.eclipse.org/modeling/mdt/) (MDT) project. This meta model is compatible with the [BPMN 2.0 specification](http://www.omg.org/spec/BPMN/2.0/PDF) proposed by the [Object Management Group](http://www.osoa.org/display/Main/Home). - -The Eclipse BPMN2 Modeler is build on the [Eclipse Plug-in Architecture](http://www.eclipse.org/articles/Article-Plug-in-architecture/plugin_architecture.html) and provides several extension points to adapt the plug-in for individual projects. -On the [Wiki Deveoper Tutorials](https://wiki.eclipse.org/BPMN2-Modeler/DeveloperTutorials) you can find examples and guidliens how to extend the capabilities of Eclipse BPMN2 Modeler. - - -##Getting Involved -Beside the [Wiki](http://wiki.eclipse.org/BPMN2-Modeler) as a source of all knowledge, there are several ways to get involved. -If you have a few spare cycles and are interested in helping out, pick from our [current list of open issues](https://bugs.eclipse.org/bugs/buglist.cgi?classification=SOA&list_id=1567033&product=BPMN2Modeler) and send us your contributions. -To get the sources, the [primary Git repository](https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git) for BPMN2 Modeler is located at eclipse. This repository is also mirrored at github where you can submit your pull requests.