Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating some ReadMe files
git-svn-id: http://umple.googlecode.com/svn/trunk@3291 6ebf9d09-8eb1-0036-9d08-68c07d1b990a
  • Loading branch information
TimLethbridge committed Dec 20, 2013
1 parent 4fd7be2 commit ee3393f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
4 changes: 3 additions & 1 deletion ReadMe.txt
Expand Up @@ -4,7 +4,9 @@ Umple is a model-oriented programming technology. It allows developers to embed

Umple is developed in itself, guaranteeing robustness, hence the Umple compiler has to be distributed with the source (in the releases directory).

Development follows a model-driven, test-driven, agile, continuous-integration process. Umple is hosted currently on Google Code at http://code.umple.org. It is mirrored on Github at https://github.com/umple/Umple Umple has been largely developed as a research project at the University of Ottawa, Canada, by numerous PhD and masters students, Many undergraduates from across Canada have also contributed. See the license file for the list of contributors.
Development follows a model-driven, test-driven, agile, continuous-integration process. Umple is hosted currently on Google Code at http://code.umple.org. It is mirrored on Github at https://github.com/umple/Umple and at SourceForge at https://sourceforge.net/projects/umple/

Umple has been largely developed as a research project at the University of Ottawa, Canada, by numerous PhD and masters students, Many undergraduates from across Canada have also contributed. See the license file for the list of contributors.

More details can be found as follows
* Umple home page: http://www.umple.org
Expand Down
15 changes: 2 additions & 13 deletions UmpleToSDL/README
@@ -1,18 +1,7 @@
This project contains the JET for generating java code using the cruise.umple
tool. The only package within the /src directory which should compile is the
cruise.umple.compiler.java which contains the working top level generating files.
the rest of the folders are simply there because JET requires that each template
be given a name and a package to put it into. Therefore, in essence, some of the
files in cruise.umple.compiler.java contain all the files in the other folders.

Contents of the cruise.umple.compiler.java folder need to be copied over the old
contents in the same package name of cruise.umple. This is not done automatically.

Notice: In case this is not done automatically by your Eclipse version on your
system, include the project cruise.umple in UmpleJetProject's build path.

Umple to SDL Notes

This subproject is incomplete and experimental only, so far.

- Umple namespaces correspond to packages in SDL;

- Umple models represent SDL specifications, each consisting of a set of packages and a system.
Expand Down
3 changes: 3 additions & 0 deletions cruise.umple.nebula/ReadMe.txt
@@ -0,0 +1,3 @@
This directory is for the new-generation Nebula code generator that
has been created for Umple and is initially used primarily for generation of
real-time C++
7 changes: 6 additions & 1 deletion dev-tools/ReadMe.txt
Expand Up @@ -24,4 +24,9 @@ For Unix, Mac and Linux users:
- Used when you want to do a basic test after doing qbumple

mumple
- packages the user manual
- packages the user manual

umple++
- A bash script to assist developers do various command line development tasks when
they have multiple trunks open

0 comments on commit ee3393f

Please sign in to comment.