|
|
|
@ -1,13 +1,12 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
<artifactId>spring-data-mongodb-dist</artifactId> |
|
|
|
<artifactId>spring-data-mongodb-dist</artifactId> |
|
|
|
<name>Spring Data MongoDB Distribution</name> |
|
|
|
<name>Spring Data MongoDB Distribution</name> |
|
|
|
<description>Spring Data project for MongoDB</description> |
|
|
|
<description>Spring Data project for MongoDB</description> |
|
|
|
<url>http://www.springsource.org/spring-data/mongodb</url> |
|
|
|
<url>http://www.springsource.org/spring-data/mongodb</url> |
|
|
|
<version>1.0.1.BUILD-SNAPSHOT</version> |
|
|
|
<version>1.0.1.RELEASE</version> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<modules> |
|
|
|
<modules> |
|
|
|
<module>spring-data-mongodb</module> |
|
|
|
<module>spring-data-mongodb</module> |
|
|
|
@ -147,7 +146,7 @@ |
|
|
|
<htmlCustomization>${project.basedir}/src/docbkx/resources/xsl/html.xsl</htmlCustomization> |
|
|
|
<htmlCustomization>${project.basedir}/src/docbkx/resources/xsl/html.xsl</htmlCustomization> |
|
|
|
<useExtensions>1</useExtensions> |
|
|
|
<useExtensions>1</useExtensions> |
|
|
|
<highlightSource>1</highlightSource> |
|
|
|
<highlightSource>1</highlightSource> |
|
|
|
<highlightDefaultLanguage></highlightDefaultLanguage> |
|
|
|
<highlightDefaultLanguage /> |
|
|
|
<!-- callouts --> |
|
|
|
<!-- callouts --> |
|
|
|
<entities> |
|
|
|
<entities> |
|
|
|
<entity> |
|
|
|
<entity> |
|
|
|
@ -158,26 +157,24 @@ |
|
|
|
<postProcess> |
|
|
|
<postProcess> |
|
|
|
<copy todir="${project.basedir}/target/site/reference"> |
|
|
|
<copy todir="${project.basedir}/target/site/reference"> |
|
|
|
<fileset dir="${project.basedir}/target/docbkx"> |
|
|
|
<fileset dir="${project.basedir}/target/docbkx"> |
|
|
|
<include name="**/*.html"/> |
|
|
|
<include name="**/*.html" /> |
|
|
|
<include name="**/*.pdf"/> |
|
|
|
<include name="**/*.pdf" /> |
|
|
|
</fileset> |
|
|
|
</fileset> |
|
|
|
</copy> |
|
|
|
</copy> |
|
|
|
<copy todir="${project.basedir}/target/site/reference/html"> |
|
|
|
<copy todir="${project.basedir}/target/site/reference/html"> |
|
|
|
<fileset dir="${project.basedir}/src/docbkx/resources"> |
|
|
|
<fileset dir="${project.basedir}/src/docbkx/resources"> |
|
|
|
<include name="**/*.css"/> |
|
|
|
<include name="**/*.css" /> |
|
|
|
<include name="**/*.png"/> |
|
|
|
<include name="**/*.png" /> |
|
|
|
<include name="**/*.gif"/> |
|
|
|
<include name="**/*.gif" /> |
|
|
|
<include name="**/*.jpg"/> |
|
|
|
<include name="**/*.jpg" /> |
|
|
|
</fileset> |
|
|
|
</fileset> |
|
|
|
</copy> |
|
|
|
</copy> |
|
|
|
<copy todir="${project.basedir}/target/site/reference/html"> |
|
|
|
<copy todir="${project.basedir}/target/site/reference/html"> |
|
|
|
<fileset dir="${project.basedir}/src/docbkx/resources/images"> |
|
|
|
<fileset dir="${project.basedir}/src/docbkx/resources/images"> |
|
|
|
<include name="*.png"/> |
|
|
|
<include name="*.png" /> |
|
|
|
</fileset> |
|
|
|
</fileset> |
|
|
|
</copy> |
|
|
|
</copy> |
|
|
|
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" |
|
|
|
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/spring-data-mongo-reference.pdf" failonerror="false" /> |
|
|
|
tofile="${project.basedir}/target/site/reference/pdf/spring-data-mongo-reference.pdf" |
|
|
|
|
|
|
|
failonerror="false"/> |
|
|
|
|
|
|
|
</postProcess> |
|
|
|
</postProcess> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
@ -236,7 +233,7 @@ |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<tasks> |
|
|
|
<tasks> |
|
|
|
<ant antfile="${basedir}/src/ant/upload-dist.xml"> |
|
|
|
<ant antfile="${basedir}/src/ant/upload-dist.xml"> |
|
|
|
<target name="upload-dist"/> |
|
|
|
<target name="upload-dist" /> |
|
|
|
</ant> |
|
|
|
</ant> |
|
|
|
</tasks> |
|
|
|
</tasks> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
|