# ignite-293: remove os/ and os\
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a6f97b29 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a6f97b29 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a6f97b29 Branch: refs/heads/sprint-2 Commit: a6f97b292eba6ac9f1d38f1da37bd23d0a896a72 Parents: a582cec Author: Artem Shutak <ashu...@gridgain.com> Authored: Wed Mar 4 20:42:25 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Wed Mar 4 20:42:25 2015 +0300 ---------------------------------------------------------------------- bin/include/target-classpath.bat | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a6f97b29/bin/include/target-classpath.bat ---------------------------------------------------------------------- diff --git a/bin/include/target-classpath.bat b/bin/include/target-classpath.bat index bd304c1..4416557 100644 --- a/bin/include/target-classpath.bat +++ b/bin/include/target-classpath.bat @@ -18,7 +18,7 @@ :: Target class path resolver. :: :: Can be used like: -:: call "%IGNITE_HOME%\os\bin\include\target-classpath.bat" +:: call "%IGNITE_HOME%\bin\include\target-classpath.bat" :: in other scripts to set classpath using libs from target folder. :: :: Will be excluded in release. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a6f97b29/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 41e1172..b8a51e1 100644 --- a/pom.xml +++ b/pom.xml @@ -1138,7 +1138,7 @@ </replaceregexp> <replaceregexp byline="true"> - <regexp pattern='set SCRIPTS_HOME=%IGNITE_HOME%\\os\\bin(\s*&::.*)?'/> + <regexp pattern='set SCRIPTS_HOME=%IGNITE_HOME%\\bin(\s*&::.*)?'/> <substitution expression='set SCRIPTS_HOME=%IGNITE_HOME%\\\\bin'/> <fileset dir="${basedir}/target/release-package/bin"> <include name="**/*.bat"/>