Skip to content

Commit

Permalink
Issue #390: Merge uimaFIT modules into UIMAJ repository
Browse files Browse the repository at this point in the history
- Integrate uimafit documentation module into uimaj documentation module
  • Loading branch information
reckart committed Sep 23, 2024
1 parent d7072ef commit 47a4294
Show file tree
Hide file tree
Showing 20 changed files with 55 additions and 166 deletions.
1 change: 0 additions & 1 deletion aggregate-uimaj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<module>../uimafit-examples</module>
<module>../uimafit-spring</module>
<module>../uimafit-maven-plugin</module>
<module>../uimafit-documentation</module>
<module>../uimafit-cpe</module>
<module>../uimafit-benchmark</module>

Expand Down
153 changes: 0 additions & 153 deletions uimafit-documentation/pom.xml

This file was deleted.

12 changes: 12 additions & 0 deletions uimaj-documentation/.asciidoctorconfig.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + Initial AsciiDoc editor configuration file - V1.0 +
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// Did not find any configuration files, so creating this at project root level.
// If you do not like those files to be generated - you can turn it off inside Asciidoctor Editor preferences.
//
// You can define editor specific parts here.
// For example: with next line you could set imagesdir attribute to subfolder "images" relative to the folder where this config file is located.
// :imagesdir: {asciidoctorconfigdir}/images
//
// For more information please take a look at https://github.com/de-jcup/eclipse-asciidoctor-editor/wiki/Asciidoctor-configfiles
54 changes: 42 additions & 12 deletions uimaj-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<backend>html5</backend>
<attributes>
<toc>left</toc>
<imagesDir>./tug</imagesDir>
<imagesdir>./tug</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -89,7 +89,7 @@
<backend>pdf</backend>
<attributes>
<toc>preamble</toc>
<imagesDir>./tug</imagesDir>
<imagesdir>./tug</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -104,7 +104,7 @@
<backend>html5</backend>
<attributes>
<toc>left</toc>
<imagesDir>./oas</imagesDir>
<imagesdir>./oas</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -119,7 +119,7 @@
<backend>pdf</backend>
<attributes>
<toc>preamble</toc>
<imagesDir>./oas</imagesDir>
<imagesdir>./oas</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -134,7 +134,7 @@
<backend>html5</backend>
<attributes>
<toc>left</toc>
<imagesDir>./ref</imagesDir>
<imagesdir>./ref</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -149,7 +149,7 @@
<backend>pdf</backend>
<attributes>
<toc>preamble</toc>
<imagesDir>./ref</imagesDir>
<imagesdir>./ref</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -164,7 +164,7 @@
<backend>html5</backend>
<attributes>
<toc>left</toc>
<imagesDir>./tools</imagesDir>
<imagesdir>./tools</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -179,7 +179,7 @@
<backend>pdf</backend>
<attributes>
<toc>preamble</toc>
<imagesDir>./tools</imagesDir>
<imagesdir>./tools</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -194,7 +194,7 @@
<backend>html5</backend>
<attributes>
<toc>left</toc>
<imagesDir>./maint</imagesDir>
<imagesdir>./maint</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -209,7 +209,7 @@
<backend>pdf</backend>
<attributes>
<toc>preamble</toc>
<imagesDir>./maint</imagesDir>
<imagesdir>./maint</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -224,7 +224,7 @@
<backend>html5</backend>
<attributes>
<toc>left</toc>
<imagesDir>./user</imagesDir>
<imagesdir>./user</imagesdir>
</attributes>
</configuration>
</execution>
Expand All @@ -239,7 +239,37 @@
<backend>pdf</backend>
<attributes>
<toc>preamble</toc>
<imagesDir>./user</imagesDir>
<imagesdir>./user</imagesdir>
</attributes>
</configuration>
</execution>
<execution>
<id>fit-html</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<sourceDocumentName>fit.adoc</sourceDocumentName>
<backend>html5</backend>
<attributes>
<toc>left</toc>
<imagesdir>./fit</imagesdir>
</attributes>
</configuration>
</execution>
<execution>
<id>fit-pdf</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<sourceDocumentName>fit.adoc</sourceDocumentName>
<backend>pdf</backend>
<attributes>
<toc>preamble</toc>
<imagesdir>./fit</imagesdir>
</attributes>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions uimaj-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@
<!-- default configuration -->
<configuration>
<excludes combine.children="append">
<exclude>**/.asciidoctorconfig.adoc</exclude>
<!-- Eclipse launch files - no need for a license -->
<exclude>**/run_configuration/*.launch</exclude>
</excludes>
Expand Down

0 comments on commit 47a4294

Please sign in to comment.