head	1.2;
access;
symbols
	v20070921-0-7-0:1.2
	STP-0_6_0:1.2
	v200706250300:1.2
	v20070530-0-5-0:1.2
	v200704202100:1.2
	INIT-CONTRIB-CQ-1045:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.11.09.19.09.17;	author hmalphett;	state Exp;
branches;
next	1.1;

1.1
date	2006.11.09.18.31.28;	author hmalphett;	state Exp;
branches;
next	;


desc
@@


1.2
log
@commit developments made at Intalio since the original contribution was attached to CQ-1045

in the domain model the main changes are:
- all domain model objects extend emf's EModelElement to support emf's EAnnotation
EAnnotation are intended to be used to support BPMN properties and arbitrary properties
As a consequence, the Properties object has been removed from the model.
- Edge has been renamed SequenceEdge
- Message has been renamed MessagingEdge
Diagram also carries a unique ID.
- bug fixes on removal of connections
@
text
@<projectDescription>
  <name>org.eclipse.stp.bpmn</name>
  <comment/>
  <projects/>
  <buildSpec>
    <buildCommand>
      <name>org.eclipse.jdt.core.javabuilder</name>
      <arguments/>
    </buildCommand>
    <buildCommand>
      <name>org.eclipse.pde.ManifestBuilder</name>
      <arguments/>
    </buildCommand>
    <buildCommand>
      <name>org.eclipse.pde.SchemaBuilder</name>
      <arguments/>
    </buildCommand>
  </buildSpec>
  <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.eclipse.pde.PluginNature</nature>
  </natures>
</projectDescription>@


1.1
log
@initial commit of the stp.bpmn modeler contribution as defined in the attachement of https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1045

org.eclipse.stp.bpmn is the plugin that stores the domain model of the stp.bpmn modeler.
@
text
@a0 1
<?xml version="1.0" encoding="UTF-8"?>
d2 22
a23 26
	<name>org.eclipse.stp.bpmn</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.ManifestBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.SchemaBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.eclipse.pde.PluginNature</nature>
	</natures>
</projectDescription>
@

