Mercurial > people > jerboaa > scheduler-plugin
annotate plugin.xml @ 8:42d774fd621d
Update to work with latest Thermostat head.
author | Severin Gehwolf <sgehwolf@redhat.com> |
---|---|
date | Thu, 21 Feb 2013 20:35:38 +0100 |
parents | plugin.conf@8953d6ef1f06 |
children |
rev | line source |
---|---|
5
8953d6ef1f06
Add initial database abstraction.
Mario Torre <neugens.limasoftware@gmail.com>
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
8953d6ef1f06
Add initial database abstraction.
Mario Torre <neugens.limasoftware@gmail.com>
parents:
diff
changeset
|
2 <plugin> |
8953d6ef1f06
Add initial database abstraction.
Mario Torre <neugens.limasoftware@gmail.com>
parents:
diff
changeset
|
3 <commands> |
8
42d774fd621d
Update to work with latest Thermostat head.
Severin Gehwolf <sgehwolf@redhat.com>
parents:
5
diff
changeset
|
4 <command type="extends"> |
5
8953d6ef1f06
Add initial database abstraction.
Mario Torre <neugens.limasoftware@gmail.com>
parents:
diff
changeset
|
5 <name>gui</name> |
8953d6ef1f06
Add initial database abstraction.
Mario Torre <neugens.limasoftware@gmail.com>
parents:
diff
changeset
|
6 <bundles> |
8
42d774fd621d
Update to work with latest Thermostat head.
Severin Gehwolf <sgehwolf@redhat.com>
parents:
5
diff
changeset
|
7 <bundle>thermostat-tutorial-client-swing-0.0.1-SNAPSHOT.jar</bundle> |
42d774fd621d
Update to work with latest Thermostat head.
Severin Gehwolf <sgehwolf@redhat.com>
parents:
5
diff
changeset
|
8 <bundle>thermostat-tutorial-client-common-0.0.1-SNAPSHOT.jar</bundle> |
42d774fd621d
Update to work with latest Thermostat head.
Severin Gehwolf <sgehwolf@redhat.com>
parents:
5
diff
changeset
|
9 <bundle>thermostat-tutorial-storage-common-0.0.1-SNAPSHOT.jar</bundle> |
42d774fd621d
Update to work with latest Thermostat head.
Severin Gehwolf <sgehwolf@redhat.com>
parents:
5
diff
changeset
|
10 <bundle>thermostat-tutorial-client-controllers-0.0.1-SNAPSHOT.jar</bundle> |
5
8953d6ef1f06
Add initial database abstraction.
Mario Torre <neugens.limasoftware@gmail.com>
parents:
diff
changeset
|
11 </bundles> |
8
42d774fd621d
Update to work with latest Thermostat head.
Severin Gehwolf <sgehwolf@redhat.com>
parents:
5
diff
changeset
|
12 </command> |
5
8953d6ef1f06
Add initial database abstraction.
Mario Torre <neugens.limasoftware@gmail.com>
parents:
diff
changeset
|
13 </commands> |
8953d6ef1f06
Add initial database abstraction.
Mario Torre <neugens.limasoftware@gmail.com>
parents:
diff
changeset
|
14 </plugin> |