Package org.projectforge.plugins.teamcal

Examples of org.projectforge.plugins.teamcal.TeamCalPlugin


  }

  public static void setup(final boolean createTestData) throws BeansException, IOException
  {
    final String [] contextFiles = { "org/projectforge/plugins/teamcal/pluginContext.xml", "org/projectforge/plugins/skillmatrix/pluginContext.xml"};
    PluginTestBase.init(contextFiles, createTestData,  new TeamCalPlugin() ,new SkillMatrixPlugin());
  }
View Full Code Here

TOP

Related Classes of org.projectforge.plugins.teamcal.TeamCalPlugin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.