aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent/README.TXT
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2010-06-23 06:40:16 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2010-06-23 06:40:16 +0000
commitadcf143d647f6a588f11095a8c6c8f229d1e3018 (patch)
tree8e73b6815df1764f6cbc28f81cb1087bf23b4608 /org.jacoco.agent/README.TXT
parent1dd1d9515aaa048421dee333817d2bc5337d567c (diff)
downloadjacoco-adcf143d647f6a588f11095a8c6c8f229d1e3018.tar.gz
Trac #115: Move to Eclipse 3.6.
Diffstat (limited to 'org.jacoco.agent/README.TXT')
-rw-r--r--org.jacoco.agent/README.TXT12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.jacoco.agent/README.TXT b/org.jacoco.agent/README.TXT
index 9d211de0..ee13652b 100644
--- a/org.jacoco.agent/README.TXT
+++ b/org.jacoco.agent/README.TXT
@@ -2,10 +2,10 @@ This bundle provides the coverage agent "jacocoagent.jar" as a resource. The
agent JAR is created as part of the build process and therefore not available in
the source tree. Which means this bundle is incomplete when directly used in the
Eclise IDE. If you want to use the bundle org.jacoco.agent within the IDE,
-please perform the following steps:
+please run the local build (see documentation) first.
- 1) Run the local build (see documentation)
- 2) In the Eclipse preferences under "Linked Resources" define a path variable
- BUILD_JACOCOAGENT_JAR pointing to the agent JAR created by the build:
-
- <workspacedir>/org.jacoco.build/result/dist/lib/jacocoagent.jar \ No newline at end of file
+The jacocoagent.jar file is created by the build at
+
+ /org.jacoco.build/result/dist/lib/jacocoagent.jar
+
+and linked by this project.