Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
240 | swalkenh | 1 | PK |
2 | |||
3 | |||
4 | Comment: view everything as text, best as default plugin |
||
5 | Transform-To-File: src/plugins/textEditorPlugin/TextEditorPluginTransf |
||
6 | orm.xsl |
||
7 | Created-By: 1.4.0 (Sun Microsystems Inc.) |
||
8 | Description: ...(todo) |
||
9 | XMLEditor-Plugin-Name: TextEditor |
||
10 | Class-Path: |
||
11 | Transform-Fro-File: src/plugins/textEditorPlugin/TextEditorPluginTrans |
||
12 | formBack.xsl |
||
13 | Main-Class: src.plugins.textEditorPlugin.TextEditorPlugin |
||
14 | |||
15 | Name: src/plugins/textEditorPlugin |
||
16 | Specification-Version: 0.4 (05/07/03) |
||
17 | Specification-Title: plugin for XMLEditor |
||
18 | Implementation-Version: 0.1 (05/07/03) |
||
19 | Implementation-Title: src.plugins.textEditorPlugin |
||
20 | Implementation-Vendor: group5, software practice SS_2003, University B |
||
21 | ielefeld, Germany |
||
22 | Specification-Vendor: group5, software practice SS_2003, University Bi |
||
23 | elefeld, Germany |
||
24 | |||
25 | PK |
||
26 | |||
27 | |||
28 | |||
29 | SourceFile TextEditorPlugin.java ! / *· ± |
||
30 | |||
31 | |||
32 | |||
33 | |||
34 | |||
35 | * ss_2003 |
||
36 | * group project: XML-Editor |
||
37 | * $Id: $ |
||
38 | */ |
||
39 | |||
40 | |||
41 | |||
42 | |||
43 | |||
44 | * dummy plugin used for testing |
||
45 | */ |
||
46 | public class TextEditorPlugin { |
||
47 | |||
48 | |||
49 | System.out.println("This is the main method of a dummy TextEditor plugin"); |
||
50 | } |
||
51 | |||
52 | |||
53 |