Exclude maven central targets

This commit is contained in:
Rossen Stoyanchev
2010-04-21 16:17:27 +00:00
parent 65fde99177
commit 02cb73c5be

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.webflow-library">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../spring-build/library/default.xml"/>
<target name="publish-maven-central"/>
<target name="install-maven-central"/>
</project>