Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 57a6aeee3590fcdb14591d8e8ef1a17428a2253b (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                                 



                                                                                

                                                  




                                                                             


                                                                             

                                                  




                                                                                                                         




















                                                                                                                                                     
                                                                                                        
                                                                                                        
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.

Back to the top