Quellcode durchsuchen

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>
tags/V1_9_21_1
Alexander Kriegisch vor 5 Monaten
Ursprung
Commit
ab957f165e
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4
    4
      docs/pom.xml

+ 4
- 4
docs/pom.xml Datei anzeigen

@@ -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>

Laden…
Abbrechen
Speichern