Commit Graph

11 Commits

Author SHA1 Message Date
Mark Fisher
b90061bf47 updated POM descriptions to be consistent with 'Support' 2010-05-24 14:52:34 +00:00
Chris Beams
1df136848e bundlor integration with the Maven build is complete; happens as part of the normal compile lifecycle (read: no special invocation necessary) 2010-05-20 11:08:11 +00:00
Chris Beams
83cac18b6e * unified parent and root poms (eliminates the need for spring-integration-parent, however it's still there to make spring-build happy in the meantime)
* incremental progress on getting docbkx working
  - downgraded docbook 4.5 -> 4.4 because of "URI is not file" errors (`find src/docbkx/*.xml | xargs grep -l '4\.5' | xargs perl -p -i -e 's/4\.5/4.4/g'`)
  - eliminated spring-integration-reference in favor of idiomatic src/docbkx under project root
  - using xsl from spring-ws to get things working. need to figure out how to integrate previous xsl, however (it's still there), because the L&F is quite different now
  - upgraded version of docbkx plugin to 2.0.9
2010-05-20 09:37:33 +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
David Syer
a8d9c4cfc2 INT-1052: add schema scripts for common platforms 2010-05-06 08:59:13 +00:00
David Syer
1365b3785c INT-1103: Added XML support for JdbcMessageStore 2010-05-06 08:19:29 +00:00
David Syer
7ddd773550 UPdate Eclipse meta-data to prevent Java compiler version mayhem 2010-04-30 06:06:01 +00:00
David Syer
bfbf660ea3 RESOLVED - issue INT-1102: Add timestamp to JdbcMessageStore 2010-04-27 12:15:21 +00:00
David Syer
fa7d80aaae INT-999: fix POMs 2010-03-01 15:03:20 +00:00
Mark Fisher
5dd8dd6889 updating poms for M2 release 2009-12-24 16:40:07 +00:00
Mark Fisher
098a0f1407 INT-874 committing base infrastructure for new JDBC module 2009-11-03 15:45:16 +00:00