Skip to content

Commit

Permalink
[Misc] Remove deprecation because of plugin tech since we first need …
Browse files Browse the repository at this point in the history
…an alternative

* Note that we need to move this plugin to legacy as we have the VFS API and Macro to replace it
  • Loading branch information
vmassol committed Dec 12, 2024
1 parent 425c7d9 commit 1b8987c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions xwiki-platform-core/xwiki-platform-zipexplorer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
<type>pom</type>
<scope>test</scope>
</dependency>
<!--dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
<version>0.1.2</version>
</dependency-->
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
* See {@link com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI} for documentation.
*
* @version $Id$
* @deprecated the plugin technology is deprecated, consider rewriting as components
*/
@Deprecated
public class ZipExplorerPlugin extends XWikiDefaultPlugin
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
*
* @version $Id$
* @see com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin
* @deprecated the plugin technology is deprecated, consider rewriting as components
*/
@Deprecated
public class ZipExplorerPluginAPI extends PluginApi<ZipExplorerPlugin>
{
/**
Expand Down

0 comments on commit 1b8987c

Please sign in to comment.