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 "Tigerstripe Repository Details"

(Tigerstripe Repository Content)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
 +
{{Backlink|Tigerstripe}}
 
The source code of Tigerstripe is publicly available from the Eclipse CVS repository. It can be accessed/read without requirement, it can only be modified by official committers to the project. If you want to contribute code to the project please contact us through the [news:eclipse.technology.tigerstripe eclipse.technology.tigerstripe] newsgroup.  
 
The source code of Tigerstripe is publicly available from the Eclipse CVS repository. It can be accessed/read without requirement, it can only be modified by official committers to the project. If you want to contribute code to the project please contact us through the [news:eclipse.technology.tigerstripe eclipse.technology.tigerstripe] newsgroup.  
 +
 +
== Buckkminster Set up ==
 +
The most simple way to set up a workspace for Tigerstripe development is to use [http://www.eclipse.org/buckminster Buckminster] queries.
 +
Please refer to [http://www.eclipse.org/tigerstripe/queries] to get the details about the defined CQueries for Tigerstripe.
  
 
==CVS Anonymous Access==
 
==CVS Anonymous Access==
Line 13: Line 18:
 
==Committer CVS Access==
 
==Committer CVS Access==
 
Same details as anonymous access, using ''extssh'' as the connection type and specific username/password as assigned by Eclipse.
 
Same details as anonymous access, using ''extssh'' as the connection type and specific username/password as assigned by Eclipse.
 +
 +
==Set-up a Development Environment==
 +
To set up your development environment, visit [[TigerstripeDevEnvironment|this page]].
  
 
==Tigerstripe Repository Content==
 
==Tigerstripe Repository Content==
 
The content of the Tigerstripe repository is currently organized as follows:
 
The content of the Tigerstripe repository is currently organized as follows:
 
* '''plugins/''': contains all the Eclipse plugins of the Tigerstripe project. These plugins are either plugins for Tigerstripe itself, or ''test'' plugins for the delivered plugins.
 
* '''plugins/''': contains all the Eclipse plugins of the Tigerstripe project. These plugins are either plugins for Tigerstripe itself, or ''test'' plugins for the delivered plugins.
** '''org.eclipse.tigerstripe.annotations''': base framework for generic model annotations, without any assumption on the UI.
 
** '''org.eclipse.tigerstripe.annotations.test''': JUnit tests for base annotation framework.
 
** '''org.eclipse.tigerstripe.annotations.ui''': default UI contributions for Annotations.
 
** '''org.eclipse.tigerstripe.metamodel''': the new EMF-based Model Management API for Tigerstripe. This contains the Tigerstripe ECore.
 
** '''org.eclipse.tigerstripe.workbench.base''': base framework for Tigerstripe workbench, without contribution to UI.
 
** '''org.eclipse.tigerstripe.workbench.branding''': branding project for Tigerstripe workbench feature.
 
** '''org.eclipse.tigerstripe.workbench.help''': help content for Tigerstripe workbench.
 
** '''org.eclipse.tigerstripe.workbench.optional.bulkImport''': bulk import functionality for Tigerstripe workbench. This feature is optional for the Tigerstripe workbench framework and is part of the base Tigerstripe workbench feature.
 
** '''org.eclipse.tigerstripe.workbench.optional.UML2Export''': UML2 Export for Tigerstripe Workbench. This feature is optional for the Tigerstripe workbench framework and is part of the base Tigerstripe workbench feature.
 
** '''org.eclipse.tigerstripe.workbench.ui.base''': base UI contributions for the Tigerstripe workbench feature. This plugins holds all of the contributed wizards, editors besides any graphical contribution.
 
** '''org.eclipse.tigerstripe.workbench.ui.diagramrendering''': specific contribution to automatically render diagrams as picture files. Built on GMF.
 
** '''org.eclipse.tigerstripe.workbench.ui.instancediagram''': base plugin for Instance Diagram support in Tigerstripe workbench. This was originally generated with GMF then further customized for integration with the framework.
 
** '''org.eclipse.tigerstripe.workbench.ui.instancediagram.adaptation''': plugin providing the adaptation between the base tigerstripe framework and the GMF generated code.
 
** '''org.eclipse.tigerstripe.workbench.ui.instancediagram.diagram''': Diagram code as generated by GMF and further customized for the Tigerstripe framework.
 
** '''org.eclipse.tigerstripe.workbench.ui.instancediagram.edit''': Edit code as generated by GMF and further customized for the Tigerstripe framework.
 
** '''org.eclipse.tigerstripe.workbench.ui.resources''': contains icons used in the Tigerstripe framework. This is intended to be merged into the *.ui.base plugin.
 
** '''org.eclipse.tigerstripe.workbench.ui.visualeditor''': base code for Visual Editor (Class Diagram) for Tigerstripe framework further customized for the Tigerstripe framework.
 
** '''org.eclipse.tigerstripe.workbench.ui.visualeditor.adaptation''': adaptation layer between GMF generated code and base Tigerstripe framework.
 
** '''org.eclipse.tigerstripe.workbench.ui.visualeditor.diagram''': Diagram code as generated by GMF and further customized to integration with the Tigerstripe framework.
 
** '''org.eclipse.tigerstripe.workbench.ui.visualeditor.edit''': Edit code as generated by GMF further customized for integration Tigerstripe.
 
 
* '''features/''': contains feature definitions for the Tigerstripe project.
 
* '''features/''': contains feature definitions for the Tigerstripe project.
** '''org.eclipse.tigerstripe.workbench''': the base feature for Tigerstripe workbench.
+
* '''generators/''': contains Tigerstripe Generators
 +
* '''releng/''': contains the environment we use for our continuous build environment (driven by Hudson).
 +
* '''misc/''': contains various elements related to Tigerstripe, for example a Maven plugin to run Tigerstripe headless.
 +
 
 +
The CVS Repository can browsed from [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tigerstripe/?root=Technology_Project CVSView],
  
[[Categorie:Tigerstripe]]
+
[[Category:Tigerstripe]]

Latest revision as of 18:06, 7 May 2008

< To: Tigerstripe
The source code of Tigerstripe is publicly available from the Eclipse CVS repository. It can be accessed/read without requirement, it can only be modified by official committers to the project. If you want to contribute code to the project please contact us through the eclipse.technology.tigerstripe newsgroup.

Buckkminster Set up

The most simple way to set up a workspace for Tigerstripe development is to use Buckminster queries. Please refer to [1] to get the details about the defined CQueries for Tigerstripe.

CVS Anonymous Access

Anonymous access to the Tigerstripe code is available through:

  • Host: dev.eclipse.org
  • Repository Path: /cvsroot/technology
  • User: anonymous
  • Password: <blank>
  • Connection Type: pserver

Choose the org.eclipse.tigerstripe directory.

Committer CVS Access

Same details as anonymous access, using extssh as the connection type and specific username/password as assigned by Eclipse.

Set-up a Development Environment

To set up your development environment, visit this page.

Tigerstripe Repository Content

The content of the Tigerstripe repository is currently organized as follows:

  • plugins/: contains all the Eclipse plugins of the Tigerstripe project. These plugins are either plugins for Tigerstripe itself, or test plugins for the delivered plugins.
  • features/: contains feature definitions for the Tigerstripe project.
  • generators/: contains Tigerstripe Generators
  • releng/: contains the environment we use for our continuous build environment (driven by Hudson).
  • misc/: contains various elements related to Tigerstripe, for example a Maven plugin to run Tigerstripe headless.

The CVS Repository can browsed from CVSView,

Copyright © Eclipse Foundation, Inc. All Rights Reserved.