Skip to content
Snippets Groups Projects
Commit 31bbd739 authored by Andreas Bayha's avatar Andreas Bayha
Browse files

Merge branch '4338' into 'master'

4338

See merge request !26
parents fb45f9ac 4c04dc59
No related branches found
No related tags found
1 merge request!264338
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product name="AutoFOCUS 3 - &quot;Phoenix&quot; 2.23" uid="org.fortiss.af3.phoenix.product" id="org.fortiss.af3.rcp.application.product" application="org.fortiss.af3.rcp.application.af3app" version="2.23.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="AutoFOCUS 3 - &quot;Phoenix&quot; 2.24" uid="org.fortiss.af3.phoenix.product" id="org.fortiss.af3.rcp.application.product" application="org.fortiss.af3.rcp.application.af3app" version="2.24.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<image path="icons/about.png"/>
<text>
AutoFOCUS 3 - &quot;Phoenix&quot;
Version: 2.23.0
Version: 2.24.0
Copyright 2011-2021 fortiss GmbH
Copyright 2011-2023 fortiss GmbH
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
you may not use this file except in compliance with the License.
......@@ -65,7 +65,7 @@ governing permissions and limitations under the License.
<license>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<text>
Copyright 2011-2021 fortiss GmbH
Copyright 2011-2023 fortiss GmbH
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
you may not use this file except in compliance with the License.
......@@ -83,7 +83,7 @@ limitations under the License.
</plugins>
<features>
<feature id="org.fortiss.af3.phoenix.feature" version="2.23.0.qualifier"/>
<feature id="org.fortiss.af3.phoenix.feature" version="2.24.0.qualifier"/>
<feature id="org.eclipse.rcp"/>
<feature id="org.eclipse.fx.runtime.feature"/>
<feature id="org.openjfx.feature.basic"/>
......
......@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<name>AF3 Phoenix 2.14 Product</name>
<version>2.23.0-SNAPSHOT</version>
<version>2.24.0-SNAPSHOT</version>
<artifactId>org.fortiss.af3.phoenix.product</artifactId>
<groupId>org.fortiss.af3.phoenix.products</groupId>
<packaging>eclipse-repository</packaging>
......@@ -75,7 +75,7 @@
<!-- MacOS build -->
<echo message="Fixing MacOS build..."/>
<copy todir="${project.build.directory}/products/org.fortiss.af3.phoenix.product/macosx/cocoa/x86_64/AutoFOCUS3.app/Contents/MacOS/">
<fileset dir="${project.build.directory}/products/org.fortiss.af3.phoenix.product/macosx/cocoa/x86_64/AutoFOCUS3.app/Contents/Eclipse/plugins/com.microsoft.z3_2.23.0.${buildQualifier}/lib/x64/">
<fileset dir="${project.build.directory}/products/org.fortiss.af3.phoenix.product/macosx/cocoa/x86_64/AutoFOCUS3.app/Contents/Eclipse/plugins/com.microsoft.z3_2.24.0.${buildQualifier}/lib/x64/">
<include name="*.dylib"/>
</fileset>
</copy>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment