Move zxing.org web resources to standard src/main/webapp

This commit is contained in:
Sean Owen 2016-06-10 14:07:21 +01:00
parent 3d18e3e449
commit a57bfa44e8
10 changed files with 0 additions and 4 deletions

View file

@ -54,7 +54,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warSourceDirectory>src/web</warSourceDirectory>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
@ -62,9 +61,6 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.0.M0</version>
<configuration>
<webAppSourceDirectory>src/web</webAppSourceDirectory>
</configuration>
</plugin>
</plugins>
</build>

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 815 B