-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try to get file extension from content-disposition
- Loading branch information
Showing
2 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<project default="devbuild"> | ||
|
||
<!-- Simply set the name of the plugin here, e.g. "fileUpload" or "file_upload") instead of "sample" --> | ||
<property name="name" value="download_and_verify_assets" /> | ||
<property name="name" value="download-and-verify-assets" /> | ||
|
||
<!-- Use this task to let ant copy the compiled jar files to the target folders for development --> | ||
<target name="devbuild"> | ||
<exec executable="mvn"> | ||
<arg value="package"/> | ||
</exec> | ||
<copy file="module-main/target/plugin_intranda_step_${name}.jar" todir="/opt/digiverso/goobi/plugins/step/" overwrite="true"/> | ||
<copy file="module-base/target/plugin-step-${name}-base.jar" todir="/opt/digiverso/goobi/plugins/step/" overwrite="true"/> | ||
</target> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters