Skip to content

Commit

Permalink
corrected deploy-classes target
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Jan 24, 2025
1 parent 89fc4a5 commit c2207fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logicaldoc-core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<fileset dir="target/classes">
<include name="com/logicaldoc/core/**" />
<exclude name="com/logicaldoc/core/CorePlugin*" />
<exclude name="com/logicaldoc/core/security/dao/HibernateTenant*" />
<exclude name="com/logicaldoc/core/security/HibernateTenant*" />
<exclude name="com/logicaldoc/core/security/authentication/AuthenticationChain*" />
</fileset>
</copy>
Expand Down

0 comments on commit c2207fb

Please sign in to comment.