Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2011-04-22 20:29:48 +0000
committerRyan D. Brooks2011-04-22 20:29:48 +0000
commit38b1ff989eadb3229fd4c0421102e7a60a4c1554 (patch)
tree4b470b77fcecf4744ae2eb8c623b7c146a4fe22d /plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/archived/Tutorial.txt
parent87a439a142dad13c554519329ebec4da3b406f42 (diff)
downloadorg.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.tar.gz
org.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.tar.xz
org.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.zip
refactor: Introduce end-of-line normalization
Diffstat (limited to 'plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/archived/Tutorial.txt')
-rw-r--r--plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/archived/Tutorial.txt68
1 files changed, 34 insertions, 34 deletions
diff --git a/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/archived/Tutorial.txt b/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/archived/Tutorial.txt
index 2c36e548bd5..d769dc97701 100644
--- a/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/archived/Tutorial.txt
+++ b/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/archived/Tutorial.txt
@@ -1,35 +1,35 @@
-Title: OSEE, from www.eclipse.org/osee to deployment...
-
-Abstract: The Open System Engineering Environment (OSEE) eclipse project supports lean engineering across the full product life-cycle by providing an integrated and data-centric application framework. At its core is a persistence layer that provides a dynamic data model, advanced version control capabilities, and powerful search capabilities. OSEE Define provides a full requirements management solution while OSEE ATS provides for configuration management through configured teams and workflows. See http://www.eclipse.org/osee/ for more details. Whether you're interested in taking advantage of the open source requirements managagement solution that provides full requirements authoring with branching, variants and full versioning, the high powered change/workflow management that is provided by the Action Tracking System (ATS), or building a stand-alone application on the OSEE Application Framework, this tutorial will help you go from www.eclipse.org/osee to something that you can deploy for your purposes.
-__________________________________________________________________________
-People to invite
- AdaCore
- Peter -
- Peter Kerstner
- Peter Friese
-
-high level
- define company problem space: traditional approach (company needs a better way) translated to conceptual object diagram then mini-senario (quickly demo aspects that connect to the diagram)
-
- congiure, install and deploy
-
- so the entry in the whole word array list did the opposite of what we wanted. It turns out that the TIS is failing the instanceOf check. It is using the defaultFactory.
-
-
-define own data model starting from a
-initialize a local database using this data model
-create a baseline branch for your engineering project.
-After importing some existing requirements,
-we will explore some of the essential requirements management capabilities.
-configure the Action Tracking System by
- defining teams actionable items, and versions and connecting them to a workflow
- work through an instance of this newly created workflow including creating a working branch
- making and reviewing changes
- and committing back into the baseline branch.
-
-A brief overview of the key OSEE extension points will be provided and then we will jump right in and extend one of them.
-
-
-You will have the opportunity to implement your own BLAM operation as a light-weight way to automate repetitive tasks that require user input.
-
+Title: OSEE, from www.eclipse.org/osee to deployment...
+
+Abstract: The Open System Engineering Environment (OSEE) eclipse project supports lean engineering across the full product life-cycle by providing an integrated and data-centric application framework. At its core is a persistence layer that provides a dynamic data model, advanced version control capabilities, and powerful search capabilities. OSEE Define provides a full requirements management solution while OSEE ATS provides for configuration management through configured teams and workflows. See http://www.eclipse.org/osee/ for more details. Whether you're interested in taking advantage of the open source requirements managagement solution that provides full requirements authoring with branching, variants and full versioning, the high powered change/workflow management that is provided by the Action Tracking System (ATS), or building a stand-alone application on the OSEE Application Framework, this tutorial will help you go from www.eclipse.org/osee to something that you can deploy for your purposes.
+__________________________________________________________________________
+People to invite
+ AdaCore
+ Peter -
+ Peter Kerstner
+ Peter Friese
+
+high level
+ define company problem space: traditional approach (company needs a better way) translated to conceptual object diagram then mini-senario (quickly demo aspects that connect to the diagram)
+
+ congiure, install and deploy
+
+ so the entry in the whole word array list did the opposite of what we wanted. It turns out that the TIS is failing the instanceOf check. It is using the defaultFactory.
+
+
+define own data model starting from a
+initialize a local database using this data model
+create a baseline branch for your engineering project.
+After importing some existing requirements,
+we will explore some of the essential requirements management capabilities.
+configure the Action Tracking System by
+ defining teams actionable items, and versions and connecting them to a workflow
+ work through an instance of this newly created workflow including creating a working branch
+ making and reviewing changes
+ and committing back into the baseline branch.
+
+A brief overview of the key OSEE extension points will be provided and then we will jump right in and extend one of them.
+
+
+You will have the opportunity to implement your own BLAM operation as a light-weight way to automate repetitive tasks that require user input.
+
Participa \ No newline at end of file

Back to the top