Skip to content

Commit

Permalink
4.3.3576
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Feb 6, 2020
1 parent 0743dd6 commit 900148d
Show file tree
Hide file tree
Showing 170 changed files with 12,709 additions and 3,916 deletions.
6 changes: 3 additions & 3 deletions Java/androidfsstorage/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
jarJar {
rules = [
'stax-api-1.0.1.jar' : 'javax.xml.** com.ithit.webdav.xml.@1',
'webdav-server-4.3.3529.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
'webdav-server-4.3.3576.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
]
}

Expand Down Expand Up @@ -71,11 +71,11 @@ dependencies {
implementation 'commons-io:commons-io:2.4'
implementation 'com.google.code.gson:gson:2.7'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation('com.ithit.webdav.integration:android-integration:4.3.3529', {
implementation('com.ithit.webdav.integration:android-integration:4.3.3576', {
exclude group: 'org.nanohttpd', module: 'nanohttpd'
})
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
jarJar 'stax:stax-api:1.0.1'
jarJar 'com.ithit.webdav:webdav-server:4.3.3529'
jarJar 'com.ithit.webdav:webdav-server:4.3.3576'
testImplementation 'junit:junit:4.12'
}
10 changes: 5 additions & 5 deletions Java/deltav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ithit.webdav.samples</groupId>
<artifactId>deltav</artifactId>
<version>4.3.3530</version>
<version>4.3.3576</version>
<packaging>war</packaging>

<properties>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>4.3.3530</version>
<version>4.3.3576</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
Expand Down Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>4.3.3530</version>
<version>4.3.3576</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -165,7 +165,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/deltav-4.3.3530/META-INF</outputDirectory>
<outputDirectory>${project.build.directory}/deltav-4.3.3576/META-INF</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down Expand Up @@ -244,7 +244,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/deltav-4.3.3530</warSourceDirectory>
<warSourceDirectory>target/deltav-4.3.3576</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
432 changes: 258 additions & 174 deletions Java/deltav/src/main/webapp/WEB-INF/MyCustomHandlerPage.html

Large diffs are not rendered by default.

Loading

0 comments on commit 900148d

Please sign in to comment.