Moved webapps to apps to match Struts Action 1

WW-1305


git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400415 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-05-07 04:48:10 +00:00
parent 8ba8bc5fcf
commit 23380d8728
395 changed files with 61 additions and 24 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/struts-action2/webapps</url>
<url>scp://people.apache.org/www/struts.apache.org/struts-action2/apps</url>
</site>
</distributionManagement>
@@ -37,5 +37,12 @@
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
</project>

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