Migrated to Gradle build

This commit migrates from a Maven-based build system to a Gradle-based
one. Changes include:

- Removed archetype & parent
- Renamed core, support, test, security and xml directories to
  spring-ws-core, spring-ws-test, spring-ws-security, spring-xml
  respectively.
- Moved samples to separate project
  (https://github.com/spring-projects/spring-ws-samples)
This commit is contained in:
Arjen Poutsma
2013-11-05 10:55:44 +01:00
committed by Arjen Poutsma
parent a8c1d2ad97
commit 843ca6d2ef
1362 changed files with 798 additions and 13079 deletions

7
src/api/overview.html Normal file
View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
This is the public API documentation for <a href="http://github.com/SpringSource/spring-ws" target="_top">Spring Web Services</a>.
</p>
</body>
</html>