Repository: ant-ivyde Updated Branches: refs/heads/master a2a3acb11 -> 36e0c001e
Use ASCII (TM) Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/36e0c001 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/36e0c001 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/36e0c001 Branch: refs/heads/master Commit: 36e0c001e0a29238b94dca2cd99e02467f89ab1d Parents: a2a3acb Author: Gintas Grigelionis <[email protected]> Authored: Wed Mar 14 07:30:33 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Wed Mar 14 07:30:33 2018 +0100 ---------------------------------------------------------------------- doc/src/ant.adoc | 2 +- doc/src/compatibility.adoc | 2 +- doc/src/cp_container.adoc | 2 +- doc/src/cpc/create.adoc | 2 +- doc/src/cpc/maven.adoc | 4 ++-- doc/src/cpc/workspace.adoc | 2 +- doc/src/cpc/wtp.adoc | 4 ++-- doc/src/dev/build.adoc | 2 +- doc/src/index.adoc | 2 +- doc/src/preferences.adoc | 2 +- doc/src/release-notes.adoc | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/ant.adoc ---------------------------------------------------------------------- diff --git a/doc/src/ant.adoc b/doc/src/ant.adoc index 5d697c0..9984a6b 100644 --- a/doc/src/ant.adoc +++ b/doc/src/ant.adoc @@ -17,7 +17,7 @@ under the License. //// -Most Eclipse™ distributions include a plugin to launch Apache Ant build files. The provided Apache Ant distribution is a standard distribution of Ant that doesn't include Apache Ivy. You may wish to run Ivy targets against Eclipse's Ant distribution. +Most Eclipse(TM) distributions include a plugin to launch Apache Ant build files. The provided Apache Ant distribution is a standard distribution of Ant that doesn't include Apache Ivy. You may wish to run Ivy targets against Eclipse's Ant distribution. == Install the plugin http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/compatibility.adoc ---------------------------------------------------------------------- diff --git a/doc/src/compatibility.adoc b/doc/src/compatibility.adoc index 49624a4..6b5a82c 100644 --- a/doc/src/compatibility.adoc +++ b/doc/src/compatibility.adoc @@ -27,7 +27,7 @@ The reverse is not true, downgrading is not supported and may break your configu Apache IvyDE expects to be used with a version 2.1 or superior of Apache Ivy. In order to use some OSGi features, an Ivy 2.3 or superior is needed. -== Eclipse™ integration +== Eclipse(TM) integration Apache IvyDE has been maintained to be compatible with Eclipse 4.3 (aka Eclipse Kepler) and superior. http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/cp_container.adoc ---------------------------------------------------------------------- diff --git a/doc/src/cp_container.adoc b/doc/src/cp_container.adoc index 9a1fd64..d05fc6e 100644 --- a/doc/src/cp_container.adoc +++ b/doc/src/cp_container.adoc @@ -17,7 +17,7 @@ under the License. //// -The IvyDE classpath container will help you manage the classpath of your Java™ Eclipse™ projects, based on the dependencies declared in Ivy files found in your projects. +The IvyDE classpath container will help you manage the classpath of your Java(TM) Eclipse(TM) projects, based on the dependencies declared in Ivy files found in your projects. Some of the tasks that can be performed on the container include: http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/cpc/create.adoc ---------------------------------------------------------------------- diff --git a/doc/src/cpc/create.adoc b/doc/src/cpc/create.adoc index 2db0ffe..77c080c 100644 --- a/doc/src/cpc/create.adoc +++ b/doc/src/cpc/create.adoc @@ -27,7 +27,7 @@ image::../images/addivylibrary.jpg[] == Standard creation -The standard way to add the IvyDE classpath container is to manipulate the Eclipse™'s "Build Path": +The standard way to add the IvyDE classpath container is to manipulate the Eclipse(TM)'s "Build Path": * Select the project in which you want to create an IvyDE classpath container and open the "Add Libraries" form of Eclipse (in package Explorer, in the context menu of your project choose : [Build Path]/[Add Libraries]). http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/cpc/maven.adoc ---------------------------------------------------------------------- diff --git a/doc/src/cpc/maven.adoc b/doc/src/cpc/maven.adoc index 92f0b0e..db8cda3 100644 --- a/doc/src/cpc/maven.adoc +++ b/doc/src/cpc/maven.adoc @@ -17,7 +17,7 @@ under the License. //// -If you want to use a Apache Maven™ pom.xml instead of an ivy.xml file, you can select a pom file in the configuration options of the IvyDE classpath. +If you want to use a Apache Maven(TM) pom.xml instead of an ivy.xml file, you can select a pom file in the configuration options of the IvyDE classpath. When a Maven POM is selected, the configurations list is updated with all Maven scopes. @@ -28,7 +28,7 @@ Both examples below are a good illustration of the simplicity of using Maven POM == [[one]]Maven1 Sample -This sample presents a simple use case involving a Maven POM and the IvyDE classpath container. We are going to create an Eclipse™ project on commons-httpclient sources. +This sample presents a simple use case involving a Maven POM and the IvyDE classpath container. We are going to create an Eclipse(TM) project on commons-httpclient sources. * Download the link:http://archive.apache.org/dist/httpcomponents/commons-httpclient/3.0/source/commons-httpclient-3.0-src.zip[commons httpclient sources] http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/cpc/workspace.adoc ---------------------------------------------------------------------- diff --git a/doc/src/cpc/workspace.adoc b/doc/src/cpc/workspace.adoc index 130cce6..f0fc662 100644 --- a/doc/src/cpc/workspace.adoc +++ b/doc/src/cpc/workspace.adoc @@ -21,7 +21,7 @@ Some projects are composed of mulpliple modules. Often, these modules have depe Eclipse is capable of calculating the workspace's build order according to dependencies between projects. To leverage this advantage, Apache IvyDE has the ability to add a project reference to a dependency located in the workspace in place of downloading its published artifact(s) from the repository. In this way, developers can develop multi-module applications, and test the interaction between these modules, before building and publishing artifacts to the repository. -Consider a multi-module application with a considerable amount of code in each of several projects. Many developers have experienced the delays involved in waiting for Eclipse™ to build code across all of these projects even though development is only being conducted in one isolated part of the application (maybe just one or two projects). If the latest published artifact in the Ivy repository has the same source code as a module that the developer is not currently working on, simply closing that project in the Eclipse workspace and resolving dependencies on dependent projects that would resolve that artifact speeds the compilation process considerably. +Consider a multi-module application with a considerable amount of code in each of several projects. Many developers have experienced the delays involved in waiting for Eclipse(TM) to build code across all of these projects even though development is only being conducted in one isolated part of the application (maybe just one or two projects). If the latest published artifact in the Ivy repository has the same source code as a module that the developer is not currently working on, simply closing that project in the Eclipse workspace and resolving dependencies on dependent projects that would resolve that artifact speeds the compilation process considerably. First, each application module should be separate a project in Eclipse, and each of these projects should have a configured IvyDE classpath container. http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/cpc/wtp.adoc ---------------------------------------------------------------------- diff --git a/doc/src/cpc/wtp.adoc b/doc/src/cpc/wtp.adoc index d88d76c..f9eb5bc 100644 --- a/doc/src/cpc/wtp.adoc +++ b/doc/src/cpc/wtp.adoc @@ -17,7 +17,7 @@ under the License. //// -WTP refers to the link:http://www.eclipse.org/webtools/[Web Tools Platform] project from the Eclipse Foundation which allows Eclipse™ users to easily develop, launch and debug web applications. Apache IvyDE works with WTP 2.0+ (Eclipse 3.3+). +WTP refers to the link:http://www.eclipse.org/webtools/[Web Tools Platform] project from the Eclipse Foundation which allows Eclipse(TM) users to easily develop, launch and debug web applications. Apache IvyDE works with WTP 2.0+ (Eclipse 3.3+). In the properties of your project configured to use WTP, there is a section titled "Java EE Module Dependencies". In this section you will find the IvyDE classpath container listed, usually with the name "ivy.xml [*]". Select it and dependencies found in the IvyDE classpath container will be deployed as well. @@ -25,7 +25,7 @@ image::../images/wtp.jpg[] This has been successfully tested with Eclipse 3.3/WTP 2.0, and Eclipse 3.4/WTP 3.0. -== IBM™ Rational Application Developer (RAD™) 7.5.3+ +== IBM(TM) Rational Application Developer (RAD(TM)) 7.5.3+ Users of RAD 7.5.3 will notice that the classpath container is not listed in the table. RAD prevents the deployment of classpath containers by default. To allow this behavior, selection Windows > Preferences > Java EE. Check "Allow loose classpath module dependencies". RAD will present you with a warning message. To enable the behavior, you need to check the option again in the popup and click Yes. http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/dev/build.adoc ---------------------------------------------------------------------- diff --git a/doc/src/dev/build.adoc b/doc/src/dev/build.adoc index 512f2c2..432b870 100644 --- a/doc/src/dev/build.adoc +++ b/doc/src/dev/build.adoc @@ -17,7 +17,7 @@ under the License. //// -This page describes how to build the Apache IvyDE plugin from the source. The build is based on the Eclipse™ build system so it requires an Eclipse install. You also need to have an Ivy bundle installed. +This page describes how to build the Apache IvyDE plugin from the source. The build is based on the Eclipse(TM) build system so it requires an Eclipse install. You also need to have an Ivy bundle installed. == [[setup]]Setup of the build http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/index.adoc ---------------------------------------------------------------------- diff --git a/doc/src/index.adoc b/doc/src/index.adoc index 7e32151..46bad03 100644 --- a/doc/src/index.adoc +++ b/doc/src/index.adoc @@ -17,7 +17,7 @@ under the License. //// -Apache IvyDE Eclipse plugin integrates Apache Ivy's dependency management into Eclipse™. It lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects, or any other kind of project which needs dependency management. +Apache IvyDE Eclipse plugin integrates Apache Ivy's dependency management into Eclipse(TM). It lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects, or any other kind of project which needs dependency management. A summary of the features it provides follows: http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/preferences.adoc ---------------------------------------------------------------------- diff --git a/doc/src/preferences.adoc b/doc/src/preferences.adoc index 121b506..eef550e 100644 --- a/doc/src/preferences.adoc +++ b/doc/src/preferences.adoc @@ -35,7 +35,7 @@ If checked, the Ivy console will be opened on startup so that every log from Ivy .On Eclipse startup: -Specifies what Apache IvyDE should do in every project containing an IvyDE managed classpath container when Eclipse™ is starting up. +Specifies what Apache IvyDE should do in every project containing an IvyDE managed classpath container when Eclipse(TM) is starting up. .On Ivy file change: http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/36e0c001/doc/src/release-notes.adoc ---------------------------------------------------------------------- diff --git a/doc/src/release-notes.adoc b/doc/src/release-notes.adoc index 5c31f58..e597bc6 100644 --- a/doc/src/release-notes.adoc +++ b/doc/src/release-notes.adoc @@ -58,7 +58,7 @@ http://ant.apache.org/ivy/ivyde/ == [[what]]What is Apache IvyDE? -Apache IvyDE is the Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse™. +Apache IvyDE is the Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse(TM). Apache IvyDE lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects, or any other kind of project which needs dependency management. Apache IvyDE will contribute to the classpath of your Java project or you can make it retrieve your dependencies directly into your project. Last but not least Apache IvyDE offer editors of ivy.xml and ivysettings.xml files with completion. Get some preview here: http://ant.apache.org/ivy/ivyde/screenshots.html.
