changeset 15:3539151629aa

new TC openapi libs added
author Pavel.Sher
date Tue, 15 Jul 2008 22:12:17 +0400
parents b5b31085de22
children 7aa397165fa0
files mercurial-tests/lib/patches-tests.jar mercurial-tests/lib/test.jar mercurial.ipr mercurial.properties mercurial.xml mercurial/lib/common-api.jar mercurial/lib/common.jar mercurial/lib/patches.jar mercurial/lib/server-api.jar mercurial/lib/server-model.jar mercurial/lib/server-openapi.jar mercurial/lib/src/openApi-source.jar mercurial/lib/utils.jar mercurial/lib/web-openapi.jar
diffstat 14 files changed, 9 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
Binary file mercurial-tests/lib/patches-tests.jar has changed
Binary file mercurial-tests/lib/test.jar has changed
--- a/mercurial.ipr	Tue Jul 15 21:59:08 2008 +0400
+++ b/mercurial.ipr	Tue Jul 15 22:12:17 2008 +0400
@@ -441,12 +441,8 @@
   <component name="libraryTable">
     <library name="TeamCity-openapi">
       <CLASSES>
-        <root url="jar://$PROJECT_DIR$/mercurial/lib/server-openapi.jar!/" />
-        <root url="jar://$PROJECT_DIR$/mercurial/lib/web-openapi.jar!/" />
-        <root url="jar://$PROJECT_DIR$/mercurial/lib/server-model.jar!/" />
-        <root url="jar://$PROJECT_DIR$/mercurial/lib/common.jar!/" />
-        <root url="jar://$PROJECT_DIR$/mercurial/lib/utils.jar!/" />
-        <root url="jar://$PROJECT_DIR$/mercurial/lib/patches.jar!/" />
+        <root url="jar://$PROJECT_DIR$/mercurial/lib/server-api.jar!/" />
+        <root url="jar://$PROJECT_DIR$/mercurial/lib/common-api.jar!/" />
       </CLASSES>
       <JAVADOC />
       <SOURCES>
@@ -466,7 +462,6 @@
     <library name="TeamCity-testsSupport">
       <CLASSES>
         <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/patches-tests.jar!/" />
-        <root url="jar://$PROJECT_DIR$/mercurial-tests/lib/test.jar!/" />
       </CLASSES>
       <JAVADOC />
       <SOURCES />
--- a/mercurial.properties	Tue Jul 15 21:59:08 2008 +0400
+++ b/mercurial.properties	Tue Jul 15 22:12:17 2008 +0400
@@ -1,2 +1,1 @@
-path.variable.ant_home=C:/Tools/apache-ant-1.6.5
-path.variable.template=C:/Perforce/BuildServer
\ No newline at end of file
+path.variable.ant_home=C:/Tools/apache-ant-1.6.5
\ No newline at end of file
--- a/mercurial.xml	Tue Jul 15 21:59:08 2008 +0400
+++ b/mercurial.xml	Tue Jul 15 22:12:17 2008 +0400
@@ -46,18 +46,15 @@
   <!-- Project Libraries -->
   
   <path id="library.teamcity-openapi.classpath">
-    <pathelement location="${basedir}/mercurial/lib/server-openapi.jar"/>
-    <pathelement location="${basedir}/mercurial/lib/web-openapi.jar"/>
-    <pathelement location="${basedir}/mercurial/lib/server-model.jar"/>
-    <pathelement location="${basedir}/mercurial/lib/common.jar"/>
-    <pathelement location="${basedir}/mercurial/lib/utils.jar"/>
-    <pathelement location="${basedir}/mercurial/lib/patches.jar"/>
+    <pathelement location="${basedir}/mercurial/lib/server-api.jar"/>
+    <pathelement location="${basedir}/mercurial/lib/common-api.jar"/>
   </path>
   
   <path id="library.idea-openapi.classpath">
     <pathelement location="${basedir}/mercurial/lib/annotations.jar"/>
     <pathelement location="${basedir}/mercurial/lib/openapi.jar"/>
     <pathelement location="${basedir}/mercurial/lib/util.jar"/>
+    <pathelement location="${basedir}/mercurial/lib/resources_en.jar"/>
   </path>
   
   <path id="library.teamcity-testssupport.classpath">
@@ -103,8 +100,8 @@
   
   <property name="compiler.args.main" value="${compiler.args}"/>
   
-  <property name="main.output.dir" value="${module.main.basedir}/out/production/main"/>
-  <property name="main.testoutput.dir" value="${module.main.basedir}/out/test/main"/>
+  <property name="main.output.dir" value="undefined"/>
+  <property name="main.testoutput.dir" value="undefined"/>
   
   <path id="main.module.bootclasspath">
     <!-- Paths to be included in compilation bootclasspath -->
@@ -112,10 +109,7 @@
   
   <path id="main.module.classpath"/>
   
-  <path id="main.runtime.module.classpath">
-    <pathelement location="${main.output.dir}"/>
-    <pathelement location="${main.testoutput.dir}"/>
-  </path>
+  <path id="main.runtime.module.classpath"/>
   
   
   <patternset id="excluded.from.module.main">
Binary file mercurial/lib/common-api.jar has changed
Binary file mercurial/lib/common.jar has changed
Binary file mercurial/lib/patches.jar has changed
Binary file mercurial/lib/server-api.jar has changed
Binary file mercurial/lib/server-model.jar has changed
Binary file mercurial/lib/server-openapi.jar has changed
Binary file mercurial/lib/src/openApi-source.jar has changed
Binary file mercurial/lib/utils.jar has changed
Binary file mercurial/lib/web-openapi.jar has changed