#!/bin/sh

find * -path template -prune -o -path "*/extension.xml" -exec dirname \{\} \;
