|
5 | 5 | <groupId>org.daisy</groupId> |
6 | 6 | <artifactId>daisy</artifactId> |
7 | 7 | <version>5</version> |
8 | | - <relativePath/> |
| 8 | + <relativePath /> |
9 | 9 | </parent> |
10 | 10 | <groupId>org.daisy.pipeline</groupId> |
11 | 11 | <artifactId>assembly</artifactId> |
12 | | - <version>1.12.0-SNAPSHOT</version> |
| 12 | + <version>1.12.0</version> |
13 | 13 | <packaging>pom</packaging> |
14 | 14 | <name>DAISY Pipeline 2 :: Assembly</name> |
15 | 15 | <description>Builds the main distribution of the DAISY Pipeline 2.</description> |
16 | 16 | <scm> |
17 | 17 | <connection>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</connection> |
18 | 18 | <url>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</url> |
19 | 19 | <developerConnection>scm:git:git@github.com:daisy-consortium/pipeline-assembly.git</developerConnection> |
20 | | - <tag>HEAD</tag> |
| 20 | + <tag>v1.12.0</tag> |
21 | 21 | </scm> |
22 | 22 | <properties> |
23 | 23 | <cli.version>2.1.1</cli.version> |
|
1378 | 1378 | <configuration> |
1379 | 1379 | <target> |
1380 | 1380 | <java classname="net.sf.saxon.Transform" failonerror="true"> |
1381 | | - <arg value="${project.basedir}/target/effective-pom.xml"/> |
1382 | | - <arg value="${project.basedir}/src/main/xslt/pom-to-release.xslt"/> |
1383 | | - <arg value="time=${maven.build.timestamp}"/> |
1384 | | - <arg line="-o:${project.basedir}/target/release-descriptor/releaseDescriptor.xml"/> |
| 1381 | + <arg value="${project.basedir}/target/effective-pom.xml" /> |
| 1382 | + <arg value="${project.basedir}/src/main/xslt/pom-to-release.xslt" /> |
| 1383 | + <arg value="time=${maven.build.timestamp}" /> |
| 1384 | + <arg line="-o:${project.basedir}/target/release-descriptor/releaseDescriptor.xml" /> |
1385 | 1385 | </java> |
1386 | 1386 | </target> |
1387 | 1387 | </configuration> |
|
1489 | 1489 | </goals> |
1490 | 1490 | </pluginExecutionFilter> |
1491 | 1491 | <action> |
1492 | | - <ignore/> |
| 1492 | + <ignore /> |
1493 | 1493 | </action> |
1494 | 1494 | </pluginExecution> |
1495 | 1495 | <pluginExecution> |
|
1502 | 1502 | </goals> |
1503 | 1503 | </pluginExecutionFilter> |
1504 | 1504 | <action> |
1505 | | - <ignore/> |
| 1505 | + <ignore /> |
1506 | 1506 | </action> |
1507 | 1507 | </pluginExecution> |
1508 | 1508 | </pluginExecutions> |
|
2004 | 2004 | </goals> |
2005 | 2005 | <configuration> |
2006 | 2006 | <target xmlns:fx="javafx:com.sun.javafx.tools.ant"> |
2007 | | - <taskdef resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant" classpath="${env.JAVA_HOME}/lib/ant-javafx.jar"/> |
| 2007 | + <taskdef resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant" classpath="${env.JAVA_HOME}/lib/ant-javafx.jar" /> |
2008 | 2008 | <fx:deploy outdir="${project.build.directory}/javapackager" outfile="dp2" nativeBundles="image"> |
2009 | 2009 | <fx:application id="org.daisy.pipeline2" mainClass="org.apache.felix.main.Main" name="DAISY Pipeline 2" version="${project.version}"> |
2010 | 2010 | </fx:application> |
2011 | 2011 | <fx:info description="A tool for automated production of accessible digital publication" title="DAISY Pipeline 2" vendor="DAISY Consortium"> |
2012 | | - <fx:icon href="${project.basedir}/src/main/mac/pipeline-logo.icns"/> |
| 2012 | + <fx:icon href="${project.basedir}/src/main/mac/pipeline-logo.icns" /> |
2013 | 2013 | </fx:info> |
2014 | 2014 | <fx:platform j2se="8.0+"> |
2015 | | - <fx:jvmarg value="-Xms256M"/> |
2016 | | - <fx:jvmarg value="-Xmx1G"/> |
2017 | | - <fx:jvmarg value="-XX:PermSize=16M"/> |
2018 | | - <fx:jvmarg value="-XX:MaxPermSize=256M"/> |
2019 | | - <fx:property name="org.daisy.pipeline.main.mode" value="gui"/> |
2020 | | - <fx:property name="org.daisy.pipeline.home" value="."/> |
2021 | | - <fx:property name="org.daisy.pipeline.data" value="data"/> |
2022 | | - <fx:property name="org.daisy.pipeline.base" value="."/> |
2023 | | - <fx:property name="org.daisy.pipeline.ws.localfs" value="true"/> |
2024 | | - <fx:property name="org.daisy.pipeline.ws.authentication" value="false"/> |
2025 | | - <fx:property name="felix.config.properties" value="file:etc/config.properties"/> |
2026 | | - <fx:property name="felix.system.properties" value="file:etc/system.properties"/> |
| 2015 | + <fx:jvmarg value="-Xms256M" /> |
| 2016 | + <fx:jvmarg value="-Xmx1G" /> |
| 2017 | + <fx:jvmarg value="-XX:PermSize=16M" /> |
| 2018 | + <fx:jvmarg value="-XX:MaxPermSize=256M" /> |
| 2019 | + <fx:property name="org.daisy.pipeline.main.mode" value="gui" /> |
| 2020 | + <fx:property name="org.daisy.pipeline.home" value="." /> |
| 2021 | + <fx:property name="org.daisy.pipeline.data" value="data" /> |
| 2022 | + <fx:property name="org.daisy.pipeline.base" value="." /> |
| 2023 | + <fx:property name="org.daisy.pipeline.ws.localfs" value="true" /> |
| 2024 | + <fx:property name="org.daisy.pipeline.ws.authentication" value="false" /> |
| 2025 | + <fx:property name="felix.config.properties" value="file:etc/config.properties" /> |
| 2026 | + <fx:property name="felix.system.properties" value="file:etc/system.properties" /> |
2027 | 2027 | </fx:platform> |
2028 | 2028 | <fx:resources> |
2029 | | - <fx:fileset type="jar" dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline" includes="system/bootstrap/felix.jar"/> |
2030 | | - <fx:fileset type="license" os="osx" dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline" includes="NOTICE.txt"/> |
| 2029 | + <fx:fileset type="jar" dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline" includes="system/bootstrap/felix.jar" /> |
| 2030 | + <fx:fileset type="license" os="osx" dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline" includes="NOTICE.txt" /> |
2031 | 2031 | <fx:fileset dir="${project.build.directory}/assembly-${project.version}-mac/daisy-pipeline"> |
2032 | | - <include name="**/*"/> |
| 2032 | + <include name="**/*" /> |
2033 | 2033 | </fx:fileset> |
2034 | 2034 | </fx:resources> |
2035 | | - <fx:bundleArgument arg="mac.CFBundleIdentifier" value="org.daisy.pipeline2"/> |
2036 | | - <fx:bundleArgument arg="mac.CFBundleVersion" value="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"/> |
| 2035 | + <fx:bundleArgument arg="mac.CFBundleIdentifier" value="org.daisy.pipeline2" /> |
| 2036 | + <fx:bundleArgument arg="mac.CFBundleVersion" value="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}" /> |
2037 | 2037 | </fx:deploy> |
2038 | 2038 | </target> |
2039 | 2039 | </configuration> |
|
0 commit comments