|
52 | 52 | <parent> |
53 | 53 | <groupId>xyz.elemental.fork.org.exist-db</groupId> |
54 | 54 | <artifactId>exist-parent</artifactId> |
55 | | - <version>6.9.0-SNAPSHOT</version> |
| 55 | + <version>6.9.0</version> |
56 | 56 | <relativePath>../exist-parent</relativePath> |
57 | 57 | </parent> |
58 | 58 |
|
|
66 | 66 | <connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection> |
67 | 67 | <developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection> |
68 | 68 | <url>scm:git:https://github.com/evolvedbinary/elemental.git</url> |
69 | | - <tag>elemental-6.4.0</tag> |
| 69 | + <tag>elemental-6.9.0</tag> |
70 | 70 | </scm> |
71 | 71 |
|
72 | 72 | <properties> |
|
774 | 774 | </goals> |
775 | 775 | <configuration> |
776 | 776 | <target> |
777 | | - <fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar"/> |
778 | | - <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" /> |
779 | 779 | <unzip src="${dashboard-xar-path}" dest="${expath.pkg.dir}-dashboard-staging/"> |
780 | 780 | <patternset> |
781 | | - <exclude name="resources/images/existdb.png"/> |
782 | | - <exclude name="resources/images/existdb-web.svg"/> |
783 | | - <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" /> |
784 | 784 | </patternset> |
785 | 785 | </unzip> |
786 | 786 | </target> |
|
794 | 794 | </goals> |
795 | 795 | <configuration> |
796 | 796 | <target> |
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}"/> |
| 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}" /> |
805 | 805 | </target> |
806 | 806 | </configuration> |
807 | 807 | </execution> |
|
813 | 813 | </goals> |
814 | 814 | <configuration> |
815 | 815 | <target> |
816 | | - <fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar"/> |
817 | | - <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" /> |
818 | 818 | <zip destfile="${dashboard-xar-path}"> |
819 | | - <fileset dir="${expath.pkg.dir}-dashboard-staging"/> |
820 | | - <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" /> |
821 | 821 | </zip> |
822 | 822 | </target> |
823 | 823 | </configuration> |
|
830 | 830 | </goals> |
831 | 831 | <configuration> |
832 | 832 | <target> |
833 | | - <fileset id="monex-fileset" dir="${expath.pkg.dir}" includes="monex-*.xar"/> |
834 | | - <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" /> |
835 | 835 | <unzip src="${monex-xar-path}" dest="${expath.pkg.dir}-monex-staging/"> |
836 | 836 | <patternset> |
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"/> |
| 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" /> |
840 | 840 | </patternset> |
841 | 841 | </unzip> |
842 | 842 | </target> |
|
850 | 850 | </goals> |
851 | 851 | <configuration> |
852 | 852 | <target> |
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"/> |
| 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" /> |
864 | 864 | </target> |
865 | 865 | </configuration> |
866 | 866 | </execution> |
|
872 | 872 | </goals> |
873 | 873 | <configuration> |
874 | 874 | <target> |
875 | | - <fileset id="monex-fileset" dir="${expath.pkg.dir}" includes="monex-*.xar"/> |
876 | | - <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" /> |
877 | 877 | <zip destfile="${monex-xar-path}"> |
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"/> |
| 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" /> |
881 | 881 | </zip> |
882 | 882 | </target> |
883 | 883 | </configuration> |
|
923 | 923 | <goal>copy</goal> |
924 | 924 | </goals> |
925 | 925 | <configuration> |
926 | | - <outputDirectory/> <!-- NOTE: this must be empty --> |
| 926 | + <outputDirectory /> <!-- NOTE: this must be empty --> |
927 | 927 | <resources> |
928 | 928 | <resource> |
929 | 929 | <workOnFullPath>true</workOnFullPath> |
|
982 | 982 | </goals> |
983 | 983 | <configuration> |
984 | 984 | <assembleDirectory>${assemble.dir}</assembleDirectory> |
985 | | - <programs/> |
| 985 | + <programs /> |
986 | 986 | <configurationDirectory>etc</configurationDirectory> |
987 | 987 | <copyConfigurationDirectory>true</copyConfigurationDirectory> |
988 | 988 | <logsDirectory>logs</logsDirectory> |
|
0 commit comments