changeset 708:0e51fa4565db

add commons-codec + update packaging
author eugene.petrenko@jetbrains.com
date Wed, 08 Jan 2014 18:43:06 +0100
parents 12ffac409559
children 1c212cdc86b6
files .idea/artifacts/mercurial_vcs_worker.xml .idea/artifacts/plugin.xml .idea/libraries/commons_codec_1_4.xml lib/commons-codec-1.4.jar mercurial-common/mercurial-common.iml
diffstat 5 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.idea/artifacts/mercurial_vcs_worker.xml	Wed Jan 08 18:32:56 2014 +0100
+++ b/.idea/artifacts/mercurial_vcs_worker.xml	Wed Jan 08 18:43:06 2014 +0100
@@ -13,6 +13,7 @@
         <element id="artifact" artifact-name="mercurial-server.jar" />
         <element id="library" level="project" name="quartz-1.6.0" />
         <element id="library" level="project" name="commons-compress-1.5" />
+        <element id="library" level="project" name="commons-codec-1.4" />
       </element>
       <element id="file-copy" path="$PROJECT_DIR$/teamcity-plugin.xml" />
     </root>
--- a/.idea/artifacts/plugin.xml	Wed Jan 08 18:32:56 2014 +0100
+++ b/.idea/artifacts/plugin.xml	Wed Jan 08 18:43:06 2014 +0100
@@ -14,6 +14,7 @@
         <element id="artifact" artifact-name="mercurial-server-tc.jar" />
         <element id="library" level="project" name="quartz-1.6.0" />
         <element id="library" level="project" name="commons-compress-1.5" />
+        <element id="library" level="project" name="commons-codec-1.4" />
       </element>
       <element id="directory" name="agent">
         <element id="archive" name="mercurial.zip">
@@ -21,6 +22,8 @@
             <element id="directory" name="lib">
               <element id="artifact" artifact-name="mercurial-common.jar" />
               <element id="artifact" artifact-name="mercurial-agent.jar" />
+              <element id="library" level="project" name="commons-codec-1.4" />
+              <element id="library" level="project" name="commons-compress-1.5" />
             </element>
           </element>
         </element>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.idea/libraries/commons_codec_1_4.xml	Wed Jan 08 18:43:06 2014 +0100
@@ -0,0 +1,9 @@
+<component name="libraryTable">
+  <library name="commons-codec-1.4">
+    <CLASSES>
+      <root url="jar://$PROJECT_DIR$/lib/commons-codec-1.4.jar!/" />
+    </CLASSES>
+    <JAVADOC />
+    <SOURCES />
+  </library>
+</component>
\ No newline at end of file
Binary file lib/commons-codec-1.4.jar has changed
--- a/mercurial-common/mercurial-common.iml	Wed Jan 08 18:32:56 2014 +0100
+++ b/mercurial-common/mercurial-common.iml	Wed Jan 08 18:43:06 2014 +0100
@@ -11,6 +11,7 @@
     <orderEntry type="library" exported="" name="TeamCityAPI-common" level="project" />
     <orderEntry type="library" exported="" name="IDEA-openapi" level="project" />
     <orderEntry type="library" name="jdom" level="project" />
+    <orderEntry type="library" name="commons-codec-1.4" level="project" />
   </component>
 </module>