Browse Source

add spring-parent to list of bundles and see if it gets published to maven-central

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1698 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Mark Pollack 17 years ago
parent
commit
d8ccc1ad20
  1. 1
      build-spring-framework/build.xml

1
build-spring-framework/build.xml

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
<pathelement location="../org.springframework.web.servlet"/>
<pathelement location="../org.springframework.web.portlet"/>
<pathelement location="../org.springframework.test"/>
<pathelement location="../org.springframework.spring-parent"/>
<pathelement location="../org.springframework.spring-library"/>
<pathelement location="../org.springframework.integration-tests"/>
</path>

Loading…
Cancel
Save