Skip to content

Commit

Permalink
revert: cherry pick old custom classes and remove new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Jul 5, 2023
1 parent 1b865d4 commit 5525216
Show file tree
Hide file tree
Showing 5 changed files with 1,338 additions and 1,653 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ COPY --chown=tomcat lib/server/ /usr/local/tomcat/lib/
COPY --chown=tomcat java /tmp/java
RUN javac \
/tmp/java/nl/nn/adapterframework/http/HttpSenderBase.java \
/tmp/java/nl/nn/adapterframework/http/HttpSessionBase.java \
-classpath "/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/*:/usr/local/tomcat/lib/*" \
-verbose -d /usr/local/tomcat/webapps/ROOT/WEB-INF/classes
RUN rm -rf /tmp/java
Expand Down
Loading

0 comments on commit 5525216

Please sign in to comment.