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/Build Component/Dependencies"

Line 1: Line 1:
STP depends on a whole load of other projects! For example, here are our 3.4M7 dependencies, totalling 332MB of Eclipse goodness. Of course, we can reduce this by building against the bare runtimes, rather than the SDKs.
+
STP depends on a whole load of other projects! Here are the 3.4M7 dependencies that you will need to construct the 'platform' upon which you can build and use STP project technologies. All of the links below go through to the mirror mechanisms for large Eclipse downloads and they also point to the ''runtime'' versions of the projects, not the SDKs.
  
  ~/downloads/eclipse/downloads/drops/S-3.4M7-200805020100/eclipse-SDK-3.4M7-linux-gtk-ppc.tar.gz
+
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/m2t/jet/downloads/drops/0.9.0/S200805052216/m2t-jet-runtime-incubation-0.9.0M7.zip WTP 3.0M7]
  ~/downloads/modeling/emf/query/downloads/drops/1.2.0/S200805061125/emf-query-SDK-1.2.0M7.zip
+
 
  ~/downloads/modeling/emf/emf/downloads/drops/2.4.0/S200805052017/emf-sdo-xsd-SDK-2.4.0M7.zip
+
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.4.0/S200805052017/emf-runtime-2.4.0M7.zip EMF 2.4.0M7]
  ~/downloads/modeling/emf/transaction/downloads/drops/1.2.0/S200805061205/emf-transaction-SDK-1.2.0M7.zip
+
 
  ~/downloads/modeling/emf/validation/downloads/drops/1.2.0/S200805061125/emf-validation-SDK-1.2.0M7.zip
+
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.4.0/S200805052017/xsd-runtime-2.4.0M7.zip EMF-XSD 2.4.0M7]
  ~/downloads/tools/gef/downloads/drops/3.4.0/S200804291800/GEF-SDK-3.4.0M7.zip
+
 
~/downloads/modeling/m2t/jet/downloads/drops/0.9.0/S200805052216/m2t-jet-SDK-incubation-0.9.0M7.zip
+
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/emf/query/downloads/drops/1.2.0/S200805061125/emf-query-runtime-1.2.0M7.zip EMF Query 1.2.0M7]
  ~/downloads/modeling/mdt/ocl/downloads/drops/1.2.0/S200805061053/mdt-ocl-SDK-1.2.0M7.zip
+
 
  ~/downloads/webtools/downloads/drops/R3.0/S-3.0M7-20080506040630/wtp-S-3.0M7-20080506040630.zip
+
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/emf/transaction/downloads/drops/1.2.0/S200805061205/emf-transaction-runtime-1.2.0M7.zip EMF Transaction 1.2.0M7]
  ~/downloads/modeling/gmf/gmf/downloads/drops/2.1.0/S200805092209/gmf-sdk-2.1.0M7.zip
+
 
 +
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/emf/validation/downloads/drops/1.2.0/S200805061125/emf-validation-runtime-1.2.0M7.zip EMF Validation 1.2.0M7]
 +
 
 +
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/downloads/drops/1.2.0/S200805061053/mdt-ocl-runtime-1.2.0M7.zip OCL 1.2.0M7]
 +
 
 +
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/m2t/jet/downloads/drops/0.9.0/S200805052216/m2t-jet-runtime-incubation-0.9.0M7.zip JET 0.9.0M7]
 +
 
 +
  * [http://www.eclipse.org/downloads/download.php?file=/modeling/gmf/gmf/downloads/drops/2.1.0/S200805092209/gmf-runtime-2.1.0M7.zip GMF 2.1.0M7]
 +
 
 +
* [http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.4.0/S200804291800/GEF-SDK-3.4.0M7.zip GEF 3.4.0M7] (this is an SDK)

Revision as of 10:32, 14 May 2008

STP depends on a whole load of other projects! Here are the 3.4M7 dependencies that you will need to construct the 'platform' upon which you can build and use STP project technologies. All of the links below go through to the mirror mechanisms for large Eclipse downloads and they also point to the runtime versions of the projects, not the SDKs.

* WTP 3.0M7
* EMF 2.4.0M7
* EMF-XSD 2.4.0M7
* EMF Query 1.2.0M7
* EMF Transaction 1.2.0M7
* EMF Validation 1.2.0M7
* OCL 1.2.0M7
* JET 0.9.0M7
* GMF 2.1.0M7
* GEF 3.4.0M7 (this is an SDK)

Back to the top