Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7e4587e06e160716c86c3def856d7bf3fbe925d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.bpmn2.modeler.examples.feature"
      label="BPMN2 Modeler - Example Runtime Extensions Feature"
      version="1.0.5.Final"
      provider-name="Eclipse.org">

   <copyright url="http://www.example.com/copyright">
      Copyright (c) 2011 Red Hat, Inc. 
All rights reserved.
This program is made available under the terms of the 
Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html
Contributors: 
Red Hat, Inc. - initial API and implementation
   </copyright>

   <license url="license.html">
      %license
   </license>

   <requires>
      <import plugin="org.eclipse.bpmn2.modeler.core"/>
      <import plugin="org.eclipse.bpmn2.modeler.ui"/>
   </requires>

   <plugin
         id="org.eclipse.bpmn2.modeler.runtime.example"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top