Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
240 | swalkenh | 1 | PK |
260 | swalkenh | 2 | |
3 | |||
240 | swalkenh | 4 | Comment: you can set named regions on pictures |
5 | Transform-To-File: src/plugins/regionEditorPlugin/RegionEditorPluginTr |
||
6 | ansform.xsl |
||
7 | Created-By: 1.4.0 (Sun Microsystems Inc.) |
||
8 | Description: ...(todo) |
||
9 | XMLEditor-Plugin-Name: RegionEditor |
||
10 | Class-Path: ImagePlugin.jar |
||
11 | Transform-Fro-File: src/plugins/regionEditorPlugin/RegionEditorPluginT |
||
260 | swalkenh | 12 | ransformBack.xsl |
240 | swalkenh | 13 | Main-Class: src.plugins.regionEditorPlugin.RegionEditorPlugin |
14 | |||
15 | Name: src/plugins/regionEditorPlugin |
||
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.regionEditorPlugin |
||
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 |
||
260 | swalkenh | 26 | |
240 | swalkenh | 27 | |
28 | |||
29 | SourceFile RegionEditorPlugin.java ! / *· ± |
||
30 | |||
31 | |||
32 | |||
33 | |||
260 | swalkenh | 34 | |
35 | * ss_2003 |
||
36 | * group project: XML-Editor |
||
37 | * $Id: RegionEditorPlugin.java,v 1.1 2003/07/07 09:44:33 swalkenh Exp $ |
||
38 | */ |
||
39 | |||
40 | |||
41 | |||
42 | |||
43 | |||
44 | * dummy plugin used for testing |
||
45 | */ |
||
46 | public class RegionEditorPlugin { |
||
47 | |||
48 | |||
49 | System.out.println("This is the main method of a dummy RegionEditor plugin"); |
||
50 | } |
||
51 | |||
52 | |||
240 | swalkenh | 53 |