September 2009 Commit Log

Number of Commits:
136
Number of Active Developers:
1
soundasleep 2009-09-30 23:47 Rev.: 1233

examples are now grouped by example model
drastically increasing the readability of generated modeldoc

85 lines of code changed in 6 files:

soundasleep 2009-09-30 22:45 Rev.: 1232

exporting more generated model0_4 examples
re-exporting broken files based on r1230 fix

639 lines of code changed in 58 files:

soundasleep 2009-09-30 22:45 Rev.: 1231

adding operational semantics and examples to most other model 0.4 codegen test cases

118 lines of code changed in 11 files:

soundasleep 2009-09-30 22:43 Rev.: 1230

fixing a bug where generated clickable HTML would overwrite old HTML

8 lines of code changed in 1 file:

soundasleep 2009-09-30 16:33 Rev.: 1229

icons now point to the SVN icons

4 lines of code changed in 2 files:

soundasleep 2009-09-30 15:47 Rev.: 1228

adding inline documentation for modeldoc, based on /wiki/Model0_4

56 lines of code changed in 12 files:

soundasleep 2009-09-30 15:34 Rev.: 1227

adding many exported example models for 0.4 modeldoc, based on /wiki/Model0_4

72 lines of code changed in 29 files:

soundasleep 2009-09-30 14:32 Rev.: 1226

adding icons for different reference types

18 lines of code changed in 12 files:

soundasleep 2009-09-30 14:17 Rev.: 1225

adding support for loading javadoc modeldoc tags from block comments

195 lines of code changed in 5 files:

soundasleep 2009-09-30 13:39 Rev.: 1224

refactoring out basic javadoc parsing into a separate helper, in preparation for multi-line javadoc parsing

213 lines of code changed in 9 files:

soundasleep 2009-09-30 13:14 Rev.: 1223

implementation notes now iterates over all files within a template directory

45 lines of code changed in 4 files:

soundasleep 2009-09-30 13:08 Rev.: 1222

adding initial support for implementation notes in modeldoc, loaded from OAW template files

2800 lines of code changed in 23 files:

soundasleep 2009-09-30 12:34 Rev.: 1221

changing '@semantics' to '@inference' and '@operational'
adding modeldoc for SplitNode and JoinNode

312 lines of code changed in 17 files:

soundasleep 2009-09-30 12:08 Rev.: 1220

modeldoc now generates a list of examples

64 lines of code changed in 4 files:

soundasleep 2009-09-28 23:10 Rev.: 1219

adding basic GenModel documentation to most model elements in IAML (issue 39)

895 lines of code changed in 69 files:

soundasleep 2009-09-28 22:21 Rev.: 1218

refactoring out modeldoc generation templates
adding some basic introductory text to index page

138 lines of code changed in 3 files:

soundasleep 2009-09-28 22:14 Rev.: 1217

modeldoc generation now uses iacleaner to clean up generated output

149 lines of code changed in 3 files:

soundasleep 2009-09-28 22:07 Rev.: 1216

AdditionalDocumentations can now be parsed as Javadoc tags, linking to @model tags
cleaning up extra whitespace generated in JavaDoc code generation

168 lines of code changed in 13 files:

soundasleep 2009-09-28 21:53 Rev.: 1215

adding support for AdditionalDocumentation sourced from individual HTML files

791 lines of code changed in 19 files:

soundasleep 2009-09-28 21:27 Rev.: 1214

refactoring out configuration information into constructor parameters

437 lines of code changed in 16 files:

soundasleep 2009-09-28 20:40 Rev.: 1213

refactoring out modeldoc's Test2 mega-class into an actual class hierarchy

1737 lines of code changed in 18 files:

soundasleep 2009-09-28 17:15 Rev.: 1212

instead of using EcoreUtil's copier to create clones for model inference, we instead reload the model from the same eResource multiple times using a IModelReloader
increasing number of repeated iterations to 10

127 lines of code changed in 3 files:

soundasleep 2009-09-28 14:57 Rev.: 1211

adding a RuleBase cache for the Drools engine, to cache the compilation of rules
moving SoftCache into org.openiaml.emf.properties

202 lines of code changed in 10 files:

soundasleep 2009-09-28 13:00 Rev.: 1210

re-enabling iteration queue logging
a faster implementation of obtaining differences: simply evaluating the results already obtained
to obtain the time taken for inference, the process is now executed 5 times and the average taken

