diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-05 11:30:00 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | ab957f165e1b9109772c36bd1df201f10b0ba42a (patch) | |
tree | 6b0971d9369f7bfb354323ee1667982d53d8917e /docs/pom.xml | |
parent | 66fffe032f2fda4851e83c55385199feeeee31be (diff) | |
download | aspectj-ab957f165e1b9109772c36bd1df201f10b0ba42a.tar.gz aspectj-ab957f165e1b9109772c36bd1df201f10b0ba42a.zip |
Rename doc generation profiles, making Asciidoctor the default
The Docbook etc. Ant task profile is now called 'create-docs-LEGACY' and
will go away with the cut-over to the new doc generator logic.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/pom.xml')
-rw-r--r-- | docs/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/pom.xml b/docs/pom.xml index cb6aa61c3..c7cea87e5 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,10 +12,10 @@ <profiles> <profile> - <id>create-docs-new</id> + <id>create-docs</id> <activation> <property> - <name>createDocs__NEW</name> + <name>createDocs</name> <value>true</value> </property> </activation> @@ -164,10 +164,10 @@ </build> </profile> <profile> - <id>create-docs</id> + <id>create-docs-LEGACY</id> <activation> <property> - <name>createDocs</name> + <name>createDocs_LEGACY</name> <value>true</value> </property> </activation> |