renamed main->src regarding to Maven conventions

git-svn-id: http://webgoat.googlecode.com/svn/trunk@394 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
ch.ko123 2009-11-01 11:54:43 +00:00
parent 95643f4b2b
commit e5730814c8
1048 changed files with 11 additions and 0 deletions

View File

@ -54,6 +54,16 @@
<artifactId>axis-ant</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
@ -130,6 +140,7 @@
<groupId>org.apache.tomcat</groupId>
<artifactId>catalina</artifactId>
<version>6.0.18</version>
<scope>provided</scope>
</dependency>
</dependencies>

Some files were not shown because too many files have changed in this diff Show More