Browse Source

Publishing license and notice files

3.0.x
Ben Hale 16 years ago
parent
commit
7730e76c06
  1. 1
      build.properties
  2. 2
      org.springframework.aop/ivy.xml
  3. 1
      org.springframework.asm/build.xml
  4. 2
      org.springframework.asm/ivy.xml
  5. 2
      org.springframework.aspects/ivy.xml
  6. 2
      org.springframework.beans/ivy.xml
  7. 2
      org.springframework.context.support/ivy.xml
  8. 2
      org.springframework.context/ivy.xml
  9. 2
      org.springframework.core/ivy.xml
  10. 2
      org.springframework.expression/ivy.xml
  11. 2
      org.springframework.instrument.tomcat/ivy.xml
  12. 2
      org.springframework.instrument/ivy.xml
  13. 2
      org.springframework.integration-tests/ivy.xml
  14. 2
      org.springframework.jdbc/ivy.xml
  15. 2
      org.springframework.jms/ivy.xml
  16. 2
      org.springframework.orm/ivy.xml
  17. 2
      org.springframework.oxm/ivy.xml
  18. 2
      org.springframework.spring-library/ivy.xml
  19. 2
      org.springframework.test/ivy.xml
  20. 2
      org.springframework.transaction/ivy.xml
  21. 2
      org.springframework.web.portlet/ivy.xml
  22. 2
      org.springframework.web.servlet/ivy.xml
  23. 2
      org.springframework.web.struts/ivy.xml
  24. 2
      org.springframework.web/ivy.xml
  25. 2
      spring-framework-reference/ivy.xml

1
build.properties

@ -11,6 +11,7 @@ project.name=Spring Framework
project.key=SPR project.key=SPR
ivy.cache.dir=${basedir}/../ivy-cache ivy.cache.dir=${basedir}/../ivy-cache
integration.repo.dir=${basedir}/../integration-repo integration.repo.dir=${basedir}/../integration-repo
license.dir=${basedir}/../build-spring-framework/resources
javadoc.exclude.package.names=org/springframework/samples/** javadoc.exclude.package.names=org/springframework/samples/**
javadoc.max.memory=256M javadoc.max.memory=256M
test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError

2
org.springframework.aop/ivy.xml

@ -21,6 +21,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

1
org.springframework.asm/build.xml

@ -36,6 +36,7 @@
<artifacts pattern="${jar.output.dir}/[artifact].[ext]"/> <artifacts pattern="${jar.output.dir}/[artifact].[ext]"/>
<artifacts pattern="${source-jar.output.dir}/[artifact].[ext]"/> <artifacts pattern="${source-jar.output.dir}/[artifact].[ext]"/>
<artifacts pattern="${ivy.output.dir}/[artifact].[ext]"/> <artifacts pattern="${ivy.output.dir}/[artifact].[ext]"/>
<artifacts pattern="${license.dir}/[artifact].[ext]"/>
</ivy:publish> </ivy:publish>
</target> </target>

2
org.springframework.asm/ivy.xml

@ -17,6 +17,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.aspects/ivy.xml

@ -20,6 +20,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.beans/ivy.xml

@ -18,6 +18,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.context.support/ivy.xml

@ -26,6 +26,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.context/ivy.xml

@ -29,6 +29,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.core/ivy.xml

@ -20,6 +20,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.expression/ivy.xml

@ -17,6 +17,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.instrument.tomcat/ivy.xml

@ -16,6 +16,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.instrument/ivy.xml

@ -16,6 +16,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
</ivy-module> </ivy-module>

2
org.springframework.integration-tests/ivy.xml

@ -16,6 +16,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.jdbc/ivy.xml

@ -21,6 +21,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.jms/ivy.xml

@ -18,6 +18,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.orm/ivy.xml

@ -28,6 +28,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.oxm/ivy.xml

@ -23,6 +23,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.spring-library/ivy.xml

@ -15,6 +15,8 @@
<publications> <publications>
<artifact name="${ant.project.name}" type="library" ext="libd"/> <artifact name="${ant.project.name}" type="library" ext="libd"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.test/ivy.xml

@ -17,6 +17,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.transaction/ivy.xml

@ -20,6 +20,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.web.portlet/ivy.xml

@ -18,6 +18,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.web.servlet/ivy.xml

@ -28,6 +28,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.web.struts/ivy.xml

@ -18,6 +18,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
org.springframework.web/ivy.xml

@ -30,6 +30,8 @@
<publications> <publications>
<artifact name="${ant.project.name}"/> <artifact name="${ant.project.name}"/>
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/> <artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies> <dependencies>

2
spring-framework-reference/ivy.xml

@ -16,6 +16,8 @@
<artifact name="${ant.project.name}" ext="pdf" type="pdf"/> <artifact name="${ant.project.name}" ext="pdf" type="pdf"/>
<artifact name="${ant.project.name}" ext="zip" type="zip"/> <artifact name="${ant.project.name}" ext="zip" type="zip"/>
<artifact name="${ant.project.name}-single" ext="zip" type="zip"/> <artifact name="${ant.project.name}-single" ext="zip" type="zip"/>
<artifact name="license" type="license" ext="txt"/>
<artifact name="notice" type="notice" ext="txt"/>
</publications> </publications>
<dependencies/> <dependencies/>

Loading…
Cancel
Save