386386 <include >src/main/scripts/create-dmg-mac.sh</include >
387387 </includes >
388388 <excludes >
389- <exclude >src/main/config/**</exclude > <!-- config files in the distribution don't need copyright headers -->
389+ <!-- Config files in the distribution don't need copyright headers -->
390+ <exclude >src/main/config/**</exclude >
390391 </excludes >
391392 </licenseSet >
392393 <licenseSet >
406407 <include >src/main/xslt/**</include >
407408 </includes >
408409 <excludes >
409- <exclude >src/main/config/**</exclude > <!-- config files in the distribution don't need copyright headers -->
410+ <!-- Config files in the distribution don't need copyright headers -->
411+ <exclude >src/main/config/**</exclude >
410412 <exclude >src/main/xslt/configure_10_0.dtd</exclude >
411413 <exclude >src/main/xslt/jakartaee_9.xsd</exclude >
412414 <exclude >src/main/xslt/jakartaee_web_services_client_2_0.xsd</exclude >
772774 </goals >
773775 <configuration >
774776 <target >
775- <fileset id =" dashboard-fileset" dir =" ${expath.pkg.dir}" includes =" dashboard-*.xar" />
776- <pathconvert property =" dashboard-xar-path" refid =" dashboard-fileset" />
777+ <fileset id =" dashboard-fileset" dir =" ${expath.pkg.dir}" includes =" dashboard-*.xar" />
778+ <pathconvert property =" dashboard-xar-path" refid =" dashboard-fileset" />
777779 <unzip src =" ${dashboard-xar-path}" dest =" ${expath.pkg.dir}-dashboard-staging/" >
778780 <patternset >
779- <exclude name =" resources/images/existdb.png" />
780- <exclude name =" resources/images/existdb-web.svg" />
781- <exclude name =" resources/images/x.svg" />
781+ <exclude name =" resources/images/existdb.png" />
782+ <exclude name =" resources/images/existdb-web.svg" />
783+ <exclude name =" resources/images/x.svg" />
782784 </patternset >
783785 </unzip >
784786 </target >
792794 </goals >
793795 <configuration >
794796 <target >
795- <replace file =" ${expath.pkg.dir}-dashboard-staging/admin.xql" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
796- <replace file =" ${expath.pkg.dir}-dashboard-staging/build.html" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
797- <replace file =" ${expath.pkg.dir}-dashboard-staging/doc.html" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
798- <replace file =" ${expath.pkg.dir}-dashboard-staging/guest.html" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
799- <replace file =" ${expath.pkg.dir}-dashboard-staging/index.html" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
800- <replace file =" ${expath.pkg.dir}-dashboard-staging/existdb-dashboard.html" token =" existdb-web.svg" value =" elemental-web.svg" />
801- <loadfile property =" elemental-web-svg" srcFile =" ${project.build.outputDirectory}/elemental-web.svg" />
802- <replaceregexp file =" ${expath.pkg.dir}-dashboard-staging/bower_components/existdb-launcher/existdb-branding.html" match =" < svg.+< /svg> " replace =" ${elemental-web-svg}" />
797+ <replace file =" ${expath.pkg.dir}-dashboard-staging/admin.xql" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
798+ <replace file =" ${expath.pkg.dir}-dashboard-staging/build.html" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
799+ <replace file =" ${expath.pkg.dir}-dashboard-staging/doc.html" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
800+ <replace file =" ${expath.pkg.dir}-dashboard-staging/guest.html" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
801+ <replace file =" ${expath.pkg.dir}-dashboard-staging/index.html" token =" title> existdb-dashboard< " value =" title> Dashboard :: Elemental< " />
802+ <replace file =" ${expath.pkg.dir}-dashboard-staging/existdb-dashboard.html" token =" existdb-web.svg" value =" elemental-web.svg" />
803+ <loadfile property =" elemental-web-svg" srcFile =" ${project.build.outputDirectory}/elemental-web.svg" />
804+ <replaceregexp file =" ${expath.pkg.dir}-dashboard-staging/bower_components/existdb-launcher/existdb-branding.html" match =" < svg.+< /svg> " replace =" ${elemental-web-svg}" />
803805 </target >
804806 </configuration >
805807 </execution >
811813 </goals >
812814 <configuration >
813815 <target >
814- <fileset id =" dashboard-fileset" dir =" ${expath.pkg.dir}" includes =" dashboard-*.xar" />
815- <pathconvert property =" dashboard-xar-path" refid =" dashboard-fileset" />
816+ <fileset id =" dashboard-fileset" dir =" ${expath.pkg.dir}" includes =" dashboard-*.xar" />
817+ <pathconvert property =" dashboard-xar-path" refid =" dashboard-fileset" />
816818 <zip destfile =" ${dashboard-xar-path}" >
817- <fileset dir =" ${expath.pkg.dir}-dashboard-staging" />
818- <zipfileset dir =" ${project.build.outputDirectory}" includes =" elemental-web.svg" fullpath =" resources/images/elemental-web.svg" />
819+ <fileset dir =" ${expath.pkg.dir}-dashboard-staging" />
820+ <zipfileset dir =" ${project.build.outputDirectory}" includes =" elemental-web.svg" fullpath =" resources/images/elemental-web.svg" />
819821 </zip >
820822 </target >
821823 </configuration >
828830 </goals >
829831 <configuration >
830832 <target >
831- <fileset id =" monex-fileset" dir =" ${expath.pkg.dir}" includes =" monex-*.xar" />
832- <pathconvert property =" monex-xar-path" refid =" monex-fileset" />
833+ <fileset id =" monex-fileset" dir =" ${expath.pkg.dir}" includes =" monex-*.xar" />
834+ <pathconvert property =" monex-xar-path" refid =" monex-fileset" />
833835 <unzip src =" ${monex-xar-path}" dest =" ${expath.pkg.dir}-monex-staging/" >
834836 <patternset >
835- <exclude name =" resources/img/exist_icon_16x16.ico" />
836- <exclude name =" resources/img/existdb-logo.png" />
837- <exclude name =" resources/img/powered-by-whiteglass.svg" />
837+ <exclude name =" resources/img/exist_icon_16x16.ico" />
838+ <exclude name =" resources/img/existdb-logo.png" />
839+ <exclude name =" resources/img/powered-by-whiteglass.svg" />
838840 </patternset >
839841 </unzip >
840842 </target >
848850 </goals >
849851 <configuration >
850852 <target >
851- <replace file =" ${expath.pkg.dir}-monex-staging/console.html" token =" eXist once" value =" " />
852- <replace file =" ${expath.pkg.dir}-monex-staging/login.html" token =" exist_icon_16x16.ico" value =" elemental-favicon.ico" />
853- <replace file =" ${expath.pkg.dir}-monex-staging/login.html" token =" existdb-logo.png" value =" elemental-web.svg" />
854- <replace file =" ${expath.pkg.dir}-monex-staging/profiling.html" token =" any eXist interface" value =" any interface" />
855- <replace file =" ${expath.pkg.dir}-monex-staging/remotes.html" token =" eXist's scheduler" value =" the scheduler" />
856- <replace file =" ${expath.pkg.dir}-monex-staging/remotes.html" token =" remote eXist-db instances" value =" remote instances" />
857- <replace file =" ${expath.pkg.dir}-monex-staging/remotes.html" token =" the eXist instance" value =" the instance" />
858- <replace file =" ${expath.pkg.dir}-monex-staging/remotes.html" token =" eXist versions before" value =" eXist-db versions before" />
859- <replace file =" ${expath.pkg.dir}-monex-staging/templates/page.html" token =" exist_icon_16x16.ico" value =" elemental-favicon.ico" />
860- <replace file =" ${expath.pkg.dir}-monex-staging/templates/page.html" token =" existdb-logo.png" value =" elemental-web.svg" />
861- <replace file =" ${expath.pkg.dir}-monex-staging/templates/page.html" token =" powered-by-whiteglass.svg" value =" elemental-web.svg" />
853+ <replace file =" ${expath.pkg.dir}-monex-staging/console.html" token =" eXist once" value =" " />
854+ <replace file =" ${expath.pkg.dir}-monex-staging/login.html" token =" exist_icon_16x16.ico" value =" elemental-favicon.ico" />
855+ <replace file =" ${expath.pkg.dir}-monex-staging/login.html" token =" existdb-logo.png" value =" elemental-web.svg" />
856+ <replace file =" ${expath.pkg.dir}-monex-staging/profiling.html" token =" any eXist interface" value =" any interface" />
857+ <replace file =" ${expath.pkg.dir}-monex-staging/remotes.html" token =" eXist's scheduler" value =" the scheduler" />
858+ <replace file =" ${expath.pkg.dir}-monex-staging/remotes.html" token =" remote eXist-db instances" value =" remote instances" />
859+ <replace file =" ${expath.pkg.dir}-monex-staging/remotes.html" token =" the eXist instance" value =" the instance" />
860+ <replace file =" ${expath.pkg.dir}-monex-staging/remotes.html" token =" eXist versions before" value =" eXist-db versions before" />
861+ <replace file =" ${expath.pkg.dir}-monex-staging/templates/page.html" token =" exist_icon_16x16.ico" value =" elemental-favicon.ico" />
862+ <replace file =" ${expath.pkg.dir}-monex-staging/templates/page.html" token =" existdb-logo.png" value =" elemental-web.svg" />
863+ <replace file =" ${expath.pkg.dir}-monex-staging/templates/page.html" token =" powered-by-whiteglass.svg" value =" elemental-web.svg" />
862864 </target >
863865 </configuration >
864866 </execution >
870872 </goals >
871873 <configuration >
872874 <target >
873- <fileset id =" monex-fileset" dir =" ${expath.pkg.dir}" includes =" monex-*.xar" />
874- <pathconvert property =" monex-xar-path" refid =" monex-fileset" />
875+ <fileset id =" monex-fileset" dir =" ${expath.pkg.dir}" includes =" monex-*.xar" />
876+ <pathconvert property =" monex-xar-path" refid =" monex-fileset" />
875877 <zip destfile =" ${monex-xar-path}" >
876- <fileset dir =" ${expath.pkg.dir}-monex-staging" />
877- <zipfileset dir =" ${project.build.outputDirectory}" includes =" elemental-favicon.ico" fullpath =" resources/img/elemental-favicon.ico" />
878- <zipfileset dir =" ${project.build.outputDirectory}" includes =" elemental-web.svg" fullpath =" resources/img/elemental-web.svg" />
878+ <fileset dir =" ${expath.pkg.dir}-monex-staging" />
879+ <zipfileset dir =" ${project.build.outputDirectory}" includes =" elemental-favicon.ico" fullpath =" resources/img/elemental-favicon.ico" />
880+ <zipfileset dir =" ${project.build.outputDirectory}" includes =" elemental-web.svg" fullpath =" resources/img/elemental-web.svg" />
879881 </zip >
880882 </target >
881883 </configuration >
921923 <goal >copy</goal >
922924 </goals >
923925 <configuration >
924- <outputDirectory /> <!-- NOTE: this must be empty -->
926+ <outputDirectory /> <!-- NOTE: this must be empty -->
925927 <resources >
926928 <resource >
927929 <workOnFullPath >true</workOnFullPath >
981983 </goals >
982984 <configuration >
983985 <assembleDirectory >${assemble.dir} </assembleDirectory >
984- <programs />
986+ <programs />
985987 <configurationDirectory >etc</configurationDirectory >
986988 <copyConfigurationDirectory >true</copyConfigurationDirectory >
987989 <logsDirectory >logs</logsDirectory >
15871589 </profile >
15881590 </profiles >
15891591
1590- </project >
1592+ </project >
0 commit comments