Skip to main content
summaryrefslogtreecommitdiffstats
blob: fee6a1ccb35586181384c4a1d284982626e7b233 (plain) (blame)
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
2009-08-10  Anithra P Janakiraman  <anithra@linux.vnet.ibm.com>
 
	* META-INF/MANIFEST.MF: Externalize Bundle-Name,Bundle-Vendor
	* plugin.properties: Same

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

	* META-INF/MANIFEST.MF: Make version 0.3.0.qualifier.

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

	* META-INF/MANIFEST.MF: Change provider from IBM to Eclipse.

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

	* src/org/eclipse/linuxtools/systemtap/ui/ide/editors/stp/STPMetadataSingleton.java (parse): 

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

	* ChangeLog:Replacing all /org/eclipse/linuxtools/systemtap/ui/ide/editors/stp 
				files with Phil's editor code  
	* src/org/eclipse/linuxtools/systemtap/ui/ide/actions/RunScriptAction.java (isValidFile): 
	(isValid): 
	(getFilePath): 
	* src/org/eclipse/linuxtools/systemtap/ui/ide/internal/IDEPlugin.java (PLUGIN_ID): 
	(getImageDescriptor): 
	* src/org/eclipse/linuxtools/systemtap/ui/ide/preferences/PreferenceInitializer.java (initializeDefaultPreferences): 
	
2009-07-07  Anithra P Janakiraman  <anithra@linux.vnet.ibm.com>

	* ChangeLog:Refactoring. Renaming all packages directories from *.systemtapgui.
	
	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 of Systemtap editor
  

Back to the top