File: ChangeLog

package info (click to toggle)
eclipse-linuxtools 1.0.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 69,212 kB
  • sloc: java: 224,575; xml: 23,980; ansic: 15,426; python: 458; cpp: 279; sh: 251; makefile: 48
file content (82 lines) | stat: -rw-r--r-- 2,956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
2011-04-01  Andrew Overholt  <overholt@redhat.com>

	* META-INF/MANIFEST.MF: Add "backup" bundle symbolic name to avoid
	conflicts.

2009-08-05  Andrew Overholt  <overholt@redhat.com>

	* META-INF/MANIFEST.MF: Add ".qualifier" to ensure it gets updated.

2009-08-05  Andrew Overholt  <overholt@redhat.com>

	Bug #272028

	* META-INF/MANIFEST.MF: Fix localization.
	* plugin.properties: Fix typo (missing 'S').

2009-07-08  Andrew Overholt  <overholt@redhat.com>

	* META-INF/MANIFEST.MF: Attempt to fix renaming situation.
	* .project: Likewise.

2009-07-07  Anithra P Janakiraman  <anithra@linux.vnet.ibm.com>

	* src/org/eclipse/linuxtools/systemtap/ui/editor/activator/Activator.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/ColorManager.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPColorConstants.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPCompletionProcessor.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPConfiguration.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPDocumentProvider.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPElementScanner.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPMetadataSingleton.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPPartitioner.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPPartitionScanner.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/STPReconcilingStrategy.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/strings.properties: Removed.
	* src/org/eclipse/linuxtools/systemtap/ui/editor/SystemtapEditor.java: Removed.
	* src/org/eclipse/linuxtools/systemtap/backup/ui: New file.
	* .project: 
	* META-INF/MANIFEST.MF: 
	* plugin.xml: 
	* ChangeLog: Refactoring the code to systemtap.backup.ui*. This code
	has been merged with org.eclipse.linuxtools.systemtap.ui.ide.editors.stp.*

2009-01-19  Alexander Kurtakov  <akurtako@redhat.com>

	* .settings/org.eclipse.jdt.core.prefs: Enable more warnings.

2009-01-09  Phil Muldoon  <pmuldoon@redhat.com>

	* build.properties: Add completion/ folder to binary
	build.

2008-12-09  Andrew Overholt  <overholt@redhat.com>

	* plugin.xml: Remove erroneous metadata element under <plugin>.

2008-11-03  Andrew Overholt  <overholt@redhat.com>

	* META-INF/MANIFEST.MF: Add Bundle-ActivationPolicy.

2008-10-31  Andrew Overholt  <overholt@redhat.com>

	* META-INF/MANIFEST.MF: Use plugin.properties.
	* plugin.properties: Initial checkin.

2008-10-28  Andrew Overholt  <overholt@redhat.com>

	Bug #252489
	* META-INF/MANIFEST.MF: Set BREE to 1.6 (STPMetadataSingleton.parse uses
	ResourceBundle.containsKey).

2009-09-13  Phil Muldoon  <pmuldoon@redhat.com>

	* META-INF/MANIFEST.MF: Update to reflect
	import specifications.
	* plugin.xml: Likewise.

2008-09-11  Phil Muldoon  <pmuldoon@redhat.com>

	* .classpath: Add.

	* Initial import.