68 lines of code changed in 2 files:

soundasleep 2009-09-28 12:42 Rev.: 1209

EMF properties: difference between two given properties
EMF properties: references without containments

927 lines of code changed in 16 files:

soundasleep 2009-09-25 19:20 Rev.: 1208

performance improvements to DijkstraAlgorithm
adding a check for max children height from root

106 lines of code changed in 6 files:

soundasleep 2009-09-25 19:09 Rev.: 1207

adding a reference cycle checker
adding minimum degree checkers
can now also check the radius and diameter of containments

786 lines of code changed in 12 files:

soundasleep 2009-09-25 18:31 Rev.: 1206

adding support for ignoring generated references/attributes/types
fixing visibility of property types

330 lines of code changed in 28 files:

soundasleep 2009-09-25 18:03 Rev.: 1205

initial work in migrating properties to separate plugin

1440 lines of code changed in 34 files:

soundasleep 2009-09-25 14:22 Rev.: 1202

adding support in DijkstraAlgorithm to cache path sources, improving performance significantly

68 lines of code changed in 1 file:

soundasleep 2009-09-24 16:04 Rev.: 1201

adding measurement code for measuring a wide selection of possible model metrics (for upcoming paper) - initial work

849 lines of code changed in 2 files:

soundasleep 2009-09-24 16:04 Rev.: 1200

making getEdges() public in DijkstraAlgorithm

3 lines of code changed in 2 files:

soundasleep 2009-09-18 21:07 Rev.: 1199

cleaner no longer makes a backup of cleaned files by default

11 lines of code changed in 1 file:

soundasleep 2009-09-18 20:41 Rev.: 1198

adding tooltips to clickable maps

36 lines of code changed in 2 files:

soundasleep 2009-09-18 20:35 Rev.: 1197

adding a sample rendering of UserModifyRoles into clickable HTML

0 lines of code changed in 16 files:

soundasleep 2009-09-18 20:23 Rev.: 1196

adding support for rendering Examples (with @example tag) in modeldoc

240 lines of code changed in 14 files:

soundasleep 2009-09-18 20:20 Rev.: 1195

resolving some NullPointerExceptions being thrown while exporting images to HTML
fixing some bugs with export to HTML rendering incorrect URLs/breadcrumbs/EObjects

156 lines of code changed in 5 files:

soundasleep 2009-09-18 20:02 Rev.: 1194

resolving a bug where myRefreshSemanticElements would throw an UnsupportedOperationException, causing Semantic Refresh Failed

3 lines of code changed in 1 file:

soundasleep 2009-09-18 17:05 Rev.: 1193

adding an action to automatically export an iaml_diagram into a browsable, clickable HTML format
modifying breadcrumb to support arbitrary linking

454 lines of code changed in 4 files:

soundasleep 2009-09-18 14:28 Rev.: 1192

adding support for inherited operational and inference semantics

59 lines of code changed in 3 files:

soundasleep 2009-09-17 17:24 Rev.: 1191

adding some initial examples of semantic documentation

237 lines of code changed in 8 files:

soundasleep 2009-09-17 17:07 Rev.: 1190

changing style of @semantics to '@semantics e1,e2 ..description..'

222 lines of code changed in 5 files:

soundasleep 2009-09-17 16:01 Rev.: 1189

adding extensions to modeldoc

1566 lines of code changed in 23 files:

soundasleep 2009-09-17 15:41 Rev.: 1188

adding support for rendering constraints

91 lines of code changed in 9 files:

soundasleep 2009-09-17 15:20 Rev.: 1187

adding references and attributes to the modeldoc model

2731 lines of code changed in 19 files:

soundasleep 2009-09-17 14:51 Rev.: 1186

adding 'tagline' documentation based on EMF model
minor fixes

141 lines of code changed in 8 files:

soundasleep 2009-09-17 14:30 Rev.: 1185

cleaning up css of generated docs
adding 'name', 'abstract', 'interface' properties to modeldoc model (since OAW cannot support EDataTypes)

771 lines of code changed in 12 files:

soundasleep 2009-09-16 17:27 Rev.: 1184

adding css to generated modeldoc

54 lines of code changed in 2 files:

soundasleep 2009-09-16 17:18 Rev.: 1183

adding OAW-based output of model documentation based on the EMF model
inheritance is now explicitly placed into the modeldoc instance

767 lines of code changed in 20 files:

