Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STP/Source Code"

< STP
 
Line 1: Line 1:
= Source Code =
+
{| border="0" cellspacing="15" valign="top" style="width:100%;"
  
== BPMN Modeler ==
+
|-valign="top"
 +
|style="width:50%;"|
 +
<h1>Where's the Source?</h1>
 +
STP uses SVN, and is a multi-repository project, with one repository for each sub-project or component. Individual components can be built (in most cases) independently, but sometimes cross-dependencies exist, and of course a full roll-up build implies access to all the relevant repositories.
  
See the [http://www.eclipse.org/bpmn/source_code.php|BPMN modeler website].
+
SVN repositories can be access through the HTTP protocol, for anonymous read-only checkouts, and the SVN+SSH protocol, for committer checkouts. Here are the repository locations.
  
== SCA Tools ==
+
* ''BPMN Modeler Project'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn-modeler
 +
* ''SCA Tools Project'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.sca-tools
 +
* ''WS Policy Editor'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.policy-editor
 +
* ''SOA Intermediate Model'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.intermediate-model
 +
* ''BPEL 2 Java Framework'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpel2java
 +
* ''Enterprise Integration Designer'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.enterprise-integration
  
As explained on the [[STP/SCA_Component|wiki]], the source code for SCA tools can be found [http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.sca-tools/org.eclipse.stp.sca/ here].
+
There are other supporting repositories too that you may not be using on a day-to-day basis - we have a repository that contains the top-level build for all components and projects, a sandbox to serve as a temporary contribution space and an archive, which is where we put retired components, so that they don't clutter up the place.
  
== Policy Editor ==
+
* ''SOA Tools Build'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.build
 
+
* ''The Sandbox'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.sandbox
== BPEL2Java ==
+
* ''The Archive'' :  http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.archive
 
+
|}
== Intermediate Model ==
+

Latest revision as of 12:46, 23 March 2009

Where's the Source?

STP uses SVN, and is a multi-repository project, with one repository for each sub-project or component. Individual components can be built (in most cases) independently, but sometimes cross-dependencies exist, and of course a full roll-up build implies access to all the relevant repositories.

SVN repositories can be access through the HTTP protocol, for anonymous read-only checkouts, and the SVN+SSH protocol, for committer checkouts. Here are the repository locations.

There are other supporting repositories too that you may not be using on a day-to-day basis - we have a repository that contains the top-level build for all components and projects, a sandbox to serve as a temporary contribution space and an archive, which is where we put retired components, so that they don't clutter up the place.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.