Last change
on this file since 30 was
29,
checked in by zeiss, 15 years ago
|
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <?eclipse version="3.4"?>
|
---|
3 | <plugin>
|
---|
4 |
|
---|
5 | <extension
|
---|
6 | id="product"
|
---|
7 | point="org.eclipse.core.runtime.products">
|
---|
8 | <product
|
---|
9 | application="de.ugoe.cs.swe.exercises.application"
|
---|
10 | name="Exercises">
|
---|
11 | <property
|
---|
12 | name="windowImages"
|
---|
13 | value="icons/alt_window_16.gif,icons/alt_window_32.gif">
|
---|
14 | </property>
|
---|
15 | <property
|
---|
16 | name="aboutText"
|
---|
17 | value="Exercises">
|
---|
18 | </property>
|
---|
19 | <property
|
---|
20 | name="aboutImage"
|
---|
21 | value="icons/about.png">
|
---|
22 | </property>
|
---|
23 | <property
|
---|
24 | name="startupForegroundColor"
|
---|
25 | value="000000">
|
---|
26 | </property>
|
---|
27 | <property
|
---|
28 | name="startupProgressRect"
|
---|
29 | value="10,375,580,15">
|
---|
30 | </property>
|
---|
31 | <property
|
---|
32 | name="startupMessageRect"
|
---|
33 | value="10,360,580,20">
|
---|
34 | </property>
|
---|
35 | <property
|
---|
36 | name="appName"
|
---|
37 | value="Exercises">
|
---|
38 | </property>
|
---|
39 | <property
|
---|
40 | name="preferenceCustomization"
|
---|
41 | value="plugin_customization.ini">
|
---|
42 | </property>
|
---|
43 | </product>
|
---|
44 | </extension>
|
---|
45 |
|
---|
46 | </plugin>
|
---|
Note: See
TracBrowser
for help on using the repository browser.