soundasleep 2009-09-16 15:40 Rev.: 1182

adding support for parsing inference semantics from drools files
adding support for loading graphical representations from edit plugin

8708 lines of code changed in 13 files:

soundasleep 2009-09-16 12:50 Rev.: 1181

adding initial implementation of loading operational semantics from Javadoc comments (@semantics, @model)

3023 lines of code changed in 32 files:

soundasleep 2009-09-16 00:54 Rev.: 1180

minor fixes

7 lines of code changed in 2 files:

soundasleep 2009-09-16 00:50 Rev.: 1179

adding a new project to test automatic generation of model documentation/semantics
initial import; currently loads EMF models, and OAW checks and extensions

1145 lines of code changed in 52 files:

soundasleep 2009-09-15 22:34 Rev.: 1178

regenerating generation-sync-multiple.iaml_diagram so diagram test cases may pass

33 lines of code changed in 1 file:

soundasleep 2009-09-15 18:13 Rev.: 1168

a new application should have the 'Home' page with an id of 'index' (so it generates to index.php)

1 lines of code changed in 1 file:

soundasleep 2009-09-15 18:10 Rev.: 1167

regenerating diagram editors

1228 lines of code changed in 14 files:

soundasleep 2009-09-15 17:46 Rev.: 1166

issue 101: Parameter no longer extends DataFlowEdgeDestination

4 lines of code changed in 7 files:

soundasleep 2009-09-15 17:43 Rev.: 1165

issue 98: warn user if ChainedOperation has an unused name

9 lines of code changed in 1 file:

soundasleep 2009-09-15 17:21 Rev.: 1164

fixing broken references to refactored Session properties; inference test cases now pass

15 lines of code changed in 3 files:

soundasleep 2009-09-15 00:59 Rev.: 1163

issue 96: Operation and Condition no longer extend ActivityNode; removing InternetApplication.loginHandlers

191 lines of code changed in 20 files:

soundasleep 2009-09-15 00:19 Rev.: 1162

issue 96: removing issues with DomainObject/Instances/Views also being contained as ApplicationElements

39 lines of code changed in 14 files:

soundasleep 2009-09-14 23:45 Rev.: 1161

making a new Session visual editor (resolves issue 102)

8851 lines of code changed in 41 files:

soundasleep 2009-09-14 23:21 Rev.: 1160

issue 96: refactoring the metamodel to remove Session inherits VisibleThing
updating drools, code generation, test cases

408 lines of code changed in 17 files:

soundasleep 2009-09-14 23:20 Rev.: 1159

issue 96: adding a containment test case to check features contained within multiple features

108 lines of code changed in 2 files:

soundasleep 2009-09-11 18:44 Rev.: 1156

issue 111: adding menu option to delete contained generated elements

339 lines of code changed in 5 files:

soundasleep 2009-09-11 17:24 Rev.: 1154

issue 122: adding test case to check for unique inference rule packages
cleaning up rule files
removing unnecessary "unique rule name" check

125 lines of code changed in 20 files:

soundasleep 2009-09-11 17:04 Rev.: 1153

before generating code, the initial model instance will be checked against OAW checks, and the user will be warned if there is an issue
when a RuntimeException occurs within a ProgressEnabledAction, an ErrorStatus with the given exception message will be returned instead, improving the quality of log messages

108 lines of code changed in 4 files:

soundasleep 2009-09-11 16:26 Rev.: 1152

issue 82: adding isCanceled checks to progress monitors
refactoring inference helper functions into a separate Java class

450 lines of code changed in 18 files:

soundasleep 2009-09-11 13:12 Rev.: 1151

migrating all testcase models to new model 0.4 NS
fixing bug where PrimitiveOperation would not have a generated ID
invalid GeneratorExtensions now throw exceptions rather than valid, but incorrect, values

275 lines of code changed in 143 files:

soundasleep 2009-09-11 12:12 Rev.: 1150

model NS version is now model0.4
migrating diagram tests to new model version
making a model migrator for 0.2, 0.3 to 0.4

500 lines of code changed in 61 files:

soundasleep 2009-09-11 11:12 Rev.: 1149

issue 121: adding test to check model namespace URI is synchronised

38 lines of code changed in 2 files:

soundasleep 2009-09-11 01:34 Rev.: 1148

updating test diagram models to PrimitiveOperation
updating diagram.custom code to new package declarations

291 lines of code changed in 26 files:

