From cf3732399bc109774827adef3a796284d045d311 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Tue, 11 Jul 2023 00:22:52 +0200 Subject: [PATCH] Rename 'annotation' to 'jellydoc-annotations' (#59) --- {annotation => jellydoc-annotations}/pom.xml | 0 {annotation => jellydoc-annotations}/schemagen-on-jelly.sh | 0 {annotation => jellydoc-annotations}/schemas/ant.xsd | 0 {annotation => jellydoc-annotations}/schemas/antlr.xsd | 0 {annotation => jellydoc-annotations}/schemas/bean.xsd | 0 {annotation => jellydoc-annotations}/schemas/beanshell.xsd | 0 {annotation => jellydoc-annotations}/schemas/betwixt.xsd | 0 {annotation => jellydoc-annotations}/schemas/bsf.xsd | 0 {annotation => jellydoc-annotations}/schemas/core.xsd | 0 {annotation => jellydoc-annotations}/schemas/define.xsd | 0 {annotation => jellydoc-annotations}/schemas/dynabean.xsd | 0 {annotation => jellydoc-annotations}/schemas/email.xsd | 0 {annotation => jellydoc-annotations}/schemas/fmt.xsd | 0 {annotation => jellydoc-annotations}/schemas/html.xsd | 0 {annotation => jellydoc-annotations}/schemas/http.xsd | 0 {annotation => jellydoc-annotations}/schemas/interaction.xsd | 0 {annotation => jellydoc-annotations}/schemas/jaxme.xsd | 0 {annotation => jellydoc-annotations}/schemas/jetty.xsd | 0 {annotation => jellydoc-annotations}/schemas/jface.xsd | 0 {annotation => jellydoc-annotations}/schemas/jms.xsd | 0 {annotation => jellydoc-annotations}/schemas/jmx.xsd | 0 {annotation => jellydoc-annotations}/schemas/jsl.xsd | 0 {annotation => jellydoc-annotations}/schemas/junit.xsd | 0 {annotation => jellydoc-annotations}/schemas/log.xsd | 0 {annotation => jellydoc-annotations}/schemas/memory.xsd | 0 {annotation => jellydoc-annotations}/schemas/ojb.xsd | 0 {annotation => jellydoc-annotations}/schemas/quartz.xsd | 0 {annotation => jellydoc-annotations}/schemas/regexp.xsd | 0 {annotation => jellydoc-annotations}/schemas/soap.xsd | 0 {annotation => jellydoc-annotations}/schemas/sql.xsd | 0 {annotation => jellydoc-annotations}/schemas/swing.xsd | 0 {annotation => jellydoc-annotations}/schemas/swt.xsd | 0 {annotation => jellydoc-annotations}/schemas/threads.xsd | 0 {annotation => jellydoc-annotations}/schemas/util.xsd | 0 {annotation => jellydoc-annotations}/schemas/validate.xsd | 0 {annotation => jellydoc-annotations}/schemas/velocity.xsd | 0 {annotation => jellydoc-annotations}/schemas/xml.xsd | 0 {annotation => jellydoc-annotations}/schemas/xmlunit.xsd | 0 .../java/org/jvnet/maven/jellydoc/annotation/NoContent.java | 0 .../main/java/org/jvnet/maven/jellydoc/annotation/Required.java | 0 .../java/org/jvnet/maven/jellydoc/annotation/TagLibUri.java | 0 pom.xml | 2 +- 42 files changed, 1 insertion(+), 1 deletion(-) rename {annotation => jellydoc-annotations}/pom.xml (100%) rename {annotation => jellydoc-annotations}/schemagen-on-jelly.sh (100%) rename {annotation => jellydoc-annotations}/schemas/ant.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/antlr.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/bean.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/beanshell.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/betwixt.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/bsf.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/core.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/define.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/dynabean.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/email.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/fmt.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/html.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/http.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/interaction.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/jaxme.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/jetty.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/jface.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/jms.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/jmx.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/jsl.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/junit.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/log.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/memory.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/ojb.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/quartz.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/regexp.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/soap.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/sql.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/swing.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/swt.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/threads.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/util.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/validate.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/velocity.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/xml.xsd (100%) rename {annotation => jellydoc-annotations}/schemas/xmlunit.xsd (100%) rename {annotation => jellydoc-annotations}/src/main/java/org/jvnet/maven/jellydoc/annotation/NoContent.java (100%) rename {annotation => jellydoc-annotations}/src/main/java/org/jvnet/maven/jellydoc/annotation/Required.java (100%) rename {annotation => jellydoc-annotations}/src/main/java/org/jvnet/maven/jellydoc/annotation/TagLibUri.java (100%) diff --git a/annotation/pom.xml b/jellydoc-annotations/pom.xml similarity index 100% rename from annotation/pom.xml rename to jellydoc-annotations/pom.xml diff --git a/annotation/schemagen-on-jelly.sh b/jellydoc-annotations/schemagen-on-jelly.sh similarity index 100% rename from annotation/schemagen-on-jelly.sh rename to jellydoc-annotations/schemagen-on-jelly.sh diff --git a/annotation/schemas/ant.xsd b/jellydoc-annotations/schemas/ant.xsd similarity index 100% rename from annotation/schemas/ant.xsd rename to jellydoc-annotations/schemas/ant.xsd diff --git a/annotation/schemas/antlr.xsd b/jellydoc-annotations/schemas/antlr.xsd similarity index 100% rename from annotation/schemas/antlr.xsd rename to jellydoc-annotations/schemas/antlr.xsd diff --git a/annotation/schemas/bean.xsd b/jellydoc-annotations/schemas/bean.xsd similarity index 100% rename from annotation/schemas/bean.xsd rename to jellydoc-annotations/schemas/bean.xsd diff --git a/annotation/schemas/beanshell.xsd b/jellydoc-annotations/schemas/beanshell.xsd similarity index 100% rename from annotation/schemas/beanshell.xsd rename to jellydoc-annotations/schemas/beanshell.xsd diff --git a/annotation/schemas/betwixt.xsd b/jellydoc-annotations/schemas/betwixt.xsd similarity index 100% rename from annotation/schemas/betwixt.xsd rename to jellydoc-annotations/schemas/betwixt.xsd diff --git a/annotation/schemas/bsf.xsd b/jellydoc-annotations/schemas/bsf.xsd similarity index 100% rename from annotation/schemas/bsf.xsd rename to jellydoc-annotations/schemas/bsf.xsd diff --git a/annotation/schemas/core.xsd b/jellydoc-annotations/schemas/core.xsd similarity index 100% rename from annotation/schemas/core.xsd rename to jellydoc-annotations/schemas/core.xsd diff --git a/annotation/schemas/define.xsd b/jellydoc-annotations/schemas/define.xsd similarity index 100% rename from annotation/schemas/define.xsd rename to jellydoc-annotations/schemas/define.xsd diff --git a/annotation/schemas/dynabean.xsd b/jellydoc-annotations/schemas/dynabean.xsd similarity index 100% rename from annotation/schemas/dynabean.xsd rename to jellydoc-annotations/schemas/dynabean.xsd diff --git a/annotation/schemas/email.xsd b/jellydoc-annotations/schemas/email.xsd similarity index 100% rename from annotation/schemas/email.xsd rename to jellydoc-annotations/schemas/email.xsd diff --git a/annotation/schemas/fmt.xsd b/jellydoc-annotations/schemas/fmt.xsd similarity index 100% rename from annotation/schemas/fmt.xsd rename to jellydoc-annotations/schemas/fmt.xsd diff --git a/annotation/schemas/html.xsd b/jellydoc-annotations/schemas/html.xsd similarity index 100% rename from annotation/schemas/html.xsd rename to jellydoc-annotations/schemas/html.xsd diff --git a/annotation/schemas/http.xsd b/jellydoc-annotations/schemas/http.xsd similarity index 100% rename from annotation/schemas/http.xsd rename to jellydoc-annotations/schemas/http.xsd diff --git a/annotation/schemas/interaction.xsd b/jellydoc-annotations/schemas/interaction.xsd similarity index 100% rename from annotation/schemas/interaction.xsd rename to jellydoc-annotations/schemas/interaction.xsd diff --git a/annotation/schemas/jaxme.xsd b/jellydoc-annotations/schemas/jaxme.xsd similarity index 100% rename from annotation/schemas/jaxme.xsd rename to jellydoc-annotations/schemas/jaxme.xsd diff --git a/annotation/schemas/jetty.xsd b/jellydoc-annotations/schemas/jetty.xsd similarity index 100% rename from annotation/schemas/jetty.xsd rename to jellydoc-annotations/schemas/jetty.xsd diff --git a/annotation/schemas/jface.xsd b/jellydoc-annotations/schemas/jface.xsd similarity index 100% rename from annotation/schemas/jface.xsd rename to jellydoc-annotations/schemas/jface.xsd diff --git a/annotation/schemas/jms.xsd b/jellydoc-annotations/schemas/jms.xsd similarity index 100% rename from annotation/schemas/jms.xsd rename to jellydoc-annotations/schemas/jms.xsd diff --git a/annotation/schemas/jmx.xsd b/jellydoc-annotations/schemas/jmx.xsd similarity index 100% rename from annotation/schemas/jmx.xsd rename to jellydoc-annotations/schemas/jmx.xsd diff --git a/annotation/schemas/jsl.xsd b/jellydoc-annotations/schemas/jsl.xsd similarity index 100% rename from annotation/schemas/jsl.xsd rename to jellydoc-annotations/schemas/jsl.xsd diff --git a/annotation/schemas/junit.xsd b/jellydoc-annotations/schemas/junit.xsd similarity index 100% rename from annotation/schemas/junit.xsd rename to jellydoc-annotations/schemas/junit.xsd diff --git a/annotation/schemas/log.xsd b/jellydoc-annotations/schemas/log.xsd similarity index 100% rename from annotation/schemas/log.xsd rename to jellydoc-annotations/schemas/log.xsd diff --git a/annotation/schemas/memory.xsd b/jellydoc-annotations/schemas/memory.xsd similarity index 100% rename from annotation/schemas/memory.xsd rename to jellydoc-annotations/schemas/memory.xsd diff --git a/annotation/schemas/ojb.xsd b/jellydoc-annotations/schemas/ojb.xsd similarity index 100% rename from annotation/schemas/ojb.xsd rename to jellydoc-annotations/schemas/ojb.xsd diff --git a/annotation/schemas/quartz.xsd b/jellydoc-annotations/schemas/quartz.xsd similarity index 100% rename from annotation/schemas/quartz.xsd rename to jellydoc-annotations/schemas/quartz.xsd diff --git a/annotation/schemas/regexp.xsd b/jellydoc-annotations/schemas/regexp.xsd similarity index 100% rename from annotation/schemas/regexp.xsd rename to jellydoc-annotations/schemas/regexp.xsd diff --git a/annotation/schemas/soap.xsd b/jellydoc-annotations/schemas/soap.xsd similarity index 100% rename from annotation/schemas/soap.xsd rename to jellydoc-annotations/schemas/soap.xsd diff --git a/annotation/schemas/sql.xsd b/jellydoc-annotations/schemas/sql.xsd similarity index 100% rename from annotation/schemas/sql.xsd rename to jellydoc-annotations/schemas/sql.xsd diff --git a/annotation/schemas/swing.xsd b/jellydoc-annotations/schemas/swing.xsd similarity index 100% rename from annotation/schemas/swing.xsd rename to jellydoc-annotations/schemas/swing.xsd diff --git a/annotation/schemas/swt.xsd b/jellydoc-annotations/schemas/swt.xsd similarity index 100% rename from annotation/schemas/swt.xsd rename to jellydoc-annotations/schemas/swt.xsd diff --git a/annotation/schemas/threads.xsd b/jellydoc-annotations/schemas/threads.xsd similarity index 100% rename from annotation/schemas/threads.xsd rename to jellydoc-annotations/schemas/threads.xsd diff --git a/annotation/schemas/util.xsd b/jellydoc-annotations/schemas/util.xsd similarity index 100% rename from annotation/schemas/util.xsd rename to jellydoc-annotations/schemas/util.xsd diff --git a/annotation/schemas/validate.xsd b/jellydoc-annotations/schemas/validate.xsd similarity index 100% rename from annotation/schemas/validate.xsd rename to jellydoc-annotations/schemas/validate.xsd diff --git a/annotation/schemas/velocity.xsd b/jellydoc-annotations/schemas/velocity.xsd similarity index 100% rename from annotation/schemas/velocity.xsd rename to jellydoc-annotations/schemas/velocity.xsd diff --git a/annotation/schemas/xml.xsd b/jellydoc-annotations/schemas/xml.xsd similarity index 100% rename from annotation/schemas/xml.xsd rename to jellydoc-annotations/schemas/xml.xsd diff --git a/annotation/schemas/xmlunit.xsd b/jellydoc-annotations/schemas/xmlunit.xsd similarity index 100% rename from annotation/schemas/xmlunit.xsd rename to jellydoc-annotations/schemas/xmlunit.xsd diff --git a/annotation/src/main/java/org/jvnet/maven/jellydoc/annotation/NoContent.java b/jellydoc-annotations/src/main/java/org/jvnet/maven/jellydoc/annotation/NoContent.java similarity index 100% rename from annotation/src/main/java/org/jvnet/maven/jellydoc/annotation/NoContent.java rename to jellydoc-annotations/src/main/java/org/jvnet/maven/jellydoc/annotation/NoContent.java diff --git a/annotation/src/main/java/org/jvnet/maven/jellydoc/annotation/Required.java b/jellydoc-annotations/src/main/java/org/jvnet/maven/jellydoc/annotation/Required.java similarity index 100% rename from annotation/src/main/java/org/jvnet/maven/jellydoc/annotation/Required.java rename to jellydoc-annotations/src/main/java/org/jvnet/maven/jellydoc/annotation/Required.java diff --git a/annotation/src/main/java/org/jvnet/maven/jellydoc/annotation/TagLibUri.java b/jellydoc-annotations/src/main/java/org/jvnet/maven/jellydoc/annotation/TagLibUri.java similarity index 100% rename from annotation/src/main/java/org/jvnet/maven/jellydoc/annotation/TagLibUri.java rename to jellydoc-annotations/src/main/java/org/jvnet/maven/jellydoc/annotation/TagLibUri.java diff --git a/pom.xml b/pom.xml index 2a99444..b003273 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ jellydoc-maven-plugin - annotation + jellydoc-annotations taglib-xml-writer