Chris Beams
1a617b1281
added <repository/> elements as necessary to all sample projects (and sample parent pom) in order to facilitate checking out and building samples individually. Without these definitions, the samples will fail when trying to look up parent poms.
2010-06-24 16:57:52 +00:00
David Syer
4e4cb559d1
INT-1069: Change MessageGroup interfaces to better match use cases
2010-06-18 10:49:43 +00:00
Chris Beams
6ee1ba4e25
touched up a number of pom comments; added <dependencyManagement> sections to parent and samples poms to allow for <version> and <scope> inheritance across concrete child modules, thus removing some verbosity
2010-06-04 00:07:16 +00:00
Chris Beams
e35037dedb
eclipse metadata changes after import into STS
2010-05-28 18:13:20 +00:00
Chris Beams
82515f8f1e
first fully working and integrated mvn install
2010-05-28 18:13:05 +00:00
Mark Fisher
45eb7f6555
updated to 1.6 runtime
2010-05-26 20:55:44 +00:00
Chris Beams
43310c9cab
general pom cleanup
...
* normalizing version placeholders to use ${groupId}.version as a naming convention e.g.: 'org.springframework.version'
* added properties to parent pom <properties/> section
* spaces -> tabs
* removed empty newlines in poms (favor comments instead of newlines)
* gave all samples nice <name>s
* included ws-inbound-gateway in the samples parent pom <modules> section
* samples now try to run any **/*Tests.java, as per our general conventions
2010-05-19 09:41:37 +00:00
Mark Fisher
6ef9eece71
renamed ws sample to ws-outbound-gateway
2010-04-30 18:16:38 +00:00
Mark Fisher
7a79b956d6
added README.txt
2010-03-01 23:08:35 +00:00
Mark Fisher
951a5dbb42
INT-994 SimpleEchoResponder now echos the same text as provided in the request, and the servlet loads on startup.
2010-03-01 21:19:49 +00:00
Chris Beams
c9a6b7bf46
removed .springBeans files; added maven classpath container to cafe demo; removed unnecessary saaj dependencies from ws-inbound-gateway demo pom
2010-02-27 08:14:16 +00:00
Chris Beams
643718e6f2
Removing acciddentally committed .class files
2010-02-27 01:09:58 +00:00
Chris Beams
1bed124b41
RESOLVED - INT-994: create sample project demonstrating use of ws:inbound-gateway
2010-02-27 01:06:50 +00:00