soundasleep 2009-09-11 01:28 Rev.: 1147

replacing generation-sync-multiple.iaml_diagram with an updated version

0 lines of code changed in 2 files:

soundasleep 2009-09-11 01:18 Rev.: 1146

adding empty package to 'domain' model package to resolve bug in GMF editor
regenerating all diagram editors

2215 lines of code changed in 63 files:

soundasleep 2009-09-11 01:13 Rev.: 1145

fixing a bug with GmfGenTestCase not setting the correct OpenDiagramBehaviour editorPart ID
making all editors no longer have two 'model' in package names 'org.openiaml.model.model.diagram.xxx'

166 lines of code changed in 11 files:

soundasleep 2009-09-10 23:29 Rev.: 1141

thanks to r1138, the diff and scripts components of the org.openiaml.model are no longer necessary

0 lines of code changed in 19 files:

soundasleep 2009-09-10 23:25 Rev.: 1140

rewriting other release tests to use the same SoftCache approach, making them considerably faster

64 lines of code changed in 3 files:

soundasleep 2009-09-10 23:17 Rev.: 1139

rewriting PluginsTestCase to also load all available plugins, not just those explicitly defined
adding EPL information to gmf.tools

651 lines of code changed in 7 files:

soundasleep 2009-09-10 22:53 Rev.: 1138

populating gmfgens with actual OpenDiagramPolicies
rewriting GmfGenTestCase to automatically populate missing GmfGen fiels with the appropriate values, making the diff scripts unnecessary

2286 lines of code changed in 18 files:

soundasleep 2009-09-10 17:37 Rev.: 1137

updating gmf model files to remove SingleOperation, and rename ChainedOperation to PrimitiveOperation

1774 lines of code changed in 28 files:

soundasleep 2009-09-10 17:15 Rev.: 1136

renamed ChainedOperation to PrimitiveOperation
removed SingleOperation from model
initial work in moving inference and codegen templates to new model
removed lastChainedOperation() method from ChainedOperation and EventTrigger; moved into inference

563 lines of code changed in 34 files:

soundasleep 2009-09-10 16:40 Rev.: 1135

adding login/logout/login test for LoginHandler[key]

29 lines of code changed in 1 file:

soundasleep 2009-09-10 16:36 Rev.: 1134

adding login/logout/login test for LoginHandler[instance]

38 lines of code changed in 2 files:

soundasleep 2009-09-10 16:19 Rev.: 1133

resolving issue 103: unknown expression element objectClass

2 lines of code changed in 1 file:

soundasleep 2009-09-10 16:12 Rev.: 1132

resolving another eclipse warning
reverting incorrect plugin dependencies of org.openiaml.model

4 lines of code changed in 2 files:

soundasleep 2009-09-10 15:28 Rev.: 1127

adding a simple tool to automate the building of multiple .gmfgen files (fixes Eclipse bug 283775)
initial release of GMF tools

886 lines of code changed in 17 files:

soundasleep 2009-09-10 14:42 Rev.: 1126

updating gmfgen diffs
updating the diff scripts to work more reliably

442 lines of code changed in 15 files:

soundasleep 2009-09-10 14:38 Rev.: 1125

updating gmfgens

2378 lines of code changed in 6 files:

soundasleep 2009-09-10 14:21 Rev.: 1124

test import of unchanged file

1232 lines of code changed in 1 file:

soundasleep 2009-09-10 14:01 Rev.: 1123

resolving "Conflict for xxx.LoadResourceAction" warnings in generated editors
adding test case to check against regression

7829 lines of code changed in 19 files:

soundasleep 2009-09-09 17:04 Rev.: 1122

issue 85: adding EPL information to the root of each plugin
adding a test case to check licencing information

5791 lines of code changed in 24 files:

soundasleep 2009-09-09 16:56 Rev.: 1121

issue 107: replace isAssignableFrom with isInstance in codegen templates

10 lines of code changed in 6 files:

soundasleep 2009-09-09 15:32 Rev.: 1120

resolving failing PartialInference diagram testcase

0 lines of code changed in 2 files:

soundasleep 2009-09-09 15:29 Rev.: 1119

if an error or execption occurs during a diagram test case, the test case will now throw it immediately, rather than logging it to the platform

173 lines of code changed in 21 files:

soundasleep 2009-09-09 13:07 Rev.: 1117

resolving failing model and release quality test cases

