You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ivyde.xml 1.7 kB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <document>
  17. <properties>
  18. <index value="1"/>
  19. <title>The IvyDE Subproject</title>
  20. </properties>
  21. <body>
  22. <section name="The IvyDE Subproject">
  23. <h3>Apache IvyDE</h3>
  24. <ul>IvyDE is the Eclipse plugin which intergrate Ivy into your java development enviromnent. It includes:
  25. <li>an Ivy xml files editor: creation wizard, html preview and completion for Ivy xml tag, attributes but also attributes' values.</li>
  26. <li>an Ivy settings files editor: completion for xml tag, attributes but also attributes' values.</li>
  27. <li>a classpath container: automatic downloads, access "resolve" task from your IDE, and resolve in Eclipse's workspace</li>
  28. <li>an Ivy console: presents every log from Ivy, really helpful to debug a failing resolve</li>
  29. </ul>
  30. </section>
  31. </body>
  32. </document>