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 2015/09/29 09:27:49 UTC

struts-annotations git commit: Update description

Repository: struts-annotations
Updated Branches:
  refs/heads/master fd5554e30 -> 4dafd763b


Update description


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

Branch: refs/heads/master
Commit: 4dafd763b8794598a5302cf3658c8e8c5482e97a
Parents: fd5554e
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Tue Sep 29 09:27:40 2015 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Tue Sep 29 09:27:40 2015 +0200

----------------------------------------------------------------------
 README.adoc | 2 ++
 pom.xml     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-annotations/blob/4dafd763/README.adoc
----------------------------------------------------------------------
diff --git a/README.adoc b/README.adoc
index 747c0ca..41a90ac 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,2 +1,4 @@
 # Struts Annotations Project
 
+This project is used by the Apache Struts 2 project to generate taglib info and generate tags' documentation
+based on custom annotations.

http://git-wip-us.apache.org/repos/asf/struts-annotations/blob/4dafd763/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf7ebc1..800198e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <name>Struts Annotations</name>
   <url>http://struts.apache.org</url>
   <description>
-    struts-annotations adds apt generation support for struts based annotated projects,
+    struts-annotations adds annotations processor support for struts based annotated projects,
     such as TLD and documentation generation from annotated component classes as used in struts2
   </description>