savara SVN: r152 - in tools/eclipse/trunk: distribution/src/main/assembly and 2 other directories.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-16 13:31:06 -0500 (Wed, 16 Dec 2009)
New Revision: 152
Added:
tools/eclipse/trunk/distribution/src/main/assembly/src.xml
Modified:
tools/eclipse/trunk/distribution/pom.xml
tools/eclipse/trunk/distribution/src/main/release/ReleaseNotes.txt
tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml
Log:
Updated to include source distribution and addition to installation guide.
Modified: tools/eclipse/trunk/distribution/pom.xml
===================================================================
--- tools/eclipse/trunk/distribution/pom.xml 2009-12-16 16:41:16 UTC (rev 151)
+++ tools/eclipse/trunk/distribution/pom.xml 2009-12-16 18:31:06 UTC (rev 152)
@@ -68,6 +68,21 @@
</descriptors>
</configuration>
</execution>
+ <execution>
+ <id>distribution-package-source</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <finalName>savara-tools-eclipse-${project.version}-src</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/assembly/src.xml</descriptor>
+ </descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>
Added: tools/eclipse/trunk/distribution/src/main/assembly/src.xml
===================================================================
--- tools/eclipse/trunk/distribution/src/main/assembly/src.xml (rev 0)
+++ tools/eclipse/trunk/distribution/src/main/assembly/src.xml 2009-12-16 18:31:06 UTC (rev 152)
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and others contributors as indicated
+ * by the @authors tag. All rights reserved.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ * (C) 2008
+-->
+<assembly>
+ <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
+ <id>src</id>
+ <includeBaseDirectory>true</includeBaseDirectory>
+ <formats>
+ <format>zip</format>
+ </formats>
+
+ <fileSets>
+ <fileSet>
+ <directory>../distribution</directory>
+ <outputDirectory>/distribution</outputDirectory>
+ <excludes>
+ <exclude>**/.project</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.settings</exclude>
+ <exclude>**/.settings/**/*</exclude>
+ <exclude>**/target</exclude>
+ <exclude>**/target/**/*</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.ipr</exclude>
+ <exclude>**/*.iws</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <directory>../docs</directory>
+ <outputDirectory>/docs</outputDirectory>
+ <excludes>
+ <exclude>**/.project</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.settings</exclude>
+ <exclude>**/.settings/**/*</exclude>
+ <exclude>**/target</exclude>
+ <exclude>**/target/**/*</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.ipr</exclude>
+ <exclude>**/*.iws</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <directory>../features</directory>
+ <outputDirectory>/features</outputDirectory>
+ <excludes>
+ <exclude>**/.settings</exclude>
+ <exclude>**/.settings/**/*</exclude>
+ <exclude>**/target</exclude>
+ <exclude>**/target/**/*</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.ipr</exclude>
+ <exclude>**/*.iws</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <directory>../plugins</directory>
+ <outputDirectory>/plugins</outputDirectory>
+ <excludes>
+ <exclude>**/.settings</exclude>
+ <exclude>**/.settings/**/*</exclude>
+ <exclude>**/target</exclude>
+ <exclude>**/target/**/*</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.ipr</exclude>
+ <exclude>**/*.iws</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <directory>../samples</directory>
+ <outputDirectory>/samples</outputDirectory>
+ <excludes>
+ <exclude>**/.project</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.settings</exclude>
+ <exclude>**/.settings/**/*</exclude>
+ <exclude>**/target</exclude>
+ <exclude>**/target/**/*</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.ipr</exclude>
+ <exclude>**/*.iws</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <directory>..</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>pom.xml</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+
+</assembly>
Modified: tools/eclipse/trunk/distribution/src/main/release/ReleaseNotes.txt
===================================================================
--- tools/eclipse/trunk/distribution/src/main/release/ReleaseNotes.txt 2009-12-16 16:41:16 UTC (rev 151)
+++ tools/eclipse/trunk/distribution/src/main/release/ReleaseNotes.txt 2009-12-16 18:31:06 UTC (rev 152)
@@ -1,3 +1,15 @@
SAVARA Tools Eclipse 1.0-M1
===========================
+This is the first milestone of version 1.0 of the SAVARA tools for Eclipse.
+
+This distribution includes:
+- early access work on checking the conformance of a choreography, defined using the pi4soa
+choreography editor, against service implementations in BPEL and JBossESB "conversation aware"
+actions
+- generation of a choreography to BPEL services
+- generation of a choreography to JBossESB services (using "conversation aware" ESB actions)
+- generation of a choreography as a BPMN collaboration diagram
+
+The details release notes for all SAVARA 1.0-M1 components can be found at:
+https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12313912&styleName=Html&projectId=12310870&Create=Create
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml 2009-12-16 16:41:16 UTC (rev 151)
+++ tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml 2009-12-16 18:31:06 UTC (rev 152)
@@ -44,7 +44,9 @@
then select the appropriate components and follow the instructions to install
them within your Eclipse environment. The minimum requirement is to select the
<emphasis>pi4soa core</emphasis> feature in the <emphasis>JBoss Tools</emphasis>
- category.
+ category. If you wish to view the generated BPEL using a BPEL editor, rather than
+ XML, then you should also select the <emphasis>BPEL Editor</emphasis> from the
+ <emphasis>JBoss Tools</emphasis> category.
</para>
</listitem>
16 years, 4 months
savara SVN: r151 - methodology/trunk.
by do-not-reply@jboss.org
Author: jeffdelong
Date: 2009-12-16 11:41:16 -0500 (Wed, 16 Dec 2009)
New Revision: 151
Added:
methodology/trunk/EPF.zip
Log:
Initial commit of zip archive containing all SAVARA Development Process source files and published content.
Added: methodology/trunk/EPF.zip
===================================================================
(Binary files differ)
Property changes on: methodology/trunk/EPF.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 4 months
savara SVN: r150 - in tools/eclipse/trunk/distribution/src/files/eclipse: features and 1 other directories.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-14 16:57:04 -0500 (Mon, 14 Dec 2009)
New Revision: 150
Added:
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.eclipse.stp.bpmn.feature_1.2.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.feature.bpmn_3.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.diagram_1.2.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.edit_1.2.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.validation_1.2.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn_1.2.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.bpmn_3.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912142149.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912142149.jar
Removed:
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.eclipse.stp.bpmn.feature_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.feature.bpmn_3.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.diagram_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.edit_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.validation_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.bpmn_3.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912111651.jar
Modified:
tools/eclipse/trunk/distribution/src/files/eclipse/artifacts.jar
tools/eclipse/trunk/distribution/src/files/eclipse/content.jar
tools/eclipse/trunk/distribution/src/files/eclipse/site.xml
Log:
Updated plugins due to monitor missing a required jar.
Modified: tools/eclipse/trunk/distribution/src/files/eclipse/artifacts.jar
===================================================================
(Binary files differ)
Modified: tools/eclipse/trunk/distribution/src/files/eclipse/content.jar
===================================================================
(Binary files differ)
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.eclipse.stp.bpmn.feature_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.eclipse.stp.bpmn.feature_1.2.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.eclipse.stp.bpmn.feature_1.2.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.feature.bpmn_3.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.feature.bpmn_3.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.feature.bpmn_3.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.diagram_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.diagram_1.2.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.diagram_1.2.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.edit_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.edit_1.2.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.edit_1.2.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.validation_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.validation_1.2.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.validation_1.2.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn_1.2.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn_1.2.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.bpmn_3.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.bpmn_3.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.bpmn_3.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912142149.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912142149.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: tools/eclipse/trunk/distribution/src/files/eclipse/site.xml
===================================================================
--- tools/eclipse/trunk/distribution/src/files/eclipse/site.xml 2009-12-14 21:27:02 UTC (rev 149)
+++ tools/eclipse/trunk/distribution/src/files/eclipse/site.xml 2009-12-14 21:57:04 UTC (rev 150)
@@ -3,37 +3,37 @@
<description name="SAVARA Eclipse Tools Update Site" url="http://www.jboss.org/savara">
This update site contains Eclipse plugins for the SAVARA project.
</description>
- <feature url="features/org.eclipse.stp.bpmn.feature_1.2.0.200912111651.jar" id="org.eclipse.stp.bpmn.feature" version="1.2.0.200912111651">
- <category name="BPMN-Modeler"/>
- </feature>
- <feature url="features/org.jboss.savara.tools.bpel.feature_1.0.0.200912111651.jar" id="org.jboss.savara.tools.bpel.feature" version="1.0.0.200912111651">
+ <feature url="features/org.jboss.savara.tools.bpel.feature_1.0.0.200912142149.jar" id="org.jboss.savara.tools.bpel.feature" version="1.0.0.200912142149">
<category name="SAVARA-Tools"/>
</feature>
- <feature url="features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912111651.jar" id="org.jboss.savara.tools.jbossesb.feature" version="1.0.0.200912111651">
+ <feature url="features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912142149.jar" id="org.jboss.savara.tools.jbossesb.feature" version="1.0.0.200912142149">
<category name="SAVARA-Tools"/>
</feature>
- <feature url="features/org.pi4soa.monitor.feature_3.0.0.200912111651.jar" id="org.pi4soa.monitor.feature" version="3.0.0.200912111651">
+ <feature url="features/org.eclipse.stp.bpmn.feature_1.2.0.200912142149.jar" id="org.eclipse.stp.bpmn.feature" version="1.2.0.200912142149">
+ <category name="BPMN-Modeler"/>
+ </feature>
+ <feature url="features/org.scribble.conversation.feature_0.1.0.200912142149.jar" id="org.scribble.conversation.feature" version="0.1.0.200912142149">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.conversation.feature_0.1.0.200912111651.jar" id="org.scribble.conversation.feature" version="0.1.0.200912111651">
+ <feature url="features/org.scribble.experimental.feature_0.1.0.200912142149.jar" id="org.scribble.experimental.feature" version="0.1.0.200912142149">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.experimental.feature_0.1.0.200912111651.jar" id="org.scribble.experimental.feature" version="0.1.0.200912111651">
+ <feature url="features/org.scribble.feature_0.1.0.200912142149.jar" id="org.scribble.feature" version="0.1.0.200912142149">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.feature_0.1.0.200912111651.jar" id="org.scribble.feature" version="0.1.0.200912111651">
+ <feature url="features/org.scribble.java.feature_0.1.0.200912142149.jar" id="org.scribble.java.feature" version="0.1.0.200912142149">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.java.feature_0.1.0.200912111651.jar" id="org.scribble.java.feature" version="0.1.0.200912111651">
+ <feature url="features/org.scribble.pi4soa.feature_0.1.0.200912142149.jar" id="org.scribble.pi4soa.feature" version="0.1.0.200912142149">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.pi4soa.feature_0.1.0.200912111651.jar" id="org.scribble.pi4soa.feature" version="0.1.0.200912111651">
+ <feature url="features/org.scribble.protocol.feature_0.1.0.200912142149.jar" id="org.scribble.protocol.feature" version="0.1.0.200912142149">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.protocol.feature_0.1.0.200912111651.jar" id="org.scribble.protocol.feature" version="0.1.0.200912111651">
+ <feature url="features/org.pi4soa.feature.bpmn_3.0.0.200912142149.jar" id="org.pi4soa.feature.bpmn" version="3.0.0.200912142149">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.pi4soa.feature.bpmn_3.0.0.200912111651.jar" id="org.pi4soa.feature.bpmn" version="3.0.0.200912111651">
+ <feature url="features/org.pi4soa.monitor.feature_3.0.0.200912142149.jar" id="org.pi4soa.monitor.feature" version="3.0.0.200912142149">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
<category-def name="SAVARA-Tools" label="SAVARA Tools"/>
16 years, 4 months
savara SVN: r149 - in tools/eclipse/trunk/plugins/org.pi4soa.monitor: lib and 1 other directory.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-14 16:27:02 -0500 (Mon, 14 Dec 2009)
New Revision: 149
Added:
tools/eclipse/trunk/plugins/org.pi4soa.monitor/lib/jboss-serialization.jar
Modified:
tools/eclipse/trunk/plugins/org.pi4soa.monitor/.classpath
Log:
Added missing jar for monitor.
Modified: tools/eclipse/trunk/plugins/org.pi4soa.monitor/.classpath
===================================================================
--- tools/eclipse/trunk/plugins/org.pi4soa.monitor/.classpath 2009-12-14 17:50:17 UTC (rev 148)
+++ tools/eclipse/trunk/plugins/org.pi4soa.monitor/.classpath 2009-12-14 21:27:02 UTC (rev 149)
@@ -3,6 +3,7 @@
<classpathentry kind="src" path="src/java"/>
<classpathentry exported="true" kind="lib" path="lib/log4j.jar"/>
<classpathentry exported="true" kind="lib" path="lib/trove.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-serialization.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="lib/jboss-client.jar"/>
Added: tools/eclipse/trunk/plugins/org.pi4soa.monitor/lib/jboss-serialization.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/plugins/org.pi4soa.monitor/lib/jboss-serialization.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 4 months
savara SVN: r148 - in runtime/trunk: docs/samplesguide and 1 other directories.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-14 12:50:17 -0500 (Mon, 14 Dec 2009)
New Revision: 148
Removed:
runtime/trunk/samples/jbossesb/purchasing/models/BuyConfirmed.xml
runtime/trunk/samples/jbossesb/purchasing/models/BuyRequest.xml
runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckInvalid.xml
runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckOk.xml
runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckRequest.xml
runtime/trunk/samples/jbossesb/purchasing/models/InvalidPurchase.scn
runtime/trunk/samples/jbossesb/purchasing/models/SuccessfulPurchase.scn
runtime/trunk/samples/jbossesb/purchasing/models/creditAgency.xsd
runtime/trunk/samples/jbossesb/purchasing/models/store.xsd
Modified:
runtime/trunk/docs/
runtime/trunk/docs/samplesguide/
Log:
Add .svnignore for target folders, and removed the xml, xsd and scn artifacts in the purchasing model sample, as these are now in a separate sample associated with the eclipse tools component - so that it is more self-contained.
Property changes on: runtime/trunk/docs
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: runtime/trunk/docs/samplesguide
___________________________________________________________________
Name: svn:ignore
+ target
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/BuyConfirmed.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/BuyConfirmed.xml 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/BuyConfirmed.xml 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:BuyConfirmed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:tns="http://www.jboss.org/examples/store"
- xsi:schemaLocation="http://www.jboss.org/examples/store store.xsd "
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/BuyRequest.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/BuyRequest.xml 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/BuyRequest.xml 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:BuyRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:tns="http://www.jboss.org/examples/store"
- xsi:schemaLocation="http://www.jboss.org/examples/store store.xsd "
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckInvalid.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckInvalid.xml 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckInvalid.xml 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:CreditCheckInvalid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:tns="http://www.jboss.org/examples/creditAgency"
- xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd "
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckOk.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckOk.xml 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckOk.xml 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:CreditCheckOk xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:tns="http://www.jboss.org/examples/creditAgency"
- xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd "
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckRequest.xml
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckRequest.xml 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/CreditCheckRequest.xml 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,4 +0,0 @@
-<tns:CreditCheckRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:tns="http://www.jboss.org/examples/creditAgency"
- xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd "
- id="1" />
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/InvalidPurchase.scn
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/InvalidPurchase.scn 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/InvalidPurchase.scn 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scn:Scenario xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:scn="http://www.pi4soa.org/scenario" name="InvalidPurchase" description="Invalid purchase goods" author="" choreographyDescriptionURL="PurchaseGoods.cdm">
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.0" operationName="buy" messageType="{http://www.jboss.org/examples/store}BuyRequest" valueURL="BuyRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="buy" direction="receive" messageType="{http://www.jboss.org/examples/store}BuyRequest" valueURL="BuyRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="checkCredit" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckRequest" valueURL="CreditCheckRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.2" operationName="checkCredit" direction="receive" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckRequest" valueURL="CreditCheckRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.2" operationName="checkCredit" faultName="{http://www.jboss.org/savara/examples}CreditCheckFailed" isRequest="false" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckInvalid" valueURL="CreditCheckInvalid.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="checkCredit" faultName="{http://www.jboss.org/savara/examples}CreditCheckFailed" isRequest="false" direction="receive" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckInvalid" valueURL="CreditCheckInvalid.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="buy" isRequest="false" messageType="{http://www.jboss.org/examples/store}BuyConfirmed" valueURL="BuyConfirmed.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.0" operationName="buy" isRequest="false" direction="receive" messageType="{http://www.jboss.org/examples/store}BuyConfirmed" valueURL="BuyConfirmed.xml"/>
- <messageLinks source="//(a)scenarioObjects.0" target="//(a)scenarioObjects.1"/>
- <messageLinks source="//(a)scenarioObjects.2" target="//(a)scenarioObjects.3"/>
- <messageLinks source="//(a)scenarioObjects.4" target="//(a)scenarioObjects.5"/>
- <messageLinks source="//(a)scenarioObjects.6" target="//(a)scenarioObjects.7"/>
- <participants type="Buyer"/>
- <participants type="sto:Store"/>
- <participants type="ca:CreditAgency"/>
-</scn:Scenario>
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/SuccessfulPurchase.scn
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/SuccessfulPurchase.scn 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/SuccessfulPurchase.scn 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scn:Scenario xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:scn="http://www.pi4soa.org/scenario" name="SuccessfulPurchase" description="Successfully purchase goods" author="" choreographyDescriptionURL="PurchaseGoods.cdm">
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.0" operationName="buy" messageType="{http://www.jboss.org/examples/store}BuyRequest" valueURL="BuyRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="buy" direction="receive" messageType="{http://www.jboss.org/examples/store}BuyRequest" valueURL="BuyRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="checkCredit" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckRequest" valueURL="CreditCheckRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.2" operationName="checkCredit" direction="receive" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckRequest" valueURL="CreditCheckRequest.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.2" operationName="checkCredit" isRequest="false" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckOk" valueURL="CreditCheckOk.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="checkCredit" isRequest="false" direction="receive" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckOk" valueURL="CreditCheckOk.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="buy" isRequest="false" messageType="{http://www.jboss.org/examples/store}BuyConfirmed" valueURL="BuyConfirmed.xml"/>
- <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.0" operationName="buy" isRequest="false" direction="receive" messageType="{http://www.jboss.org/examples/store}BuyConfirmed" valueURL="BuyConfirmed.xml"/>
- <messageLinks source="//(a)scenarioObjects.0" target="//(a)scenarioObjects.1"/>
- <messageLinks source="//(a)scenarioObjects.2" target="//(a)scenarioObjects.3"/>
- <messageLinks source="//(a)scenarioObjects.4" target="//(a)scenarioObjects.5"/>
- <messageLinks source="//(a)scenarioObjects.6" target="//(a)scenarioObjects.7"/>
- <participants type="Buyer"/>
- <participants type="sto:Store"/>
- <participants type="ca:CreditAgency"/>
-</scn:Scenario>
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/creditAgency.xsd
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/creditAgency.xsd 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/creditAgency.xsd 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.jboss.org/examples/creditAgency" xmlns:tns="http://www.jboss.org/examples/creditAgency" elementFormDefault="qualified">
-
- <element name="CreditCheckRequest" type="tns:CreditCheckType"></element>
- <element name="CreditCheckOk" type="tns:CreditCheckType"></element>
- <element name="CreditCheckInvalid" type="tns:CreditCheckType"></element>
-
- <complexType name="CreditCheckType">
- <attribute name="id" type="string"></attribute>
- </complexType>
-</schema>
\ No newline at end of file
Deleted: runtime/trunk/samples/jbossesb/purchasing/models/store.xsd
===================================================================
--- runtime/trunk/samples/jbossesb/purchasing/models/store.xsd 2009-12-12 11:03:51 UTC (rev 147)
+++ runtime/trunk/samples/jbossesb/purchasing/models/store.xsd 2009-12-14 17:50:17 UTC (rev 148)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.jboss.org/examples/store" xmlns:tns="http://www.jboss.org/examples/store" elementFormDefault="qualified">
-
- <element name="BuyRequest" type="tns:StoreType"></element>
- <element name="BuyConfirmed" type="tns:StoreType"></element>
- <element name="BuyFailed" type="tns:StoreType"></element>
-
- <complexType name="StoreType">
- <attribute name="id" type="string"></attribute>
- </complexType>
-</schema>
\ No newline at end of file
16 years, 4 months
savara SVN: r144 - in tools/eclipse/trunk/docs/gettingstartedguide/src/main: module and 1 other directory.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-11 16:11:04 -0500 (Fri, 11 Dec 2009)
New Revision: 144
Added:
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportHTMLDialog.png
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportHTMLMenu.png
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportedHTML.png
Modified:
tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/architecture.xml
tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml
Log:
Added HTML doc generation images and text.
Added: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportHTMLDialog.png
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportHTMLDialog.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportHTMLMenu.png
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportHTMLMenu.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportedHTML.png
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportedHTML.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/architecture.xml
===================================================================
--- tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/architecture.xml 2009-12-11 20:24:38 UTC (rev 143)
+++ tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/architecture.xml 2009-12-11 21:11:04 UTC (rev 144)
@@ -156,9 +156,39 @@
Once the choreography description has been successfully tested against the scenarios, the
next step may be to obtain approval to proceed to the analysis/design phase. To help support
this effort, the pi4soa tools provide the means to export the choreography description to
-a range of representations (e.g. BPMN, UML or HTML documentation
-<emphasis>TO BE CONFIRMED</emphasis>).
+a range of representations. HTML documentation generated is discussed below, and BPMN
+diagram generation is discussed in the Service Oriented Analysis and Design section.
</para>
+
+ <para>
+ To generate HTML documentation, select the <emphasis>Export->Other->HTML</emphasis>
+ menu item associated with the choreography description file.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/ExportHTMLMenu.png" align="center" width="4in" />
+ </imageobject>
+
+ <para>
+ The next step is to provide the location and name of the HTML file to be
+ generated.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/ExportHTMLDialog.png" align="center" width="4in" />
+ </imageobject>
+
+ <para>
+ If the HTML has been generated within the scope of Eclipse project, then refresh
+ the relevant folder to show the file and open the file with the Eclipse web
+ browser (as shown below). If outside the Eclipse project, then use a normal
+ web browser to view the file.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/ExportedHTML.png" align="center" width="6in" />
+ </imageobject>
+
</section>
</section>
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml 2009-12-11 20:24:38 UTC (rev 143)
+++ tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml 2009-12-11 21:11:04 UTC (rev 144)
@@ -42,7 +42,9 @@
page, and enter it into the top text field in the dialog window, and press the
<emphasis>Add</emphasis> button. Once the contents of the update site is available,
then select the appropriate components and follow the instructions to install
- them within your Eclipse environment.
+ them within your Eclipse environment. The minimum requirement is to select the
+ <emphasis>pi4soa core</emphasis> feature in the <emphasis>JBoss Tools</emphasis>
+ category.
</para>
</listitem>
@@ -57,6 +59,17 @@
distribution: <filename>${SAVARA-Tools}/eclipse</filename>.
Again, as with the previous step, follow the instructions provided
by the Eclipse update manager to complete the installation.
+
+ <note>
+ <para>
+ Version 1.1 of the BPMN editor in Galileo does not correctly display links in the
+ diagram. Therefore we have included an early access release of version 1.2
+ with the SAVARA plugins. When version 1.2 of the Eclipse BPMN editor is
+ available in the Galileo update site, select the plugins from the SOA
+ Development category. Until then, use the plugins provided in the SAVARA
+ local update site.
+ </para>
+ </note>
</para>
</listitem>
16 years, 4 months
savara SVN: r143 - in tools/eclipse/trunk/docs/gettingstartedguide/src/main: images and 1 other directories.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-11 15:24:38 -0500 (Fri, 11 Dec 2009)
New Revision: 143
Added:
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportBPMNMenu.png
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportedBPMN.png
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportedProject.jpg
Removed:
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportedProjects.jpg
Modified:
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportDialog.jpg
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportFileDialog.jpg
tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportProjectsDialog.jpg
tools/eclipse/trunk/docs/gettingstartedguide/src/main/master.xml
tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml
tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/serviceanalysisdesign.xml
Log:
Updated project import images to reflect new single example, and also BPMN diagram generation.
Added: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportBPMNMenu.png
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportBPMNMenu.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportedBPMN.png
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ExportedBPMN.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportDialog.jpg
===================================================================
(Binary files differ)
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportFileDialog.jpg
===================================================================
(Binary files differ)
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportProjectsDialog.jpg
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportedProject.jpg
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportedProject.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/docs/gettingstartedguide/src/main/images/ImportedProjects.jpg
===================================================================
(Binary files differ)
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/master.xml
===================================================================
--- tools/eclipse/trunk/docs/gettingstartedguide/src/main/master.xml 2009-12-11 19:02:20 UTC (rev 142)
+++ tools/eclipse/trunk/docs/gettingstartedguide/src/main/master.xml 2009-12-11 20:24:38 UTC (rev 143)
@@ -15,7 +15,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/installation.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/businessanalysis.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/architecture.xml"/>
- <!-- xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/serviceanalysisdesign.xml"/ -->
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/serviceanalysisdesign.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/servicedev.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/runtimevalidation.xml"/>
</book>
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml 2009-12-11 19:02:20 UTC (rev 142)
+++ tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/installation.xml 2009-12-11 20:24:38 UTC (rev 143)
@@ -112,7 +112,7 @@
Once imported, the Eclipse navigator will list the sample projects:
</para>
<imageobject>
- <imagedata fileref="images/ImportedProjects.jpg" align="center" width="2in" />
+ <imagedata fileref="images/ImportedProject.jpg" align="center" width="2in" />
</imageobject>
</listitem>
</orderedlist>
Modified: tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/serviceanalysisdesign.xml
===================================================================
--- tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/serviceanalysisdesign.xml 2009-12-11 19:02:20 UTC (rev 142)
+++ tools/eclipse/trunk/docs/gettingstartedguide/src/main/module/serviceanalysisdesign.xml 2009-12-11 20:24:38 UTC (rev 143)
@@ -5,16 +5,75 @@
<title>Service Oriented Analysis and Design</title>
<para>
+ At this point in the lifecycle, various activities would occur related to reviewing
+ services (i.e. in a SOA Repository) and understanding whether existing services
+ meet requirements, need to be modified, or whether new services need to be
+ developed from scratch.
</para>
-
+
<section>
- <title>Service Oriented Analysis</title>
-
- </section>
-
- <section>
<title>Service Oriented Design</title>
+ <para>
+ In the current SAVARA tooling, the main functionality in the Service Oriented
+ Design phase is the generation of BPMN (version 1) diagrams. These diagrams
+ can be used as guidance for the development teams that are implementing the
+ individual services.
+ </para>
+
+ <para>
+ It is also possible to extend the generated BPMN (version 1) diagrams to include
+ service logic. However it should be noted that changes to the choreography or
+ BPMN diagrams will not be synchronized/merged. So changes in the choreography will
+ not be checked for conformance against previously generated BPMN diagrams,
+ and it will be necessary to generate new 'service contract' BPMN (version 1)
+ diagrams to reflect changes in behaviour of a service within the updated
+ choreography.
+ </para>
+
+ <para>
+ In future versions of the SAVARA, based on BPMN2, it will be possible to
+ formally check BPMN2 process models for conformance against a choreography
+ model, and potentially synchronize differences in <emphasis>externally
+ observable behaviour</emphasis> between them.
+ </para>
+
+ <para>
+ To generate a BPMN (version 1) diagram from a choreography, select the
+ <emphasis>Export</emphasis> menu item associated with the choreography file,
+ and select the <emphasis>Other->BPMN</emphasis> option.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/ExportBPMNMenu.png" align="center" width="4in" />
+ </imageobject>
+
+ <para>
+ Once the option has been selected, you will be asked to select the location
+ where the generated BPMN diagrams should be stored. A diagram will be
+ created containing all of the participants involved in the choreography in
+ a single collaboration diagram.
+ </para>
+
+ <para>
+ Select a folder that is located within a project in your Eclipse workspace.
+ Once the folder has been chosen, the diagrams will be generated. To see
+ them within the Eclipse project, you will need to <emphasis>refresh</emphasis>
+ the relevant folder.
+ </para>
+
+ <para>
+ The generated diagram will appear as two files, one contains the underlying
+ BPMN model (i.e. the information about the tasks, control links, message links,
+ etc.) and the other file contains the diagram information (i.e. node positions,
+ etc). Double click on the file with the <filename>.bpmn_diagram</filename>
+ suffix to view the diagram in the Eclipse BPMN editor.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/ExportedBPMN.png" align="center" width="6in" />
+ </imageobject>
+
</section>
</chapter>
16 years, 4 months
savara SVN: r142 - in tools/eclipse/trunk: distribution/src/files/eclipse and 6 other directories.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-11 14:02:20 -0500 (Fri, 11 Dec 2009)
New Revision: 142
Added:
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.eclipse.stp.bpmn.feature_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.feature.bpmn_3.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.diagram_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.edit_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.validation_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn_1.2.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.bpmn_3.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912111651.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912111651.jar
tools/eclipse/trunk/samples/
tools/eclipse/trunk/samples/purchasing/
tools/eclipse/trunk/samples/purchasing/.project
tools/eclipse/trunk/samples/purchasing/BuyConfirmed.xml
tools/eclipse/trunk/samples/purchasing/BuyRequest.xml
tools/eclipse/trunk/samples/purchasing/CreditCheckInvalid.xml
tools/eclipse/trunk/samples/purchasing/CreditCheckOk.xml
tools/eclipse/trunk/samples/purchasing/CreditCheckRequest.xml
tools/eclipse/trunk/samples/purchasing/InvalidPurchase.scn
tools/eclipse/trunk/samples/purchasing/PurchaseGoods.cdm
tools/eclipse/trunk/samples/purchasing/SuccessfulPurchase.scn
tools/eclipse/trunk/samples/purchasing/creditAgency.xsd
tools/eclipse/trunk/samples/purchasing/store.xsd
Removed:
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912092000.jar
tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912092000.jar
Modified:
tools/eclipse/trunk/distribution/src/files/eclipse/artifacts.jar
tools/eclipse/trunk/distribution/src/files/eclipse/content.jar
tools/eclipse/trunk/distribution/src/files/eclipse/site.xml
tools/eclipse/trunk/distribution/src/main/assembly/bin.xml
tools/eclipse/trunk/plugins/org.pi4soa.bpmn/
Log:
SAVARA-4 - ability to generate BPMN (version 1) diagrams from choreography. Achieved by providing trunk build of Eclipse BPMN modeller in Savara local update site.
Modified: tools/eclipse/trunk/distribution/src/files/eclipse/artifacts.jar
===================================================================
(Binary files differ)
Modified: tools/eclipse/trunk/distribution/src/files/eclipse/content.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.eclipse.stp.bpmn.feature_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.eclipse.stp.bpmn.feature_1.2.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.bpel.feature_1.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.feature.bpmn_3.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.feature.bpmn_3.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.pi4soa.monitor.feature_3.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.conversation.feature_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.experimental.feature_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.feature_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.java.feature_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.pi4soa.feature_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/features/org.scribble.protocol.feature_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.diagram_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.diagram_1.2.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.edit_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.edit_1.2.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.validation_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn.validation_1.2.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn_1.2.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.eclipse.stp.bpmn_1.2.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.bpel_1.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb.cdl_1.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.jbossesb_1.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.jboss.savara.tools.wsdl_1.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.bpmn_3.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.bpmn_3.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.pi4soa.monitor_3.0.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conformance_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.contract.model_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.comparator_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.export.text_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.model_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.parser_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.projector_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.conversation.validation_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.core_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.designer_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.eclipse_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.expression.xpath_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.java.parser_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.lang.model_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.pi4soa.cdm_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.comparator_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.export.text_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.model_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.parser_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.projector_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.protocol.validation_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912092000.jar
===================================================================
(Binary files differ)
Added: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912111651.jar
===================================================================
(Binary files differ)
Property changes on: tools/eclipse/trunk/distribution/src/files/eclipse/plugins/org.scribble.type.java_0.1.0.200912111651.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: tools/eclipse/trunk/distribution/src/files/eclipse/site.xml
===================================================================
--- tools/eclipse/trunk/distribution/src/files/eclipse/site.xml 2009-12-11 16:44:28 UTC (rev 141)
+++ tools/eclipse/trunk/distribution/src/files/eclipse/site.xml 2009-12-11 19:02:20 UTC (rev 142)
@@ -3,33 +3,44 @@
<description name="SAVARA Eclipse Tools Update Site" url="http://www.jboss.org/savara">
This update site contains Eclipse plugins for the SAVARA project.
</description>
- <feature url="features/org.jboss.savara.tools.bpel.feature_1.0.0.200912092000.jar" id="org.jboss.savara.tools.bpel.feature" version="1.0.0.200912092000">
+ <feature url="features/org.eclipse.stp.bpmn.feature_1.2.0.200912111651.jar" id="org.eclipse.stp.bpmn.feature" version="1.2.0.200912111651">
+ <category name="BPMN-Modeler"/>
+ </feature>
+ <feature url="features/org.jboss.savara.tools.bpel.feature_1.0.0.200912111651.jar" id="org.jboss.savara.tools.bpel.feature" version="1.0.0.200912111651">
<category name="SAVARA-Tools"/>
</feature>
- <feature url="features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912092000.jar" id="org.jboss.savara.tools.jbossesb.feature" version="1.0.0.200912092000">
+ <feature url="features/org.jboss.savara.tools.jbossesb.feature_1.0.0.200912111651.jar" id="org.jboss.savara.tools.jbossesb.feature" version="1.0.0.200912111651">
<category name="SAVARA-Tools"/>
</feature>
- <feature url="features/org.pi4soa.monitor.feature_3.0.0.200912092000.jar" id="org.pi4soa.monitor.feature" version="3.0.0.200912092000">
+ <feature url="features/org.pi4soa.monitor.feature_3.0.0.200912111651.jar" id="org.pi4soa.monitor.feature" version="3.0.0.200912111651">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.conversation.feature_0.1.0.200912092000.jar" id="org.scribble.conversation.feature" version="0.1.0.200912092000">
+ <feature url="features/org.scribble.conversation.feature_0.1.0.200912111651.jar" id="org.scribble.conversation.feature" version="0.1.0.200912111651">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.experimental.feature_0.1.0.200912092000.jar" id="org.scribble.experimental.feature" version="0.1.0.200912092000">
+ <feature url="features/org.scribble.experimental.feature_0.1.0.200912111651.jar" id="org.scribble.experimental.feature" version="0.1.0.200912111651">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.feature_0.1.0.200912092000.jar" id="org.scribble.feature" version="0.1.0.200912092000">
+ <feature url="features/org.scribble.feature_0.1.0.200912111651.jar" id="org.scribble.feature" version="0.1.0.200912111651">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.java.feature_0.1.0.200912092000.jar" id="org.scribble.java.feature" version="0.1.0.200912092000">
+ <feature url="features/org.scribble.java.feature_0.1.0.200912111651.jar" id="org.scribble.java.feature" version="0.1.0.200912111651">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.pi4soa.feature_0.1.0.200912092000.jar" id="org.scribble.pi4soa.feature" version="0.1.0.200912092000">
+ <feature url="features/org.scribble.pi4soa.feature_0.1.0.200912111651.jar" id="org.scribble.pi4soa.feature" version="0.1.0.200912111651">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
- <feature url="features/org.scribble.protocol.feature_0.1.0.200912092000.jar" id="org.scribble.protocol.feature" version="0.1.0.200912092000">
+ <feature url="features/org.scribble.protocol.feature_0.1.0.200912111651.jar" id="org.scribble.protocol.feature" version="0.1.0.200912111651">
<category name="SAVARA-Tools-Dependencies"/>
</feature>
+ <feature url="features/org.pi4soa.feature.bpmn_3.0.0.200912111651.jar" id="org.pi4soa.feature.bpmn" version="3.0.0.200912111651">
+ <category name="SAVARA-Tools-Dependencies"/>
+ </feature>
<category-def name="SAVARA-Tools" label="SAVARA Tools"/>
<category-def name="SAVARA-Tools-Dependencies" label="SAVARA Tools Dependencies"/>
+ <category-def name="BPMN-Modeler" label="BPMN Modeler">
+ <description>
+ A working version of the Eclipse BPMN modeler for Eclipse Galilao.
+ </description>
+ </category-def>
</site>
Modified: tools/eclipse/trunk/distribution/src/main/assembly/bin.xml
===================================================================
--- tools/eclipse/trunk/distribution/src/main/assembly/bin.xml 2009-12-11 16:44:28 UTC (rev 141)
+++ tools/eclipse/trunk/distribution/src/main/assembly/bin.xml 2009-12-11 19:02:20 UTC (rev 142)
@@ -44,6 +44,12 @@
<outputDirectory>eclipse</outputDirectory>
</fileSet>
+ <!-- copy samples -->
+ <fileSet>
+ <directory>../samples</directory>
+ <outputDirectory>samples</outputDirectory>
+ </fileSet>
+
<!-- copy documents -->
<fileSet>
<directory>../docs/userguide/target/docbook/publish/en-US</directory>
Property changes on: tools/eclipse/trunk/plugins/org.pi4soa.bpmn
___________________________________________________________________
Name: svn:ignore
+ classes
Added: tools/eclipse/trunk/samples/purchasing/.project
===================================================================
--- tools/eclipse/trunk/samples/purchasing/.project (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/.project 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>purchasing</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
Added: tools/eclipse/trunk/samples/purchasing/BuyConfirmed.xml
===================================================================
--- tools/eclipse/trunk/samples/purchasing/BuyConfirmed.xml (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/BuyConfirmed.xml 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,4 @@
+<tns:BuyConfirmed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:tns="http://www.jboss.org/examples/store"
+ xsi:schemaLocation="http://www.jboss.org/examples/store store.xsd "
+ id="1" />
\ No newline at end of file
Added: tools/eclipse/trunk/samples/purchasing/BuyRequest.xml
===================================================================
--- tools/eclipse/trunk/samples/purchasing/BuyRequest.xml (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/BuyRequest.xml 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,4 @@
+<tns:BuyRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:tns="http://www.jboss.org/examples/store"
+ xsi:schemaLocation="http://www.jboss.org/examples/store store.xsd "
+ id="1" />
\ No newline at end of file
Added: tools/eclipse/trunk/samples/purchasing/CreditCheckInvalid.xml
===================================================================
--- tools/eclipse/trunk/samples/purchasing/CreditCheckInvalid.xml (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/CreditCheckInvalid.xml 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,4 @@
+<tns:CreditCheckInvalid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:tns="http://www.jboss.org/examples/creditAgency"
+ xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd "
+ id="1" />
\ No newline at end of file
Added: tools/eclipse/trunk/samples/purchasing/CreditCheckOk.xml
===================================================================
--- tools/eclipse/trunk/samples/purchasing/CreditCheckOk.xml (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/CreditCheckOk.xml 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,4 @@
+<tns:CreditCheckOk xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:tns="http://www.jboss.org/examples/creditAgency"
+ xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd "
+ id="1" />
\ No newline at end of file
Added: tools/eclipse/trunk/samples/purchasing/CreditCheckRequest.xml
===================================================================
--- tools/eclipse/trunk/samples/purchasing/CreditCheckRequest.xml (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/CreditCheckRequest.xml 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,4 @@
+<tns:CreditCheckRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:tns="http://www.jboss.org/examples/creditAgency"
+ xsi:schemaLocation="http://www.jboss.org/examples/creditAgency creditAgency.xsd "
+ id="1" />
\ No newline at end of file
Added: tools/eclipse/trunk/samples/purchasing/InvalidPurchase.scn
===================================================================
--- tools/eclipse/trunk/samples/purchasing/InvalidPurchase.scn (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/InvalidPurchase.scn 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scn:Scenario xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:scn="http://www.pi4soa.org/scenario" name="InvalidPurchase" description="Invalid purchase goods" author="" choreographyDescriptionURL="PurchaseGoods.cdm">
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.0" operationName="buy" messageType="{http://www.jboss.org/examples/store}BuyRequest" valueURL="BuyRequest.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="buy" direction="receive" messageType="{http://www.jboss.org/examples/store}BuyRequest" valueURL="BuyRequest.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="checkCredit" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckRequest" valueURL="CreditCheckRequest.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.2" operationName="checkCredit" direction="receive" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckRequest" valueURL="CreditCheckRequest.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.2" operationName="checkCredit" faultName="{http://www.jboss.org/savara/examples}CreditCheckFailed" isRequest="false" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckInvalid" valueURL="CreditCheckInvalid.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="checkCredit" faultName="{http://www.jboss.org/savara/examples}CreditCheckFailed" isRequest="false" direction="receive" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckInvalid" valueURL="CreditCheckInvalid.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="buy" isRequest="false" messageType="{http://www.jboss.org/examples/store}BuyConfirmed" valueURL="BuyConfirmed.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.0" operationName="buy" isRequest="false" direction="receive" messageType="{http://www.jboss.org/examples/store}BuyConfirmed" valueURL="BuyConfirmed.xml"/>
+ <messageLinks source="//(a)scenarioObjects.0" target="//(a)scenarioObjects.1"/>
+ <messageLinks source="//(a)scenarioObjects.2" target="//(a)scenarioObjects.3"/>
+ <messageLinks source="//(a)scenarioObjects.4" target="//(a)scenarioObjects.5"/>
+ <messageLinks source="//(a)scenarioObjects.6" target="//(a)scenarioObjects.7"/>
+ <participants type="Buyer"/>
+ <participants type="sto:Store"/>
+ <participants type="ca:CreditAgency"/>
+</scn:Scenario>
Added: tools/eclipse/trunk/samples/purchasing/PurchaseGoods.cdm
===================================================================
--- tools/eclipse/trunk/samples/purchasing/PurchaseGoods.cdm (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/PurchaseGoods.cdm 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<org.pi4soa.cdl:Package xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:org.pi4soa.cdl="http:///org/pi4soa/cdl.ecore" description="The choreography description for PurchaseGoods" name="PurchaseGoods" author="gary" version="0.1" targetNamespace="http://www.jboss.org/savara/examples">
+ <typeDefinitions>
+ <nameSpaces description="Target Namespace for PurchaseGoods" prefix="tns" uRI="http://www.jboss.org/savara/examples"/>
+ <nameSpaces description="XML Schema Namespace" prefix="xsd" uRI="http://www.w3.org/2001/XMLSchema"/>
+ <nameSpaces prefix="pur" uRI="http://www.jboss.org/examples/purchasing"/>
+ <nameSpaces prefix="sto" uRI="http://www.jboss.org/examples/store"/>
+ <nameSpaces prefix="ca" uRI="http://www.jboss.org/examples/creditAgency"/>
+ <informationTypes description="This is the information type BuyConfirmed" name="BuyConfirmed" typeName="sto:BuyConfirmed" elementName=""/>
+ <informationTypes description="This is the information type BuyFailed" name="BuyFailed" typeName="sto:BuyFailed" elementName=""/>
+ <informationTypes description="This is the information type BuyRequest" name="BuyRequest" typeName="sto:BuyRequest" elementName=""/>
+ <informationTypes description="This is the information type CreditCheckInvalid" name="CreditCheckInvalid" typeName="ca:CreditCheckInvalid" elementName=""/>
+ <informationTypes description="This is the information type CreditCheckOk" name="CreditCheckOk" typeName="ca:CreditCheckOk" elementName=""/>
+ <informationTypes description="This is the information type CreditCheckRequest" name="CreditCheckRequest" typeName="ca:CreditCheckRequest" elementName=""/>
+ <informationTypes description="This is the information type IDType" name="IDType" typeName="xsd:string"/>
+ <informationTypes description="This is the information type URITokenType" name="URITokenType" typeName="xsd:anyURI"/>
+ <tokens description="This is the token ID" name="ID" informationType="//@typeDefinitions/(a)informationTypes.6"/>
+ <tokens description="This is the token URIToken" name="URIToken" informationType="//@typeDefinitions/(a)informationTypes.7"/>
+ <tokenLocators description="This is the token locator BuyFailedIDLocator" token="//@typeDefinitions/(a)tokens.0" informationType="//@typeDefinitions/(a)informationTypes.1" query="//@id" name="BuyFailedIDLocator"/>
+ <tokenLocators description="This is the token locator BuyRequestIDLocator" token="//@typeDefinitions/(a)tokens.0" informationType="//@typeDefinitions/(a)informationTypes.2" query="//@id" name="BuyRequestIDLocator"/>
+ <tokenLocators description="This is the token locator BuyResponseIDLocator" token="//@typeDefinitions/(a)tokens.0" informationType="//@typeDefinitions/(a)informationTypes.0" query="//@id" name="BuyResponseIDLocator"/>
+ <tokenLocators description="This is the token locator CreditCheckInvalidIDLocator" token="//@typeDefinitions/(a)tokens.0" informationType="//@typeDefinitions/(a)informationTypes.3" query="//@id" name="CreditCheckInvalidIDLocator"/>
+ <tokenLocators description="This is the token locator CreditCheckRequestIDLocator" token="//@typeDefinitions/(a)tokens.0" informationType="//@typeDefinitions/(a)informationTypes.5" query="//@id" name="CreditCheckRequestIDLocator"/>
+ <tokenLocators description="This is the token locator CreditCheckResponseIDLocator" token="//@typeDefinitions/(a)tokens.0" informationType="//@typeDefinitions/(a)informationTypes.4" query="//@id" name="CreditCheckResponseIDLocator"/>
+ <roleTypes description="This is the role type Buyer" name="Buyer">
+ <behaviors description="This is the behavior BuyerBehavior" name="BuyerBehavior"/>
+ </roleTypes>
+ <roleTypes description="This is the role type CreditAgency" name="CreditAgency">
+ <behaviors description="This is the behavior CreditAgencyBehavior" name="CreditAgencyBehavior" interface="ca:CreditAgencyInterface"/>
+ </roleTypes>
+ <roleTypes description="This is the role type Store" name="Store">
+ <behaviors description="This is the behavior StoreBehavior" name="StoreBehavior" interface="sto:StoreInterface"/>
+ </roleTypes>
+ <relationshipTypes description="Relationship between Buyer and Store" name="BuyerToStoreRel" firstRoleType="//@typeDefinitions/(a)roleTypes.0" secondRoleType="//@typeDefinitions/(a)roleTypes.2"/>
+ <relationshipTypes description="Relationship between Store and CreditAgency" name="StoreToCreditAgencyRel" firstRoleType="//@typeDefinitions/(a)roleTypes.2" secondRoleType="//@typeDefinitions/(a)roleTypes.1"/>
+ <participantTypes description="This is the participant type Buyer" name="Buyer" roleTypes="//@typeDefinitions/(a)roleTypes.0">
+ <semanticAnnotations annotation="savara.samples.Purchasing@Buyer" name="conversationType"/>
+ </participantTypes>
+ <participantTypes description="This is the participant type ca:CreditAgency" name="ca:CreditAgency" roleTypes="//@typeDefinitions/(a)roleTypes.1">
+ <semanticAnnotations annotation="savara.samples.Common@CreditAgency" name="conversationType"/>
+ </participantTypes>
+ <participantTypes description="This is the participant type sto:Store" name="sto:Store" roleTypes="//@typeDefinitions/(a)roleTypes.2">
+ <semanticAnnotations annotation="savara.samples.Purchasing@Store" name="conversationType"/>
+ </participantTypes>
+ <channelTypes description="This is the channel type CreditAgencyChannelType" name="CreditAgencyChannelType" referenceToken="//@typeDefinitions/(a)tokens.1" roleType="//@typeDefinitions/(a)roleTypes.1">
+ <identities description="ID" tokens="//@typeDefinitions/(a)tokens.0"/>
+ </channelTypes>
+ <channelTypes description="This is the channel type StoreChannelType" name="StoreChannelType" referenceToken="//@typeDefinitions/(a)tokens.1" roleType="//@typeDefinitions/(a)roleTypes.2">
+ <identities description="ID" tokens="//@typeDefinitions/(a)tokens.0"/>
+ </channelTypes>
+ </typeDefinitions>
+ <choreographies description="Choreography flow for the PurchaseGoods process" name="PurchaseGoodsProcess" root="true">
+ <variableDefinitions description="Channel to facilitate interaction to CreditAgency" name="CreditAgencyChannel" type="//@typeDefinitions/(a)channelTypes.0"/>
+ <variableDefinitions description="Channel to facilitate interaction to Supplier" name="SupplierChannel" type="//@typeDefinitions/(a)channelTypes.1"/>
+ <variableDefinitions description="This is the variable buy" name="buy" type="//@typeDefinitions/(a)informationTypes.2"/>
+ <activities xsi:type="org.pi4soa.cdl:Interaction" name="BuyRequest" operation="buy" channelVariable="//@choreographies.0/(a)variableDefinitions.1" relationship="//@typeDefinitions/(a)relationshipTypes.0">
+ <exchangeDetails description="This is the exchange details for the request exchange associated with interaction BuyRequest" name="BuyRequestRequestExchange" type="//@typeDefinitions/(a)informationTypes.2"/>
+ </activities>
+ <activities xsi:type="org.pi4soa.cdl:Interaction" name="CreditCheck" operation="checkCredit" channelVariable="//@choreographies.0/(a)variableDefinitions.0" relationship="//@typeDefinitions/(a)relationshipTypes.1">
+ <exchangeDetails description="This is the exchange details for the request exchange associated with interaction CreditCheck" name="CreditCheckRequestExchange" type="//@typeDefinitions/(a)informationTypes.5"/>
+ </activities>
+ <activities xsi:type="org.pi4soa.cdl:Choice" description="Is credit ok?">
+ <activities xsi:type="org.pi4soa.cdl:Sequence" description="Credit Valid">
+ <activities xsi:type="org.pi4soa.cdl:Interaction" name="CreditCheckOk" operation="checkCredit" channelVariable="//@choreographies.0/(a)variableDefinitions.0" relationship="//@typeDefinitions/(a)relationshipTypes.1">
+ <exchangeDetails description="This is the exchange details for the respond exchange associated with interaction CreditCheckOk" name="CreditCheckOkRespondExchange" type="//@typeDefinitions/(a)informationTypes.4" action="Respond"/>
+ </activities>
+ <activities xsi:type="org.pi4soa.cdl:Interaction" name="BuyConfirmed" operation="buy" channelVariable="//@choreographies.0/(a)variableDefinitions.1" relationship="//@typeDefinitions/(a)relationshipTypes.0">
+ <exchangeDetails description="This is the exchange details for the respond exchange associated with interaction BuyConfirmed" name="BuyConfirmedRespondExchange" type="//@typeDefinitions/(a)informationTypes.0" action="Respond"/>
+ </activities>
+ </activities>
+ <activities xsi:type="org.pi4soa.cdl:Sequence" description="Credit Invalid">
+ <activities xsi:type="org.pi4soa.cdl:Interaction" name="CreditCheckFailed" operation="checkCredit" channelVariable="//@choreographies.0/(a)variableDefinitions.0" relationship="//@typeDefinitions/(a)relationshipTypes.1">
+ <exchangeDetails description="This is the exchange details for the respond exchange associated with interaction CreditCheckFailed" name="CreditCheckFailedRespondExchange" type="//@typeDefinitions/(a)informationTypes.3" action="Respond" faultName="CreditCheckFailed"/>
+ </activities>
+ <activities xsi:type="org.pi4soa.cdl:Interaction" name="BuyFailed" operation="buy" channelVariable="//@choreographies.0/(a)variableDefinitions.1" relationship="//@typeDefinitions/(a)relationshipTypes.0">
+ <exchangeDetails description="This is the exchange details for the respond exchange associated with interaction BuyFailed" name="BuyFailedRespondExchange" type="//@typeDefinitions/(a)informationTypes.1" action="Respond" faultName="BuyFailed"/>
+ </activities>
+ </activities>
+ </activities>
+ </choreographies>
+</org.pi4soa.cdl:Package>
Added: tools/eclipse/trunk/samples/purchasing/SuccessfulPurchase.scn
===================================================================
--- tools/eclipse/trunk/samples/purchasing/SuccessfulPurchase.scn (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/SuccessfulPurchase.scn 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scn:Scenario xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:scn="http://www.pi4soa.org/scenario" name="SuccessfulPurchase" description="Successfully purchase goods" author="" choreographyDescriptionURL="PurchaseGoods.cdm">
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.0" operationName="buy" messageType="{http://www.jboss.org/examples/store}BuyRequest" valueURL="BuyRequest.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="buy" direction="receive" messageType="{http://www.jboss.org/examples/store}BuyRequest" valueURL="BuyRequest.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="checkCredit" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckRequest" valueURL="CreditCheckRequest.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.2" operationName="checkCredit" direction="receive" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckRequest" valueURL="CreditCheckRequest.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.2" operationName="checkCredit" isRequest="false" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckOk" valueURL="CreditCheckOk.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="checkCredit" isRequest="false" direction="receive" messageType="{http://www.jboss.org/examples/creditAgency}CreditCheckOk" valueURL="CreditCheckOk.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.1" operationName="buy" isRequest="false" messageType="{http://www.jboss.org/examples/store}BuyConfirmed" valueURL="BuyConfirmed.xml"/>
+ <scenarioObjects xsi:type="scn:MessageEvent" participant="//(a)participants.0" operationName="buy" isRequest="false" direction="receive" messageType="{http://www.jboss.org/examples/store}BuyConfirmed" valueURL="BuyConfirmed.xml"/>
+ <messageLinks source="//(a)scenarioObjects.0" target="//(a)scenarioObjects.1"/>
+ <messageLinks source="//(a)scenarioObjects.2" target="//(a)scenarioObjects.3"/>
+ <messageLinks source="//(a)scenarioObjects.4" target="//(a)scenarioObjects.5"/>
+ <messageLinks source="//(a)scenarioObjects.6" target="//(a)scenarioObjects.7"/>
+ <participants type="Buyer"/>
+ <participants type="sto:Store"/>
+ <participants type="ca:CreditAgency"/>
+</scn:Scenario>
Added: tools/eclipse/trunk/samples/purchasing/creditAgency.xsd
===================================================================
--- tools/eclipse/trunk/samples/purchasing/creditAgency.xsd (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/creditAgency.xsd 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.jboss.org/examples/creditAgency" xmlns:tns="http://www.jboss.org/examples/creditAgency" elementFormDefault="qualified">
+
+ <element name="CreditCheckRequest" type="tns:CreditCheckType"></element>
+ <element name="CreditCheckOk" type="tns:CreditCheckType"></element>
+ <element name="CreditCheckInvalid" type="tns:CreditCheckType"></element>
+
+ <complexType name="CreditCheckType">
+ <attribute name="id" type="string"></attribute>
+ </complexType>
+</schema>
\ No newline at end of file
Added: tools/eclipse/trunk/samples/purchasing/store.xsd
===================================================================
--- tools/eclipse/trunk/samples/purchasing/store.xsd (rev 0)
+++ tools/eclipse/trunk/samples/purchasing/store.xsd 2009-12-11 19:02:20 UTC (rev 142)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.jboss.org/examples/store" xmlns:tns="http://www.jboss.org/examples/store" elementFormDefault="qualified">
+
+ <element name="BuyRequest" type="tns:StoreType"></element>
+ <element name="BuyConfirmed" type="tns:StoreType"></element>
+ <element name="BuyFailed" type="tns:StoreType"></element>
+
+ <complexType name="StoreType">
+ <attribute name="id" type="string"></attribute>
+ </complexType>
+</schema>
\ No newline at end of file
16 years, 4 months
savara SVN: r141 - tools/eclipse/trunk/features/org.pi4soa.bpmn.feature.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-11 11:44:28 -0500 (Fri, 11 Dec 2009)
New Revision: 141
Added:
tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/.project
tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/build.properties
tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml
Log:
Temporary inclusion of the pi4soa based bpmn generation from choreography. This will eventually be replaced by a more generic BPMN2 process model generator, which will work from choreography or BPMN2 choreography models.
Added: tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/.project
===================================================================
--- tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/.project (rev 0)
+++ tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/.project 2009-12-11 16:44:28 UTC (rev 141)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.pi4soa.bpmn.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/build.properties
===================================================================
--- tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/build.properties (rev 0)
+++ tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/build.properties 2009-12-11 16:44:28 UTC (rev 141)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Added: tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml
===================================================================
--- tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml (rev 0)
+++ tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml 2009-12-11 16:44:28 UTC (rev 141)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.pi4soa.feature.bpmn"
+ label="pi4soa BPMN Feature"
+ version="3.0.0.qualifier"
+ provider-name="www.pi4soa.org">
+
+ <description>
+ This is the pi4soa BPMN feature.
+ </description>
+
+ <copyright url="http://www.pi4tech.com">
+ Copyright 2005-7 Pi4 Technologies Ltd
+ </copyright>
+
+ <license url="http://www.apache.org/licenses/LICENSE-2.0.html">
+ The pi4soa tools suite is licensed under the open source Apache License, version 2.0.
+http://www.apache.org/licenses/LICENSE-2.0.html
+ </license>
+
+ <requires>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.core.runtime"/>
+ <import plugin="org.pi4soa.service"/>
+ <import plugin="org.pi4soa.cdl"/>
+ <import plugin="org.eclipse.stp.bpmn"/>
+ <import plugin="org.eclipse.gmf.runtime.notation"/>
+ <import plugin="org.eclipse.core.resources"/>
+ </requires>
+
+ <plugin
+ id="org.pi4soa.bpmn"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
16 years, 4 months
savara SVN: r140 - tools/eclipse/trunk/features.
by do-not-reply@jboss.org
Author: objectiser
Date: 2009-12-11 11:43:11 -0500 (Fri, 11 Dec 2009)
New Revision: 140
Added:
tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/
Log:
Initial import.
16 years, 4 months