Skip to content

Commit

Permalink
Move comment about maven and ff.version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Jan 19, 2024
1 parent 4968de4 commit c88ba41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@
<copy todir="${webapp.dir}/WEB-INF/lib" if:set="lib.webapp.dir.available"><fileset dir="${projects.dir}/${project.dir}/${lib.webapp.dir}"/><globmapper from="*.jar" to="*-CUSTOM.jar"/></copy>
<pathconvert property="webapp.lib.jars" pathsep="|"><fileset dir="${webapp.dir}/WEB-INF/lib" includes="*.jar"/><flattenmapper/></pathconvert>
<doublejars jars="${webapp.lib.jars}"/>
<!-- ff version dependent properties for both maven (doesn't use ff.version) and non-maven projects -->
<fileset id="jdk8.fallback.fileset" dir="${webapp.dir}/WEB-INF/lib" includes="ibis-adapterframework-core-*.jar">
<!-- ff version dependent properties -->
<fileset id="jdk8.fallback.fileset" dir="${webapp.dir}/WEB-INF/lib" includes="ibis-adapterframework-core-*.jar"><!-- check jar files as maven doesn't use ff.version -->
<filename regex="core-7\.*"/>
</fileset>
<pathconvert property="jdk8.fallback" refid="jdk8.fallback.fileset" />
Expand Down

0 comments on commit c88ba41

Please sign in to comment.