Override publish-maven-central target to be a no-op for webflow library

This commit is contained in:
Rossen Stoyanchev
2010-04-14 08:24:47 +00:00
parent c4fab9bae5
commit 443b714b5d

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>