Skip to content

Commit

Permalink
add '/META-INF/services/com.servoy.j2db.plugins.IPlugin' to the plugin
Browse files Browse the repository at this point in the history
jar, so it also can be used with Servoy 2022.9.x
  • Loading branch information
gboros committed Jul 29, 2022
1 parent 745c885 commit 368e522
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
</target>

<target name="jar" depends="compile">
<mkdir dir="${build}/META-INF/services"/>
<copy overwrite="true" todir="${build}/META-INF/services">
<fileset file="${resources}/com.servoy.j2db.plugins.IPlugin"/>
</copy>
<jar jarfile="${install}/${lib}/${jar}"
basedir="${build}"
excludes="${bean}/**"/>
Expand Down
3 changes: 3 additions & 0 deletions resources/com.servoy.j2db.plugins.IPlugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
com.servoy.plugins.jasperreports.JasperReportsServer
com.servoy.plugins.jasperreports.JasperReportsPlugin

0 comments on commit 368e522

Please sign in to comment.