From 96b7c8ed471745366378d5b7cec8890d16532dee Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 29 Nov 2009 16:55:23 +0100 Subject: work in progress. --- .classpath | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index b5fa758a..dcd7bd2f 100644 --- a/.classpath +++ b/.classpath @@ -2,17 +2,19 @@ + - - - - - + + + + + + -- cgit From dfa401018d0eff370b34f1e9d7bb1d5fd498a631 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 30 Nov 2009 00:49:42 +0100 Subject: All basic elements of netbeans support are here except the actual agent part. --- .classpath | 1 + 1 file changed, 1 insertion(+) (limited to '.classpath') diff --git a/.classpath b/.classpath index dcd7bd2f..5873a158 100644 --- a/.classpath +++ b/.classpath @@ -15,6 +15,7 @@ + -- cgit From 8165f4628f75618f1cd105ad8901f273ada261e4 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 2 Dec 2009 00:05:21 +0100 Subject: netbeans agent now works! --- .classpath | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index 5873a158..02129162 100644 --- a/.classpath +++ b/.classpath @@ -14,8 +14,9 @@ - + + -- cgit