/* * This file is part of the PDT Extensions eclipse plugin. * * (c) Robert Gruendler <r.gruendler@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ package com.dubture.symfony.core.event; /** * */ public class IndexEvent { public static final String POST_BUILD = "symfony.post_build"; }