26 lines of code changed in 26 files:

soundasleep 2009-09-09 12:41 Rev.: 1116

removing incorrect test

0 lines of code changed in 1 file:

soundasleep 2009-09-09 12:38 Rev.: 1115

if a LoginHandler[key] already has a SetWire to an ApplicationElementProperty, it will no longer create another property in the same session

45 lines of code changed in 3 files:

soundasleep 2009-09-09 01:47 Rev.: 1114

roles and permissions can now be removed
UserModifyRoles codegen test case now passes
when removing a role, all directly inherited permissions are also removed (even if they are provided by another role)

277 lines of code changed in 6 files:

soundasleep 2009-09-09 01:09 Rev.: 1113

permissions can now be added to UserInstances (add_permission.php)

211 lines of code changed in 6 files:

soundasleep 2009-09-09 00:04 Rev.: 1112

LoginHandler[user] was not using 'do login' operation at all; fixed to now use it (and populate it) properly
adding inference test case UserModifyRoles to check inference of user-based login handlers
roles can now be added to existing user instances (add_role.php)
any two arbitrary DomainObject types can try to be casted, if possible
Parameters (and ParameterWires) are now sorted in order of name, to make sure they never change order

1056 lines of code changed in 20 files:

soundasleep 2009-09-08 15:00 Rev.: 1111

resolving UserPermissionsRecursive codegen test case
now only one LoginHandler is generated per Session, even if there are multiple AccessControlHandlers within its children

38 lines of code changed in 3 files:

soundasleep 2009-09-08 13:06 Rev.: 1110

UserPermissionsPage test case now passes

29 lines of code changed in 3 files:

soundasleep 2009-09-08 12:42 Rev.: 1109

UserRoleExtends and UserMultiplePermissions test cases now pass

12 lines of code changed in 2 files:

soundasleep 2009-09-08 12:36 Rev.: 1108

work in getting permissions-based codegen test cases to pass
ConstraintWires are now taken into account when interpreting 'permissions checks' in AccessControlHandlers
fixing a bug in casting domain inheritance instances

235 lines of code changed in 15 files:

soundasleep 2009-09-08 01:31 Rev.: 1107

adding basic support for checking that permission bits are set
UserPermissions codegen test case now passes

182 lines of code changed in 8 files:

soundasleep 2009-09-07 23:40 Rev.: 1106

initial work in getting UserModifyRoles codegen to pass
AccessControlHandlers within Pages will now generate additional instance checks

281 lines of code changed in 7 files:

soundasleep 2009-09-07 23:03 Rev.: 1105

fixing a bug where many of the tests in UserModifyRoles were not being executed
fixing a bug where Queries for DomainObject[user] SelectWires would not be re-evaluated when attributes changed
adding a check for SelectWires that have incoming Parameters, yet have no query
initial framework for adding and removing Users and Roles as part of UserModifyRoles codegen test

158 lines of code changed in 9 files:

soundasleep 2009-09-07 19:31 Rev.: 1104

implementing a SoftCache; models can be stored in the cache and discarded/repopulated when necessary. this increases performance with large models significantly

117 lines of code changed in 4 files:

soundasleep 2009-09-07 18:41 Rev.: 1103

if a DomainObjectInstance is invalid due to an invalid session key, a helpful tip will now be shown to the user

88 lines of code changed in 7 files:

soundasleep 2009-09-07 17:54 Rev.: 1102

DomainInheritanceEditing codegen test case now passes

295 lines of code changed in 7 files:

soundasleep 2009-09-07 17:53 Rev.: 1101

when a DomainInstance is created through a NewInstanceWire, the value of the instance should only populate input fields when the instance actually exists

149 lines of code changed in 4 files:

soundasleep 2009-09-07 16:47 Rev.: 1100

drools changes to satisfy r1099 inference test case

55 lines of code changed in 2 files:

soundasleep 2009-09-07 16:23 Rev.: 1099

when connecting a NewDomainInstance to a form via a SyncWire, the access->init operation should only execute if the New DomainInstance actually exists; adding inference tests to check

348 lines of code changed in 6 files:

soundasleep 2009-09-07 13:52 Rev.: 1098

adding codegen test case for editing DomainInheritance
adding out of time tests for beginAt() methods

326 lines of code changed in 6 files:

soundasleep 2009-09-07 13:08 Rev.: 1097

adding a test case for editing inheritance in domain objects
exporting images for DomainInheritance codegen test case

