Skip to content

Commit

Permalink
fixed build clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed May 19, 2024
1 parent f1c70dc commit 8b65a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
<target name="clean" description="make clean">
<delete dir="${release_main}" failonerror="false"/>
<delete failonerror="false">
<fileset dir="${lib}" includes="**/*.jar" exclude="org.restlet.jar" /> <!-- we cannot find the org.restlet.jar in maven -->
<fileset dir="${lib}" includes="**/*.jar" excludes="org.restlet.jar" /> <!-- we cannot find the org.restlet.jar in maven -->
<fileset dir="${src}" includes="**/*.class" />
<fileset dir="${build}" includes="**/*.class" />
<fileset dir="test/" includes="**/*.class" />
Expand Down

0 comments on commit 8b65a4d

Please sign in to comment.