changeset 290:fea86366d792 Eluru-6.5.x

Regenerate a build script
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Wed, 07 Sep 2011 14:42:32 +0400
parents 86ae99a7c5d6
children a5ccea547e9f
files mercurial.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial.xml	Wed Sep 07 12:40:50 2011 +0400
+++ b/mercurial.xml	Wed Sep 07 14:42:32 2011 +0400
@@ -36,6 +36,8 @@
     <exclude name="**/*.orig/**"/>
     <exclude name="**/*.lib/**"/>
     <exclude name="**/*~/**"/>
+    <exclude name="**/__pycache__/**"/>
+    <exclude name="**/.bundle/**"/>
   </patternset>
   <patternset id="library.patterns">
     <include name="*.zip"/>
@@ -57,6 +59,7 @@
     <include name="**/?*.tld"/>
     <include name="**/?*.jsp"/>
     <include name="**/?*.tag"/>
+    <include name="**/?*.template"/>
   </patternset>
   
   <!-- JDK definitions -->
@@ -92,6 +95,10 @@
     <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/util.jar"/>
   </path>
   
+  <path id="library.jdom.classpath">
+    <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/jdom.jar"/>
+  </path>
+  
   <path id="library.jmock.classpath">
     <pathelement location="${basedir}/mercurial-tests/lib/hamcrest-core-1.1.jar"/>
     <pathelement location="${basedir}/mercurial-tests/lib/hamcrest-library-1.1.jar"/>
@@ -216,12 +223,14 @@
     <path refid="${module.jdk.classpath.mercurial-common}"/>
     <path refid="library.teamcityapi-common.classpath"/>
     <path refid="library.idea-openapi.classpath"/>
+    <path refid="library.jdom.classpath"/>
   </path>
   
   <path id="mercurial-common.runtime.production.module.classpath">
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
     <path refid="library.idea-openapi.classpath"/>
+    <path refid="library.jdom.classpath"/>
   </path>
   
   <path id="mercurial-common.module.classpath">
@@ -229,12 +238,14 @@
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
     <path refid="library.idea-openapi.classpath"/>
+    <path refid="library.jdom.classpath"/>
   </path>
   
   <path id="mercurial-common.runtime.module.classpath">
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
     <path refid="library.idea-openapi.classpath"/>
+    <path refid="library.jdom.classpath"/>
   </path>
   
   
@@ -313,6 +324,7 @@
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
     <path refid="library.idea-openapi.classpath"/>
+    <path refid="library.jdom.classpath"/>
   </path>
   
   <path id="mercurial-agent.module.classpath">
@@ -330,6 +342,7 @@
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
     <path refid="library.idea-openapi.classpath"/>
+    <path refid="library.jdom.classpath"/>
   </path>
   
   
@@ -410,6 +423,7 @@
     <path refid="library.log4j.classpath"/>
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
+    <path refid="library.jdom.classpath"/>
   </path>
   
   <path id="mercurial-server.module.classpath">
@@ -429,6 +443,7 @@
     <path refid="library.log4j.classpath"/>
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
+    <path refid="library.jdom.classpath"/>
   </path>
   
   
@@ -523,6 +538,7 @@
     <path refid="library.log4j.classpath"/>
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
+    <path refid="library.jdom.classpath"/>
     <path refid="library.junit.classpath"/>
     <path refid="library.testng.classpath"/>
     <path refid="library.jmock.classpath"/>
@@ -558,6 +574,7 @@
     <path refid="library.log4j.classpath"/>
     <pathelement location="${mercurial-common.output.dir}"/>
     <path refid="library.teamcityapi-common.classpath"/>
+    <path refid="library.jdom.classpath"/>
     <path refid="library.junit.classpath"/>
     <path refid="library.testng.classpath"/>
     <path refid="library.jmock.classpath"/>