PageRenderTime 1272ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
XML | 43 lines | 21 code | 2 blank | 20 comment | 0 complexity | bead3be77b469ae7247577305f917579 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. <ivysettings>
  23. <settings defaultResolver="default"/>
  24. <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
  25. <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
  26. <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
  27. <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
  28. <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
  29. <resolvers>
  30. <url name="launch4j">
  31. <artifact pattern="http://downloads.sourceforge.net/project/launch4j/launch4j-3/[revision]/[artifact]-[revision]-[classifier].[ext]" />
  32. </url>
  33. <url name="jedit-plugins">
  34. <artifact pattern="jar:http://downloads.sourceforge.net/project/jedit-plugins/[artifact]/[revision]/[artifact]-[revision]-bin.zip!/[artifact].jar" />
  35. </url>
  36. </resolvers>
  37. <modules>
  38. <module organisation="net.sf.launch4j" resolver="launch4j" />
  39. <module organisation="org.jedit.plugins" resolver="jedit-plugins" />
  40. </modules>
  41. </ivysettings>