| 2011-04-01 Severin Gehwolf <sgehwolf@redhat.com> |
| |
| * META-INF/MANIFEST.MF: Use JavaHL client adapter. |
| * pom.xml: Don't run SWTBot tests in UI thread. |
| |
| 2011-03-29 Andrew Overholt <overholt@redhat.com> |
| |
| * META-INF/MANIFEST.MF: Add Subclipse dependencies to have complete dep. chain |
| specified. |
| |
| 2011-01-28 Severin Gehwolf <sgehwolf@redhat.com> |
| |
| * src/org/eclipse/linuxtools/changelog/ui/tests/swtbot/AddChangelogEntrySWTBotTest.java (beforeClass): |
| Close subclipse's usage reporting pop-up. |
| * src/org/eclipse/linuxtools/changelog/ui/tests/swtbot/CreateChangeLogFromHistorySWTBotTest.java (beforeClass): |
| Ditto. |
| * src/org/eclipse/linuxtools/changelog/ui/tests/swtbot/DisabledPrepareChangelogSWTBotTest.java (beforeClass): |
| Ditto. |
| * src/org/eclipse/linuxtools/changelog/ui/tests/swtbot/FormatChangeLogSWTBotTest.java (beforeClass): |
| Ditto. |
| * src/org/eclipse/linuxtools/changelog/ui/tests/swtbot/PrepareChangelogSWTBotTest.java (beforeClass): |
| Ditto. |
| |
| 2011-01-17 Jeff Johnston <jjohnstn@redhat.com> |
| |
| * src/org/eclipse/linuxtools/changelog/ui/tests/utils/ProjectExplorerTreeItemAppearsCondition.java (test): |
| Remove extraneous override directive. |
| (init): Ditto. |
| (getFailureMessage): Ditto. |
| * src/org/eclipse/linuxtools/changelog/ui/tests/utils/SVNProjectCreatedCondition.java (test): Ditto. |
| (init): Ditto. |
| (getFailureMessage): Ditto. |
| * src/org/eclipse/linuxtools/changelog/ui/tests/utils/TableAppearsCondition.java (test): Ditto. |
| (init): Ditto. |
| (getFailureMessage): Ditto. |
| * src/org/eclipse/linuxtools/changelog/ui/tests/utils/TreeItemAppearsCondition.java (test): Ditto. |
| (init): Ditto. |
| (getFailureMessage): Ditto. |
| |
| 2011-01-13 Andrew Overholt <overholt@redhat.com> |
| |
| * src/: Re-naming directories to account for refactoring. |
| |
| 2011-01-10 Severin Gehwolf <sgehwolf@redhat.com> |
| |
| * .project: Rename plug-in to org.eclipse.linuxtools.changelog.ui.tests. |
| |
| 2010-12-20 Severin Gehwolf <sgehwolf@redhat.com> |
| |
| * META-INF/MANIFEST.MF: Add Java 5 to list of execution environments. |
| * javaCompiler...args: Removed. |
| |
| 2010-12-20 Severin Gehwolf <sgehwolf@redhat.com> |
| |
| * build.xml: New file. Added for build support with upstream eclipse. |
| * javaCompiler...args: New file. |
| |
| 2010-12-14 Severin Gehwolf <sgehwolf@redhat.com> |
| |
| * src/org/eclipse/linuxtools/changelog/tests/ui/swtbot/FormatChangeLogSWTBotTest.java: Refactored test to not use |
| SVN project. |
| |
| 2010-12-14 Severin Gehwolf <sgehwolf@redhat.com> |
| |
| Added org.eclipse.linuxtools.changelog.tests.ui plug-in. |
| * .classpath: New file. |
| * .project: New file. |
| * .settings/org.eclipse.jdt.core.prefs: New file. |
| * build.properties: New file. |
| * META-INF/MANIFEST.MF: New file. |
| * screenshots/canFormatChangeLogFile\(org.eclipse.linuxtools.changelog.tests.ui.swtbot.FormatChangeLogSWTBotTest\).jpeg: New file. |
| * screenshots/canPrepareChangeLogFromSVNHistory\(org.eclipse.linuxtools.changelog.tests.ui.swtbot.FormatChangeLogSWTBotTest\).jpeg: New file. |
| * src/log4j.xml: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/utils/ContextMenuHelper.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/utils/ProjectExplorer.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/utils/ProjectExplorerTreeItemAppearsCondition.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/utils/SVNProject.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/utils/SVNProjectCreatedCondition.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/utils/SVNReporsitoriesView.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/utils/TableAppearsCondition.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/utils/TreeItemAppearsCondition.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/swtbot/AddChangelogEntrySWTBotTest.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/swtbot/AllSWTBotTests.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/swtbot/CreateChangeLogFromHistorySWTBotTest.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/swtbot/DisabledPrepareChangelogSWTBotTest.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/swtbot/FormatChangeLogSWTBotTest.java: New file. |
| * src/org/eclipse/linuxtools/changelog/tests/ui/swtbot/PrepareChangelogSWTBotTest.java: New file. |