# HG changeset patch # User Dmitry Neverov # Date 1349335956 -14400 # Node ID f77000a89e9716e7c769edf627945ed3b302948c # Parent 493f78cb64dda6a73da0ca8b8aecf77fe55ff756 Add idea artifacts diff -r 493f78cb64dd -r f77000a89e97 .hgignore --- a/.hgignore Wed Oct 03 18:08:22 2012 +0400 +++ b/.hgignore Thu Oct 04 11:32:36 2012 +0400 @@ -5,3 +5,4 @@ mercurial.properties syntax: glob .idea/workspace.xml +out \ No newline at end of file diff -r 493f78cb64dd -r f77000a89e97 .idea/ant.xml --- a/.idea/ant.xml Wed Oct 03 18:08:22 2012 +0400 +++ b/.idea/ant.xml Thu Oct 04 11:32:36 2012 +0400 @@ -10,6 +10,14 @@ + + + + + + + + diff -r 493f78cb64dd -r f77000a89e97 .idea/artifacts/mercurial_agent_jar.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.idea/artifacts/mercurial_agent_jar.xml Thu Oct 04 11:32:36 2012 +0400 @@ -0,0 +1,14 @@ + + + $PROJECT_DIR$/out/artifacts/mercurial_agent_jar + + + file://$PROJECT_DIR$/build/ant.build.xml + replace-tokens-in-teamcity-plugin-xml + + + + + + + \ No newline at end of file diff -r 493f78cb64dd -r f77000a89e97 .idea/artifacts/mercurial_common_jar.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.idea/artifacts/mercurial_common_jar.xml Thu Oct 04 11:32:36 2012 +0400 @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/out/artifacts/mercurial_common_jar + + + + + \ No newline at end of file diff -r 493f78cb64dd -r f77000a89e97 .idea/artifacts/mercurial_server_jar.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.idea/artifacts/mercurial_server_jar.xml Thu Oct 04 11:32:36 2012 +0400 @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/out/artifacts/mercurial_server_jar + + + + + \ No newline at end of file diff -r 493f78cb64dd -r f77000a89e97 .idea/artifacts/mercurial_server_tc_jar.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.idea/artifacts/mercurial_server_tc_jar.xml Thu Oct 04 11:32:36 2012 +0400 @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/out/artifacts/mercurial_server_tc_jar + + + + + \ No newline at end of file diff -r 493f78cb64dd -r f77000a89e97 .idea/artifacts/plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.idea/artifacts/plugin.xml Thu Oct 04 11:32:36 2012 +0400 @@ -0,0 +1,25 @@ + + + $PROJECT_DIR$/out/artifacts/plugin + + + file://$PROJECT_DIR$/build/ant.build.xml + replace-tokens-in-teamcity-plugin-xml + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 493f78cb64dd -r f77000a89e97 .idea/artifacts/zip.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.idea/artifacts/zip.xml Thu Oct 04 11:32:36 2012 +0400 @@ -0,0 +1,10 @@ + + + $PROJECT_DIR$/dist + + + + + + + \ No newline at end of file diff -r 493f78cb64dd -r f77000a89e97 .idea/misc.xml --- a/.idea/misc.xml Wed Oct 03 18:08:22 2012 +0400 +++ b/.idea/misc.xml Thu Oct 04 11:32:36 2012 +0400 @@ -3,6 +3,7 @@ + diff -r 493f78cb64dd -r f77000a89e97 build/ant.build.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/ant.build.xml Thu Oct 04 11:32:36 2012 +0400 @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + +