|
Lines 11-17
Link Here
|
| 11 |
* Christopher Gerking - bugs 302594, 309762, 377882, 388325, 392080, 392153 |
11 |
* Christopher Gerking - bugs 302594, 309762, 377882, 388325, 392080, 392153 |
| 12 |
* 397215, 397959, 358709, 388801, 254962, 414555 |
12 |
* 397215, 397959, 358709, 388801, 254962, 414555 |
| 13 |
* Alex Paperno - bugs 410470, 392429, 294127, 400720, 314443, 404647, 413131, |
13 |
* Alex Paperno - bugs 410470, 392429, 294127, 400720, 314443, 404647, 413131, |
| 14 |
* 274105, 274505, 415029, 419299 |
14 |
* 274105, 274505, 415029, 419299, 403440 |
| 15 |
*******************************************************************************/ |
15 |
*******************************************************************************/ |
| 16 |
package org.eclipse.m2m.tests.qvt.oml.transform; |
16 |
package org.eclipse.m2m.tests.qvt.oml.transform; |
| 17 |
|
17 |
|
|
Lines 342-347
Link Here
|
| 342 |
new FilesToFilesData("bug415661", Collections.<String>emptyList(), Collections.<String>emptyList()), //$NON-NLS-1$ |
342 |
new FilesToFilesData("bug415661", Collections.<String>emptyList(), Collections.<String>emptyList()), //$NON-NLS-1$ |
| 343 |
new FilesToFilesData("bug415310", Collections.<String>emptyList(), Collections.<String>emptyList()), //$NON-NLS-1$ |
343 |
new FilesToFilesData("bug415310", Collections.<String>emptyList(), Collections.<String>emptyList()), //$NON-NLS-1$ |
| 344 |
new FilesToFilesData("bug419299", Collections.<String>emptyList(), Collections.<String>emptyList()), //$NON-NLS-1$ |
344 |
new FilesToFilesData("bug419299", Collections.<String>emptyList(), Collections.<String>emptyList()), //$NON-NLS-1$ |
|
|
345 |
new FileToFileData("bug403440"), //$NON-NLS-1$ |
| 345 |
}; |
346 |
}; |
| 346 |
} |
347 |
} |
| 347 |
|
348 |
|