Changed default target to "doc" ("reference" is now specified as "doc.type").

This commit is contained in:
Mark Fisher
2008-02-28 13:15:16 +00:00
parent be9945ef8b
commit a5abac62d5

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="spring-integration-reference" default="reference">
<project name="spring-integration-reference" default="doc">
<property name="doc.type" value="reference"/>