~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.systemtap.backup.ui.editor/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011-04-01  Andrew Overholt  <overholt@redhat.com>
 
2
 
 
3
        * META-INF/MANIFEST.MF: Add "backup" bundle symbolic name to avoid
 
4
        conflicts.
 
5
 
 
6
2009-08-05  Andrew Overholt  <overholt@redhat.com>
 
7
 
 
8
        * META-INF/MANIFEST.MF: Add ".qualifier" to ensure it gets updated.
 
9
 
 
10
2009-08-05  Andrew Overholt  <overholt@redhat.com>
 
11
 
 
12
        Bug #272028
 
13
 
 
14
        * META-INF/MANIFEST.MF: Fix localization.
 
15
        * plugin.properties: Fix typo (missing 'S').
 
16
 
 
17
2009-07-08  Andrew Overholt  <overholt@redhat.com>
 
18
 
 
19
        * META-INF/MANIFEST.MF: Attempt to fix renaming situation.
 
20
        * .project: Likewise.
 
21
 
 
22
2009-07-07  Anithra P Janakiraman  <anithra@linux.vnet.ibm.com>
 
23
 
 
24
        * src/org/eclipse/linuxtools/systemtap/ui/editor/activator/Activator.java: Removed.
 
25
        * src/org/eclipse/linuxtools/systemtap/ui/editor/ColorManager.java: Removed.
 
26
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPColorConstants.java: Removed.
 
27
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPCompletionProcessor.java: Removed.
 
28
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPConfiguration.java: Removed.
 
29
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPDocumentProvider.java: Removed.
 
30
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPElementScanner.java: Removed.
 
31
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPMetadataSingleton.java: Removed.
 
32
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPPartitioner.java: Removed.
 
33
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPPartitionScanner.java: Removed.
 
34
        * src/org/eclipse/linuxtools/systemtap/ui/editor/STPReconcilingStrategy.java: Removed.
 
35
        * src/org/eclipse/linuxtools/systemtap/ui/editor/strings.properties: Removed.
 
36
        * src/org/eclipse/linuxtools/systemtap/ui/editor/SystemtapEditor.java: Removed.
 
37
        * src/org/eclipse/linuxtools/systemtap/backup/ui: New file.
 
38
        * .project: 
 
39
        * META-INF/MANIFEST.MF: 
 
40
        * plugin.xml: 
 
41
        * ChangeLog: Refactoring the code to systemtap.backup.ui*. This code
 
42
        has been merged with org.eclipse.linuxtools.systemtap.ui.ide.editors.stp.*
 
43
 
 
44
2009-01-19  Alexander Kurtakov  <akurtako@redhat.com>
 
45
 
 
46
        * .settings/org.eclipse.jdt.core.prefs: Enable more warnings.
 
47
 
 
48
2009-01-09  Phil Muldoon  <pmuldoon@redhat.com>
 
49
 
 
50
        * build.properties: Add completion/ folder to binary
 
51
        build.
 
52
 
 
53
2008-12-09  Andrew Overholt  <overholt@redhat.com>
 
54
 
 
55
        * plugin.xml: Remove erroneous metadata element under <plugin>.
 
56
 
 
57
2008-11-03  Andrew Overholt  <overholt@redhat.com>
 
58
 
 
59
        * META-INF/MANIFEST.MF: Add Bundle-ActivationPolicy.
 
60
 
 
61
2008-10-31  Andrew Overholt  <overholt@redhat.com>
 
62
 
 
63
        * META-INF/MANIFEST.MF: Use plugin.properties.
 
64
        * plugin.properties: Initial checkin.
 
65
 
 
66
2008-10-28  Andrew Overholt  <overholt@redhat.com>
 
67
 
 
68
        Bug #252489
 
69
        * META-INF/MANIFEST.MF: Set BREE to 1.6 (STPMetadataSingleton.parse uses
 
70
        ResourceBundle.containsKey).
 
71
 
 
72
2009-09-13  Phil Muldoon  <pmuldoon@redhat.com>
 
73
 
 
74
        * META-INF/MANIFEST.MF: Update to reflect
 
75
        import specifications.
 
76
        * plugin.xml: Likewise.
 
77
 
 
78
2008-09-11  Phil Muldoon  <pmuldoon@redhat.com>
 
79
 
 
80
        * .classpath: Add.
 
81
 
 
82
        * Initial import.