PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-5-pre1/ivy.xml

#
XML | 79 lines | 54 code | 5 blank | 20 comment | 0 complexity | 96b188bc640f17f35b6d091f9455a233 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ jEdit - Programmer's Text Editor
  4. ~ :tabSize=8:indentSize=8:noTabs=false:
  5. ~ :folding=explicit:collapseFolds=1:
  6. ~
  7. ~ Copyright Š 2011 jEdit contributors
  8. ~
  9. ~ This program is free software; you can redistribute it and/or
  10. ~ modify it under the terms of the GNU General Public License
  11. ~ as published by the Free Software Foundation; either version 2
  12. ~ of the License, or any later version.
  13. ~ This program is distributed in the hope that it will be useful,
  14. ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. ~ GNU General Public License for more details.
  17. ~
  18. ~ You should have received a copy of the GNU General Public License
  19. ~ along with this program; if not, write to the Free Software
  20. ~ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  21. -->
  22. <ivy-module version="2.0"
  23. xmlns:e="http://ant.apache.org/ivy/extra"
  24. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  25. xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
  26. <info organisation="org.jedit" module="jedit">
  27. <license name="GPLv2" url="http://www.gnu.org/licenses/gpl-2.0.txt"/>
  28. <ivyauthor name="Björn &quot;Vampire&quot; Kautler"/>
  29. <description homepage="http://www.jEdit.org">
  30. jEdit - Programmer's Text Editor
  31. </description>
  32. </info>
  33. <configurations confmappingoverride="true"
  34. defaultconfmapping="sources,javadoc->@;
  35. compile->master;
  36. %->default">
  37. <conf name="default" description="Runtime dependencies and master artifacts" extends="master, runtime"/>
  38. <conf name="master" description="Artifacts of this module without dependencies"/>
  39. <conf name="compile" description="Compile dependencies" visibility="private" transitive="false"/>
  40. <conf name="runtime" description="Runtime dependencies" extends="compile"/>
  41. <conf name="test" description="Testing dependencies" visibility="private" extends="runtime"/>
  42. <conf name="provided" description="Provided dependencies" visibility="private"/>
  43. <conf name="sources" description="Source artifacts" visibility="private"/>
  44. <conf name="javadoc" description="JavaDoc artifacts" visibility="private"/>
  45. <conf name="ant-contrib" description="Dependencies for ant-contrib" visibility="private"/>
  46. <conf name="docbook" description="Dependencies for translating DocBook files" visibility="private"/>
  47. <conf name="fop" description="Dependencies for FOP" visibility="private"/>
  48. <conf name="jarbundler" description="Dependencies for JarBundler" visibility="private"/>
  49. <conf name="launch4j" description="Dependencies for Launch4j" visibility="private"/>
  50. <conf name="scripting" description="Dependencies for Scripting" visibility="private"/>
  51. <conf name="default-plugins" description="Shipped default plugins" visibility="private"/>
  52. </configurations>
  53. <publications defaultconf="master"/>
  54. <dependencies defaultconf="compile;sources;javadoc">
  55. <dependency org="ant-contrib" name="ant-contrib" rev="1.0b3" conf="ant-contrib"/>
  56. <dependency org="saxon" name="saxon" rev="6.5.3" conf="docbook"/>
  57. <dependency org="net.sf.docbook" name="docbook-xsl" rev="1.76.1" conf="docbook">
  58. <artifact name="docbook-xsl" e:classifier="resources" type="zip"/>
  59. </dependency>
  60. <dependency org="net.sf.docbook" name="docbook-xsl-saxon" rev="1.0.0" conf="docbook"/>
  61. <dependency org="xerces" name="xercesImpl" rev="2.10.0" conf="docbook,jarbundler"/>
  62. <dependency org="org.apache.xmlgraphics" name="fop" rev="1.0" conf="fop"/>
  63. <dependency org="net.sf.launch4j" name="launch4j" rev="3.0.2" conf="launch4j">
  64. <artifact name="launch4j" e:classifier="win32" type="zip"/>
  65. <artifact name="launch4j" e:classifier="macosx" type="tgz"/>
  66. <artifact name="launch4j" e:classifier="linux" type="tgz"/>
  67. </dependency>
  68. <dependency org="org.jedit.plugins" name="MacOSX" rev="1.2" conf="default-plugins"/>
  69. <dependency org="org.jedit.plugins" name="QuickNotepad" rev="4.4" conf="default-plugins"/>
  70. <dependency org="bsf" name="bsf" rev="2.4.0" conf="scripting"/>
  71. <dependency org="org.beanshell" name="bsh" rev="2.0b4" conf="scripting"/>
  72. <dependency org="org.bouncycastle" name="bcpg-jdk16" rev="1.46" conf="scripting"/>
  73. </dependencies>
  74. </ivy-module>