109 lines of code changed in 1 file:

soundasleep 2009-09-07 12:32 Rev.: 1096

fixing a bug where attributes stored directly in a DomainStore could not be read/saved

7 lines of code changed in 3 files:

soundasleep 2009-09-07 12:02 Rev.: 1095

fixing a bug where codegen templates could not handle DomainAttributeInstances stored outside of DomainObjectInstances
fixing bugs where Domain definitions would not be included before they were required in remote callbacks
refactoring some remote JS templates

83 lines of code changed in 11 files:

soundasleep 2009-09-04 21:17 Rev.: 1094

refactoring DomainObject and DomainAttributeInstance includes into dedicated include files

78 lines of code changed in 4 files:

soundasleep 2009-09-04 19:41 Rev.: 1093

fixing failing codegen test cases

18 lines of code changed in 5 files:

soundasleep 2009-09-04 19:16 Rev.: 1092

fixing bug with UserCreateRoles and UserModifyRoles test cases
UserCreateRoles codegen test case now passes
new instances of inherited objects can now be created
inherited objects can be updated

245 lines of code changed in 8 files:

soundasleep 2009-09-04 18:47 Rev.: 1091

updating database dump script to actually output entire database contents
updating css to match

50 lines of code changed in 2 files:

soundasleep 2009-09-04 15:41 Rev.: 1090

refining plugin requirements to permit a smaller development environment

9 lines of code changed in 4 files:

soundasleep 2009-09-04 14:59 Rev.: 1089

moving GMF requirements from org.openiaml.model plugin into separate org.openiaml.diagram.helpers plugin

1413 lines of code changed in 57 files:

soundasleep 2009-09-04 13:11 Rev.: 1088

fixing bug in user test cases
initial work in resolving UserCreateRoles codegen test case
adding test case to check that the correct database is being created

74 lines of code changed in 12 files:

soundasleep 2009-09-04 12:16 Rev.: 1087

fixing minor bug: SelectWire for a LoginHandler[user] did not have the right name

3 lines of code changed in 2 files:

soundasleep 2009-09-03 17:10 Rev.: 1086

fixing a bug where a SelectWire for a UserInstance would not select attributes inferred at a later stage
if script execution fails due to PHP running out of execution time, an exception is now thrown
LoginHandlerUser codegen test case now passes

89 lines of code changed in 5 files:

soundasleep 2009-09-03 16:15 Rev.: 1085

fixing minor problem with invalid template generation of parameter wires
adding add_runtime_error method to client-side JS - allows for assertProblem() testing rather than waiting for alert boxes

42 lines of code changed in 10 files:

soundasleep 2009-09-03 15:06 Rev.: 1084

UserRolesLoginHandle codegen test case now passes
adding a database dump script to print out the current database structure of existing DomainStores
User codegen tests were not initialising databases properly

160 lines of code changed in 18 files:

soundasleep 2009-09-03 13:57 Rev.: 1083

updating codegen tests to use User rather than Guest

43 lines of code changed in 14 files:

soundasleep 2009-09-03 13:44 Rev.: 1082

default user role should be 'User' not 'Guest'

80 lines of code changed in 4 files:

soundasleep 2009-09-03 00:32 Rev.: 1081

cleaning up unused dependencies in test projects
organising imports
fixing minor eclipse warnings

25 lines of code changed in 14 files:

soundasleep 2009-09-03 00:14 Rev.: 1080

issue 109: completing diagram test refactoring into separate testing plugin
adding a testing interface EclipseInheritanceInterface to allow checking action-based inference matches the complete inference

3174 lines of code changed in 117 files:

soundasleep 2009-09-02 23:07 Rev.: 1079

moving custom actions that don't require GMF into a separate plugin (org.openiaml.model.actions)

2420 lines of code changed in 65 files:

soundasleep 2009-09-02 22:36 Rev.: 1078

adding new project for editor actions

99 lines of code changed in 5 files:

soundasleep 2009-09-02 22:27 Rev.: 1077

issue 109: moving diagram tests into separate testing plugin

46 lines of code changed in 4 files:

soundasleep 2009-09-02 22:25 Rev.: 1076

updating all plugins to clean Eclipse bundle settings; setting execution environments and replacing obsolete manifest headers
removing some unused dependencies from tests

51 lines of code changed in 34 files:

August 2009 »

Generated by StatSVN 0.7.0