Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-03-26Extracted a stand-alone version of the ATL compiler to be used outside Eclips...ATL_for_AndroMDAmbohlen1-154/+16
2007-01-25Always had problems when a model to be loaded was already present in the EMF ...mbohlen1-6/+1
2007-01-25Added an easily understandable error reporting feature to the interface of th...mbohlen2-2/+89
2007-01-25antlr.jar must be packaged inside the plugin, otherwise it will not run in Ec...mbohlen1-0/+1
2007-01-21Added better debugging messages in case that a model could not be found.mbohlen1-0/+14
2006-12-27Added <uniqueVersion>false</uniqueVersion> to pom.xml in order to avoid incre...mbohlen1-0/+1
2006-12-27Added <uniqueVersion>false</uniqueVersion> to pom.xml in order to avoid incre...mbohlen1-0/+1
2006-12-27Added <uniqueVersion>false</uniqueVersion> to pom.xml in order to avoid incre...mbohlen1-0/+1
2006-12-27Added <uniqueVersion>false</uniqueVersion> to pom.xml in order to avoid incre...mbohlen1-0/+1
2006-12-25Merged with HEAD branch.mbohlen1-7/+19
2006-12-25Merged with HEAD branch.mbohlen1-16/+69
2006-12-25Removed superfluous param description.mbohlen1-1/+0
2006-10-30Added distributionManagement info so that automatic deployment to the Maven r...mbohlen3-29/+69
2006-10-30Changed group id, added dependency to antlr, added resource directory and dis...mbohlen1-1/+21
2006-10-30Changed into a deployment script for the jars which have no source code.mbohlen1-3/+4
2006-10-30Refactored compiler class so that the compiler runs in stand-alone environmen...mbohlen2-103/+152
2006-10-24Added Maven 2 nature to project.mbohlen2-1/+8
2006-10-24Small shell script to add the inner jars to the local Maven repo.mbohlen1-0/+5
2006-10-24Added build script for Maven 2.mbohlen2-0/+174
2006-10-24Reverted to use EMF 2.1 instead of EMF 2.2.mbohlen1-3/+3
2006-10-24Add target dir to prevent unintended commits.mbohlen2-0/+2
2006-10-18Added build files for Maven 2.mbohlen4-0/+105
2006-10-18Removed dependency from ASMModel to ASMModelLoader.mbohlen9-73/+101
2006-10-18Removed dependency from ASMModel to ASMModelLoader.mbohlen2-9/+9
2006-09-15corrected a bug in KM3 lexerfjouault1-0/+0
2006-09-12added handling as URL when file not foundRoot_ATL_for_AndroMDAfjouault1-1/+7
2006-09-07integrated patch provided in bug 156446 (EMF2KM3 transformation doesn't work ...fallilaire1-1575/+1711
2006-08-14added support for operators without literal (e.g. EBNF sequencing operator)fjouault1-0/+0
2006-08-14corrected getMOF so that it caches MOF and does not create it on each callfjouault1-5/+7
2006-08-14added null-check of frame in type-not-found error messagefjouault1-2/+7
2006-07-26added case if the uri given in parameter is nullfallilaire1-0/+3
2006-07-18added toBoolean method on ASMStringfallilaire1-0/+11
2006-06-19added initial support for IDs, disabled by default (TODO: add checkbox in lau...fjouault1-1/+22
2006-06-14added support for endpoint called rulefjouault1-9537/+9878
2006-06-14improved EMF 2.2 supportfallilaire1-21/+46
2006-06-08integrated patch created by Dennis Wagelaar (https://bugs.eclipse.org/bugs/at...fallilaire1-7/+41
2006-06-08integrated patch created by Dennis Wagelaar (https://bugs.eclipse.org/bugs/at...fallilaire2-27/+69
2006-06-08integrated patch created by Dennis Wagelaar (https://bugs.eclipse.org/bugs/at...fallilaire2-0/+33
2006-06-07improved error reportingfallilaire1-3/+5
2006-05-30committed patch (bug=141758) created by Dennis Wagelaarfallilaire1-7/+72
2006-05-30integrated patch (bug=141068) of Dennis Wagelaarfallilaire1-2/+15
2006-05-30applied patch created by Dennis Wagelaar (bug 140546)fallilaire1-10/+115
2006-05-30committed patch created by Nicolas Rouquette (bug 144386)fallilaire1-1/+19
2006-05-30deleted useless importfallilaire1-1/+0
2006-05-30added required methodsfallilaire1-0/+27
2006-05-16updated ATL metamodel to match present version of the parser (there was a bug...fjouault1-295/+331
2006-05-15improved error message for the case of links registered as default for severa...fjouault1-2/+3
2006-05-06changed ATL lexer so that identifier can now contain double colons (except at...fjouault1-0/+0
2006-05-06added precomputation of name to classifier Mapfjouault1-1/+56
2006-04-30corrected a bug in resource removalfjouault1-1/+3

Back to the top