You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/04/19 08:40:55 UTC

struts git commit: WW-4754 Marks sitegraph plugin as deprecated

Repository: struts
Updated Branches:
  refs/heads/master 5fd605eb9 -> 293d2fd17


WW-4754 Marks sitegraph plugin as deprecated


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/293d2fd1
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/293d2fd1
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/293d2fd1

Branch: refs/heads/master
Commit: 293d2fd177551736e4270c31cf4c7e65c4912352
Parents: 5fd605e
Author: Lukasz Lenart <lu...@apache.org>
Authored: Wed Apr 19 10:40:43 2017 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Wed Apr 19 10:40:43 2017 +0200

----------------------------------------------------------------------
 plugins/sitegraph/pom.xml                                    | 2 +-
 plugins/sitegraph/src/main/java/org/apache/struts2/Main.java | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/293d2fd1/plugins/sitegraph/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/sitegraph/pom.xml b/plugins/sitegraph/pom.xml
index 24f55b8..e2bb32f 100644
--- a/plugins/sitegraph/pom.xml
+++ b/plugins/sitegraph/pom.xml
@@ -31,7 +31,7 @@
 
     <artifactId>struts2-sitegraph-plugin</artifactId>
     <packaging>jar</packaging>
-    <name>Struts 2 Sitegraph Plugin</name>
+    <name>DEPRECATED: Struts 2 Sitegraph Plugin</name>
 
     <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/struts/blob/293d2fd1/plugins/sitegraph/src/main/java/org/apache/struts2/Main.java
----------------------------------------------------------------------
diff --git a/plugins/sitegraph/src/main/java/org/apache/struts2/Main.java b/plugins/sitegraph/src/main/java/org/apache/struts2/Main.java
index ced4511..bfc19ef 100644
--- a/plugins/sitegraph/src/main/java/org/apache/struts2/Main.java
+++ b/plugins/sitegraph/src/main/java/org/apache/struts2/Main.java
@@ -44,7 +44,9 @@ import java.util.List;
  * <p>You can access the help information for these tools by simply running the jar without any arguments.</p>
  *
  * <!-- END SNIPPET: javadoc -->
+ * @deprecated
  */
+@Deprecated
 public class Main {
     public static void main(String[] args) {
         if (args.length == 0) {