package net.sourceforge.phpeclipse.wiki.actions.mediawiki.post; import net.sourceforge.phpeclipse.wiki.editor.WikiEditorPlugin; import net.sourceforge.phpeclipse.wiki.internal.Configuration; import net.sourceforge.phpeclipse.wiki.internal.ConfigurationWorkingCopy; public class PostPlog4UORGFilesAction extends PostWikiFilesAction { protected Configuration getConfiguration() { ConfigurationWorkingCopy configuration = new ConfigurationWorkingCopy(super .getConfigurationPrefix(WikiEditorPlugin.PLOG4U_ORG_STORE)); configuration.setName("www.Plog4U.org Upload"); configuration.setURL("http://www.plog4u.org/index.php"); configuration.setType(WikiEditorPlugin.PLOG4U_ORG_STORE); return configuration; } /** * */ public PostPlog4UORGFilesAction() { super(); } }