[maven-release-plugin] prepare branch ignite-release-test-branch-3
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3b9e3087 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3b9e3087 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3b9e3087 Branch: refs/heads/ignite-release-test Commit: 3b9e30879b3e5621e856dc51960c3dfad7a3e1b7 Parents: 694061f Author: avinogradov <avinogra...@gridgain.com> Authored: Tue Mar 3 18:58:22 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue Mar 3 18:58:22 2015 +0300 ---------------------------------------------------------------------- examples/pom.xml | 5 +- modules/aop/pom.xml | 5 +- modules/assembly/pom.xml | 139 +++++++++++++++++-------------------- modules/aws/pom.xml | 5 +- modules/clients/pom.xml | 5 +- modules/codegen/pom.xml | 4 +- modules/core/pom.xml | 41 +++++------ modules/extdata/p2p/pom.xml | 12 +--- modules/extdata/uri/pom.xml | 14 ++-- modules/geospatial/pom.xml | 5 +- modules/hadoop/pom.xml | 5 +- modules/hibernate/pom.xml | 5 +- modules/indexing/pom.xml | 5 +- modules/jcl/pom.xml | 5 +- modules/jta/pom.xml | 5 +- modules/log4j/pom.xml | 5 +- modules/rest-http/pom.xml | 5 +- modules/scalar/pom.xml | 30 ++++---- modules/schedule/pom.xml | 5 +- modules/schema-load/pom.xml | 5 +- modules/slf4j/pom.xml | 5 +- modules/spring/pom.xml | 5 +- modules/ssh/pom.xml | 5 +- modules/tools/pom.xml | 4 +- modules/urideploy/pom.xml | 5 +- modules/visor-console/pom.xml | 9 +-- modules/visor-plugins/pom.xml | 5 +- modules/web/pom.xml | 5 +- pom.xml | 29 ++++---- 29 files changed, 137 insertions(+), 245 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 633abfe..aa46c95 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -17,10 +17,7 @@ limitations under the License. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/aop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml index 14d1922..6e041d1 100644 --- a/modules/aop/pom.xml +++ b/modules/aop/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/modules/assembly/pom.xml b/modules/assembly/pom.xml index 35c3363..f8d6590 100644 --- a/modules/assembly/pom.xml +++ b/modules/assembly/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -186,105 +183,101 @@ <configuration> <target> <replaceregexp byline="true"> - <regexp pattern='pushd "%~dp0"/\.\./\.\.(\s*&::.+)?'/> - <substitution expression='pushd "%~dp0"/..'/> + <regexp pattern="pushd "%~dp0"/\.\./\.\.(\s*&::.+)?" /> + <substitution expression="pushd "%~dp0"/.." /> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.bat"/> + <include name="**/*.bat" /> </fileset> </replaceregexp> <replaceregexp byline="true"> - <regexp pattern='IGNITE_HOME_TMP="\$\(dirname "\$\{IGNITE_HOME_TMP\}"\)"(\s*#.*)?'/> - <substitution expression=""/> + <regexp pattern="IGNITE_HOME_TMP="\$\(dirname "\$\{IGNITE_HOME_TMP\}"\)"(\s*#.*)?" /> + <substitution expression="" /> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.sh"/> + <include name="**/*.sh" /> </fileset> </replaceregexp> <replaceregexp byline="true"> - <regexp pattern='set SCRIPTS_HOME=%IGNITE_HOME%\\os\\bin(\s*&::.*)?'/> - <substitution expression='set SCRIPTS_HOME=%IGNITE_HOME%\\\\bin'/> + <regexp pattern="set SCRIPTS_HOME=%IGNITE_HOME%\\os\\bin(\s*&::.*)?" /> + <substitution expression="set SCRIPTS_HOME=%IGNITE_HOME%\\\\bin" /> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.bat"/> + <include name="**/*.bat" /> </fileset> </replaceregexp> <replaceregexp byline="true"> - <regexp pattern='SCRIPTS_HOME="\$\{IGNITE_HOME_TMP\}/os/bin"(\s*#.*)?'/> - <substitution expression='SCRIPTS_HOME="$${IGNITE_HOME_TMP}/bin"'/> + <regexp pattern="SCRIPTS_HOME="\$\{IGNITE_HOME_TMP\}/os/bin"(\s*#.*)?" /> + <substitution expression="SCRIPTS_HOME="$${IGNITE_HOME_TMP}/bin"" /> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.sh"/> + <include name="**/*.sh" /> </fileset> </replaceregexp> <replaceregexp byline="true"> - <regexp pattern='\. "\$\{SCRIPTS_HOME\}"/include/target-classpath.sh(\s*#.*)?'/> - <substitution expression=""/> + <regexp pattern="\. "\$\{SCRIPTS_HOME\}"/include/target-classpath.sh(\s*#.*)?" /> + <substitution expression="" /> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.sh"/> + <include name="**/*.sh" /> </fileset> </replaceregexp> <replaceregexp byline="true"> - <regexp pattern='call "%SCRIPTS_HOME%\\include\\target-classpath.bat"(\s*&::.*)?'/> - <substitution expression=""/> + <regexp pattern="call "%SCRIPTS_HOME%\\include\\target-classpath.bat"(\s*&::.*)?" /> + <substitution expression="" /> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.bat"/> + <include name="**/*.bat" /> </fileset> </replaceregexp> <replaceregexp byline="true"> - <regexp pattern='ENABLE_ASSERTIONS=.*'/> - <substitution expression="ENABLE_ASSERTIONS="0""/> + <regexp pattern="ENABLE_ASSERTIONS=.*" /> + <substitution expression="ENABLE_ASSERTIONS="0"" /> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.sh"/> + <include name="**/*.sh" /> </fileset> </replaceregexp> <replaceregexp byline="true"> - <regexp pattern='ENABLE_ASSERTIONS=.*'/> - <substitution expression="ENABLE_ASSERTIONS=0"/> + <regexp pattern="ENABLE_ASSERTIONS=.*" /> + <substitution expression="ENABLE_ASSERTIONS=0" /> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.bat"/> + <include name="**/*.bat" /> </fileset> </replaceregexp> <replace token="@sh.file.version" value="${project.version}"> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.sh"/> + <include name="**/*.sh" /> </fileset> </replace> <replace token="@bat.file.version" value="${project.version}"> <fileset dir="${basedir}/target/release-package/bin"> - <include name="**/*.bat"/> + <include name="**/*.bat" /> </fileset> </replace> <replace token="@xml.file.version" value="${project.version}"> <fileset dir="${basedir}/target/release-package"> - <include name="**/*.xml"/> + <include name="**/*.xml" /> </fileset> </replace> - <zip destfile="${basedir}/target/ignite-${ignite.edition}-${project.version}.zip" - encoding="UTF-8"> - <zipfileset dir="${basedir}/target/release-package" - prefix="ignite-${ignite.edition}-${project.version}" - filemode="755"> - <include name="**/*.sh"/> - <include name="**/configure"/> - <include name="**/install-sh"/> - <include name="**/compile"/> - <include name="**/missing"/> + <zip destfile="${basedir}/target/ignite-${ignite.edition}-${project.version}.zip" encoding="UTF-8"> + <zipfileset dir="${basedir}/target/release-package" prefix="ignite-${ignite.edition}-${project.version}" filemode="755"> + <include name="**/*.sh" /> + <include name="**/configure" /> + <include name="**/install-sh" /> + <include name="**/compile" /> + <include name="**/missing" /> </zipfileset> - <zipfileset dir="${basedir}/target/release-package" - prefix="ignite-${ignite.edition}-${project.version}"> - <exclude name="**/*.sh"/> - <exclude name="**/configure"/> - <exclude name="**/install-sh"/> - <exclude name="**/compile"/> - <exclude name="**/missing"/> + <zipfileset dir="${basedir}/target/release-package" prefix="ignite-${ignite.edition}-${project.version}"> + <exclude name="**/*.sh" /> + <exclude name="**/configure" /> + <exclude name="**/install-sh" /> + <exclude name="**/compile" /> + <exclude name="**/missing" /> </zipfileset> </zip> </target> @@ -444,35 +437,31 @@ <phase>process-resources</phase> <configuration> <target> - <java - classname="org.apache.ignite.tools.marshaller.optimized.OptimizedClassNamesGenerator" - fork="true" - failonerror="true" - maxmemory="1g"> + <java classname="org.apache.ignite.tools.marshaller.optimized.OptimizedClassNamesGenerator" fork="true" failonerror="true" maxmemory="1g"> <classpath> - <path location="${ignite.home}/modules/core/target/classes"/> - <path location="${ignite.home}/modules/aop/target/classes"/> - <path location="${ignite.home}/modules/aws/target/classes"/> - <path location="${ignite.home}/modules/email/target/classes"/> - <path location="${ignite.home}/modules/hadoop/target/classes"/> - <path location="${ignite.home}/modules/hibernate/target/classes"/> - <path location="${ignite.home}/modules/indexing/target/classes"/> - <path location="${ignite.home}/modules/jcl/target/classes"/> - <path location="${ignite.home}/modules/jta/target/classes"/> - <path location="${ignite.home}/modules/log4j/target/classes"/> - <path location="${ignite.home}/modules/rest-http/target/classes"/> - <path location="${ignite.home}/modules/schedule/target/classes"/> - <path location="${ignite.home}/modules/slf4j/target/classes"/> - <path location="${ignite.home}/modules/spring/target/classes"/> - <path location="${ignite.home}/modules/ssh/target/classes"/> - <path location="${ignite.home}/modules/urideploy/target/classes"/> - <path location="${ignite.home}/modules/web/target/classes"/> - <path location="${ignite.home}/modules/scalar/target/classes"/> - <path location="${ignite.home}/modules/visor-console/target/classes"/> - <path refid="maven.plugin.classpath"/> + <path location="${ignite.home}/modules/core/target/classes" /> + <path location="${ignite.home}/modules/aop/target/classes" /> + <path location="${ignite.home}/modules/aws/target/classes" /> + <path location="${ignite.home}/modules/email/target/classes" /> + <path location="${ignite.home}/modules/hadoop/target/classes" /> + <path location="${ignite.home}/modules/hibernate/target/classes" /> + <path location="${ignite.home}/modules/indexing/target/classes" /> + <path location="${ignite.home}/modules/jcl/target/classes" /> + <path location="${ignite.home}/modules/jta/target/classes" /> + <path location="${ignite.home}/modules/log4j/target/classes" /> + <path location="${ignite.home}/modules/rest-http/target/classes" /> + <path location="${ignite.home}/modules/schedule/target/classes" /> + <path location="${ignite.home}/modules/slf4j/target/classes" /> + <path location="${ignite.home}/modules/spring/target/classes" /> + <path location="${ignite.home}/modules/ssh/target/classes" /> + <path location="${ignite.home}/modules/urideploy/target/classes" /> + <path location="${ignite.home}/modules/web/target/classes" /> + <path location="${ignite.home}/modules/scalar/target/classes" /> + <path location="${ignite.home}/modules/visor-console/target/classes" /> + <path refid="maven.plugin.classpath" /> </classpath> - <arg value="${ignite.home}/modules/core/src/main/java"/> - <jvmarg value="-XX:MaxPermSize=1g"/> + <arg value="${ignite.home}/modules/core/src/main/java" /> + <jvmarg value="-XX:MaxPermSize=1g" /> </java> </target> </configuration> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/aws/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml index 237b635..791bc8f 100644 --- a/modules/aws/pom.xml +++ b/modules/aws/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/clients/pom.xml ---------------------------------------------------------------------- diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml index a816309..b70a61f 100644 --- a/modules/clients/pom.xml +++ b/modules/clients/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/codegen/pom.xml ---------------------------------------------------------------------- diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index 9eea074..5352bef 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -20,9 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 8b7298f..b0e8afb 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -196,47 +193,43 @@ <phase>process-resources</phase> <configuration> <target> - <exec executable="${git.exec}" outputproperty="ignite.build" - failonerror="yes"> - <arg line="log -1 --format=%ct"/> + <exec executable="${git.exec}" outputproperty="ignite.build" failonerror="yes"> + <arg line="log -1 --format=%ct" /> </exec> - <exec executable="${git.exec}" outputproperty="ignite.revision" - failonerror="yes"> - <arg line="log -1 --format=%H"/> + <exec executable="${git.exec}" outputproperty="ignite.revision" failonerror="yes"> + <arg line="log -1 --format=%H" /> </exec> <tstamp> - <format property="ignite.rel.date" pattern="ddMMyyyy" locale="en"/> + <format property="ignite.rel.date" pattern="ddMMyyyy" locale="en" /> </tstamp> - <property name="props.file" - value="../../modules/core/target/classes/ignite.properties"/> + <property name="props.file" value="../../modules/core/target/classes/ignite.properties" /> <replaceregexp file="${props.file}" byline="true"> - <regexp pattern="ignite.version=.*"/> - <substitution expression="ignite.version=${project.version}"/> + <regexp pattern="ignite.version=.*" /> + <substitution expression="ignite.version=${project.version}" /> </replaceregexp> <replaceregexp file="${props.file}" byline="true"> - <regexp pattern="ignite.build=.*"/> - <substitution expression="ignite.build=${ignite.build}"/> + <regexp pattern="ignite.build=.*" /> + <substitution expression="ignite.build=${ignite.build}" /> </replaceregexp> <replaceregexp file="${props.file}" byline="true"> - <regexp pattern="ignite.revision=.*"/> - <substitution expression="ignite.revision=${ignite.revision}"/> + <regexp pattern="ignite.revision=.*" /> + <substitution expression="ignite.revision=${ignite.revision}" /> </replaceregexp> <replaceregexp file="${props.file}" byline="true"> - <regexp pattern="ignite.rel.date=.*"/> - <substitution expression="ignite.rel.date=${ignite.rel.date}"/> + <regexp pattern="ignite.rel.date=.*" /> + <substitution expression="ignite.rel.date=${ignite.rel.date}" /> </replaceregexp> <replaceregexp file="${props.file}" byline="true"> - <regexp pattern="ignite.update.status.params=.*"/> - <substitution - expression="ignite.update.status.params=ver=${project.version}"/> + <regexp pattern="ignite.update.status.params=.*" /> + <substitution expression="ignite.update.status.params=ver=${project.version}" /> </replaceregexp> </target> </configuration> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/extdata/p2p/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml index 0f608eb..7972c6c 100644 --- a/modules/extdata/p2p/pom.xml +++ b/modules/extdata/p2p/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -85,12 +82,9 @@ <phase>compile</phase> <configuration> <target> - <taskdef name="gar" - classname="org.apache.ignite.util.antgar.IgniteDeploymentGarAntTask"/> + <taskdef name="gar" classname="org.apache.ignite.util.antgar.IgniteDeploymentGarAntTask" /> - <gar destfile="${basedir}/deploy/p2p.gar" - descrdir="${basedir}/META-INF" - basedir="${basedir}/target/classes"/> + <gar destfile="${basedir}/deploy/p2p.gar" descrdir="${basedir}/META-INF" basedir="${basedir}/target/classes" /> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/extdata/uri/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index 8c290d2..78dbd9c 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -112,14 +109,11 @@ <phase>compile</phase> <configuration> <target> - <copy file="${settings.localRepository}/com/sun/mail/javax.mail/1.5.2/javax.mail-1.5.2.jar" - todir="${basedir}/target/classes/lib"/> + <copy file="${settings.localRepository}/com/sun/mail/javax.mail/1.5.2/javax.mail-1.5.2.jar" todir="${basedir}/target/classes/lib" /> - <taskdef name="gar" - classname="org.apache.ignite.util.antgar.IgniteDeploymentGarAntTask"/> + <taskdef name="gar" classname="org.apache.ignite.util.antgar.IgniteDeploymentGarAntTask" /> - <gar destfile="${basedir}/deploy/uri.gar" - basedir="${basedir}/target/classes"/> + <gar destfile="${basedir}/deploy/uri.gar" basedir="${basedir}/target/classes" /> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index f0e6497..ce69738 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index 05f4e37..9ac3c29 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml index 87c5d7a..da2f004 100644 --- a/modules/hibernate/pom.xml +++ b/modules/hibernate/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index 3bac251..f8a2e97 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/jcl/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jcl/pom.xml b/modules/jcl/pom.xml index bea54c5..9176b6f 100644 --- a/modules/jcl/pom.xml +++ b/modules/jcl/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/jta/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml index ccf33ca..9ea5787 100644 --- a/modules/jta/pom.xml +++ b/modules/jta/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/log4j/pom.xml b/modules/log4j/pom.xml index a63a5d5..2f61df7 100644 --- a/modules/log4j/pom.xml +++ b/modules/log4j/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index e73c3cb..3f70911 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index 722f12f..8a9584c 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -118,16 +115,15 @@ <target> <copy todir="target/site/scaladocs"> <fileset dir="../../assembly/docfiles"> - <include name="img/**"/> - <include name="*.js"/> + <include name="img/**" /> + <include name="*.js" /> </fileset> </copy> - <taskdef name="doctask" - classname="org.apache.ignite.tools.ant.beautifier.GridJavadocAntTask"/> + <taskdef name="doctask" classname="org.apache.ignite.tools.ant.beautifier.GridJavadocAntTask" /> <doctask css="dotted" dir="target/site/scaladocs" verify="false"> - <include name="**/*.html"/> + <include name="**/*.html" /> </doctask> <property name="footer"> @@ -145,30 +141,28 @@ </property> <replace dir="target/site/scaladocs" token="<!--FOOTER-->" value="${footer}"> - <include name="**/*.html"/> + <include name="**/*.html" /> </replace> <replace dir="target/site/scaladocs"> <replacetoken>src="package.html"</replacetoken> <replacevalue>src=org/apache/ignite/scalar/scalar$.html</replacevalue> - <include name="**/index.html"/> + <include name="**/index.html" /> </replace> <replace dir="target/site/scaladocs"> <replacetoken>location.replace("package.html")</replacetoken> <replacevalue>location.replace("org/apache/ignite/scalar/scalar$.html")</replacevalue> - <include name="**/index.js"/> + <include name="**/index.js" /> </replace> <replaceregexp byline="true" flags="im" encoding="UTF-8"> - <regexp pattern='(<dt>Attributes</dt><dd>protected\[)<a.+>(.+)</a>(\]\s+</dd>)'/> - <substitution expression="\1\2\3"/> - <fileset dir="target/site/scaladocs"/> + <regexp pattern="(<dt>Attributes</dt><dd>protected\[)<a.+>(.+)</a>(\]\s+</dd>)" /> + <substitution expression="\1\2\3" /> + <fileset dir="target/site/scaladocs" /> </replaceregexp> - <zip destfile="target/ignite-scalar-${project.version}-javadoc.jar" - basedir="target/site/scaladocs" - encoding="UTF-8"/> + <zip destfile="target/ignite-scalar-${project.version}-javadoc.jar" basedir="target/site/scaladocs" encoding="UTF-8" /> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/schedule/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schedule/pom.xml b/modules/schedule/pom.xml index 937d7d7..17c0772 100644 --- a/modules/schedule/pom.xml +++ b/modules/schedule/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/schema-load/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-load/pom.xml b/modules/schema-load/pom.xml index 3fb9223..7ebeaec 100644 --- a/modules/schema-load/pom.xml +++ b/modules/schema-load/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/slf4j/pom.xml b/modules/slf4j/pom.xml index 39c1132..c53d5b3 100644 --- a/modules/slf4j/pom.xml +++ b/modules/slf4j/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/spring/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index c773ae4..282293f 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ssh/pom.xml b/modules/ssh/pom.xml index 80e02bc..c7f6a31 100644 --- a/modules/ssh/pom.xml +++ b/modules/ssh/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/tools/pom.xml ---------------------------------------------------------------------- diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index b014ab9..6c78b14 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -20,9 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index b0f7d44..a595b5d 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/visor-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml index 6d68e26..2079caf 100644 --- a/modules/visor-console/pom.xml +++ b/modules/visor-console/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -147,9 +144,7 @@ <phase>prepare-package</phase> <configuration> <target> - <zip destfile="target/ignite-visor-console-${project.version}-javadoc.jar" - basedir="target/site/scaladocs" - encoding="UTF-8"/> + <zip destfile="target/ignite-visor-console-${project.version}-javadoc.jar" basedir="target/site/scaladocs" encoding="UTF-8" /> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/visor-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-plugins/pom.xml b/modules/visor-plugins/pom.xml index 4d68827..8a2035f 100644 --- a/modules/visor-plugins/pom.xml +++ b/modules/visor-plugins/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index 75701e0..96b2f3a 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3b9e3087/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 591a8da..dedbed4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,10 +20,7 @@ <!-- POM file. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -77,7 +74,8 @@ <url>https://git-wip-us.apache.org/repos/asf/incubator-ignite</url> <connection>scm:git:git://git-wip-us.apache.org/repos/asf/incubator-ignite</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ignite</developerConnection> - </scm> + <tag>ignite-release-test-branch-3</tag> + </scm> <developers> <developer> @@ -461,7 +459,7 @@ <exclude>src/main/java/org/jdk8/backport/*.java</exclude><!--own license--> <exclude>src/test/java/org/apache/ignite/p2p/p2p.properties</exclude><!--test depends on file content--> <exclude>src/test/resources/log/ignite.log.tst</exclude><!--test resource--> - <exclude>src/test/config/start-nodes.ini</exclude><!----> + <exclude>src/test/config/start-nodes.ini</exclude> <exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.incorrefs</exclude><!--test resource--> <exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.empty</exclude><!--should be empty--> <exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml</exclude><!--test resource--> @@ -473,11 +471,11 @@ <!--shmem--> <exclude>ipc/shmem/**/Makefile.in</exclude><!--auto generated files--> <exclude>ipc/shmem/**/Makefile</exclude><!--auto generated files--> - <exclude>ipc/shmem/compile</exclude><!----> + <exclude>ipc/shmem/compile</exclude> <exclude>ipc/shmem/config.guess</exclude><!--own license--> <exclude>ipc/shmem/config.sub</exclude><!--own license--> <exclude>ipc/shmem/configure</exclude><!--own license--> - <exclude>ipc/shmem/configure.ac</exclude><!----> + <exclude>ipc/shmem/configure.ac</exclude> <exclude>ipc/shmem/ltmain.sh</exclude><!--own license--> <exclude>ipc/shmem/install-sh</exclude><!--own license--> <exclude>ipc/shmem/depcomp</exclude><!--own license--> @@ -1038,19 +1036,18 @@ <target> <copy todir="${basedir}/target/javadoc/core"> <fileset dir="assembly/docfiles"> - <include name="img/**"/> - <include name="*.js"/> + <include name="img/**" /> + <include name="*.js" /> </fileset> </copy> - <taskdef name="doctask" - classname="org.apache.ignite.tools.ant.beautifier.GridJavadocAntTask"/> + <taskdef name="doctask" classname="org.apache.ignite.tools.ant.beautifier.GridJavadocAntTask" /> <doctask css="dotted" dir="target/javadoc/core"> - <include name="**/*.html"/> - <exclude name="overview-frame.html"/> - <exclude name="allclasses-frame.html"/> - <exclude name="**/class-use/*"/> + <include name="**/*.html" /> + <exclude name="overview-frame.html" /> + <exclude name="allclasses-frame.html" /> + <exclude name="**/class-use/*" /> </doctask> </target> </configuration>