Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gmt-dev] Initial CVS structure

Hi Ed,
The general structure should always start with org/eclipse/gmt
Within that structure there should be some sub-structures: fuut for me and
umlx for you.
so, within org/eclipse/gmt/umlx you can do whatever you like. If you have
any java, the package names should reflect that.
Regards, Ghica.

----- Original Message -----
From: "Willink, Ed" <Ed.Willink@xxxxxxxxxxxxxxx>
To: "Gmt-Dev (E-mail)" <gmt-dev@xxxxxxxxxxx>
Sent: 27 May, 2003 19:55
Subject: [gmt-dev] Initial CVS structure


> Hi All
>
> I would like to put my current code under Eclipse CVS as soon as
> possible. Below is an indication of my first stab at a directory
> structure, with an indication of what I actually have to populate
> it.
>
> gmt-home
> doc
> umlx (UmlxGraphicalLanguage.pdf)
>
>
> org.eclipse.gmt
> binaries
> NT (XmiEmitter.dll,
> UmlxDecorator.dll)
> doc
> umlx (UmlxGraphicalLanguage.doc)
> examples
> compiled
> models
> libraries (nicexsl.jar, saxon.jar)
> tools
> gme
> XmiEmitter (~20 DevStudio sources)
> UmlxDecorator (~20 DevStudio sources)
> transforms
> compiled
> models
> umlx
> bootstrap (~20 NiceXSL, XSLT sources)
> compiled
> xslt
> java
> ...
> language (Umlx.mga, Umlx.xmp)
> models (UmlxCompiler.mga)
>
> Comments?
>
> I had a rummage around to find typical copyrights, they're
> generally missing on low level stuff, but otherwise it seems to always
> be IBM et al. So I plan to put something like
>
>
/***************************************************************************
> ****
>  * XMI 2.0 Emitter for GME
>  *
>  * Copyright (c) 2003 IBM Corporation and others.
>  * All rights reserved. This program and the accompanying materials
>  * are made available under the terms of the Common Public License v1.0
>  * which accompanies this distribution, and is available at
>  * http://www.eclipse.org/legal/cpl-v10.html
>  *
>  * Contributors: E.D.Willink
>  *EDW  2-Dec-2002 Original
>  *EDW 27-May-2003 Change xmi:type to xsi:type
>
>
****************************************************************************
> ***/
>
> on files with a non-trivial manual contribution.
>
> Regards
>
> Ed Willink
>
> ------------------------------------------------------------------------
> E.D.Willink,                             Email: mailto:EdWillink@xxxxxxx
> Thales Research and Technology (UK) Ltd, Tel:  +44 118 923 8278 (direct)
> Worton Drive,                            or  +44 118 986 8601 (ext 8278)
> Worton Grange Business Park,             Fax:  +44 118 923 8399
> Reading,   RG2 0SB
> ENGLAND          http://www.computing.surrey.ac.uk/personal/pg/E.Willink
> ------------------------------------------------------------------------
> (formerly Racal Research and Thomson-CSF)
>
> As the originator, I grant the addressee permission to divulge
> this email and any files transmitted with it to relevant third parties.
> _______________________________________________
> gmt-dev mailing list
> gmt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/gmt-dev
>
> --
> This message has been scanned for viruses and dangerous content by
MoveNext MailScanner, and is believed to be clean.
>



Back to the top