Chris Beams
1ea7e22171
eliminated <repositories> section from parent pom; using non-central repos only when and where absolutely necessary, and documenting their necessity explicitly. project was built against an empty local maven repo with success.
2010-05-28 18:13:12 +00:00
Chris Beams
82515f8f1e
first fully working and integrated mvn install
2010-05-28 18:13:05 +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
ed959d418f
removed timeout from Aggregator annotation
2010-05-08 20:24:29 +00:00
Mark Fisher
fbdecd62d1
replaced POJOs with expressions for XML-based CafeDemo
2010-04-29 18:42:59 +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
71a712a999
RESOLVED - INT-995: Change Eclipse .classpath to reference SI_IVY_CACHE instead of IVY_CACHE to avoid conflicts with other Spring projects
2010-02-27 01:09:47 +00:00
Mark Fisher
87d8ba0a14
INT-848
2009-10-16 00:13:50 +00:00
Mark Fisher
4e691df7ab
INT-844 updated trunk versions to 2.0.0.BUILD-SNAPSHOT, the 2.0.0.M1 version will be added post-tag
2009-10-12 13:41:03 +00:00
Mark Fisher
45931a0627
INT-844
2009-10-12 13:19:51 +00:00
Mark Fisher
607895204f
INT-803 the 'cafe' and 'helloworld' samples now correctly include Spring context XML files in JAR
2009-10-09 15:33:13 +00:00
Iwein Fuld
235c0220f5
INT-647 removed duplicated TestUtils and fixed resulting errors. It would be good to start using JavaConfig finally
2009-09-18 16:12:17 +00:00
Mark Fisher
f5208c8eb2
updated sample poms to refer to Spring Framework 3.0.0.M4 and Spring Integration 2.0.0.BUILD-SNAPSHOT
2009-08-21 13:55:25 +00:00
Oleg Zhurakousky
eaa0badc1d
INT-747 - fixed Cafe sample
2009-08-18 04:40:43 +00:00
Mark Fisher
c659f35b7a
removed specific 1.5 container requirement from .classpath files in samples
2009-07-20 13:11:23 +00:00
Mark Fisher
9690265f92
INT-729 Added log4j configuration to the Cafe sample.
2009-07-16 21:47:41 +00:00
Oleg Zhurakousky
013d4e7a5e
INT-718, OSGi-enabled Cafe sample. README provided
2009-07-11 06:37:36 +00:00
Mark Fisher
90fb362a5f
INT-706 moved config files to the same directories as the corresponding demo classes containing main methods
2009-07-08 22:33:10 +00:00
Mark Fisher
bf8aa45aaf
INT-700 moved all samples xml files to src/main/resources
2009-07-02 19:27:36 +00:00
Mark Fisher
9b7e97b058
moved org.springframework.integration.samples module to spring-integration-samples
2009-07-02 18:48:31 +00:00