Mercurial > people > jerboaa > scheduler-plugin
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugin.xml Thu Feb 21 20:35:38 2013 +0100 @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<plugin> + <commands> + <command type="extends"> + <name>gui</name> + <bundles> + <bundle>thermostat-tutorial-client-swing-0.0.1-SNAPSHOT.jar</bundle> + <bundle>thermostat-tutorial-client-common-0.0.1-SNAPSHOT.jar</bundle> + <bundle>thermostat-tutorial-storage-common-0.0.1-SNAPSHOT.jar</bundle> + <bundle>thermostat-tutorial-client-controllers-0.0.1-SNAPSHOT.jar</bundle> + </bundles> + </command> + </commands> +</plugin>