From e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e Mon Sep 17 00:00:00 2001 From: grootjans Date: Mon, 21 Feb 2011 22:03:05 +0100 Subject: Issue 192: Add documentation for onMethod=, onParam, onConstructor still have to make a minor edit in the pre/post files --- buildScripts/website.ant.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index aabc337c..68e20eae 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -144,6 +144,9 @@ such as converting the changelog into HTML, and creating javadoc. + + + -- cgit From 1a28ccb3471c1309357547e72a3997e1ec4c91de Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 6 Mar 2011 02:27:58 +0100 Subject: Replaced a bunch of deps to entries in maven central instead of self-written URLs. --- .../ivy-repo/eclipse.org-core.runtime-3.6.0.xml | 14 -------------- .../ivy-repo/eclipse.org-equinox.common-3.6.0.xml | 14 -------------- buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml | 14 -------------- buildScripts/ivy-repo/jcraft.com-jsch-0.1.42.xml | 12 ------------ .../ivy-repo/projectlombok.org-junit-4.8.1.xml | 13 ------------- buildScripts/ivy.xml | 20 ++++++++++---------- 6 files changed, 10 insertions(+), 77 deletions(-) delete mode 100644 buildScripts/ivy-repo/eclipse.org-core.runtime-3.6.0.xml delete mode 100644 buildScripts/ivy-repo/eclipse.org-equinox.common-3.6.0.xml delete mode 100644 buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml delete mode 100644 buildScripts/ivy-repo/jcraft.com-jsch-0.1.42.xml delete mode 100644 buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml (limited to 'buildScripts') diff --git a/buildScripts/ivy-repo/eclipse.org-core.runtime-3.6.0.xml b/buildScripts/ivy-repo/eclipse.org-core.runtime-3.6.0.xml deleted file mode 100644 index d1232780..00000000 --- a/buildScripts/ivy-repo/eclipse.org-core.runtime-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/eclipse.org-equinox.common-3.6.0.xml b/buildScripts/ivy-repo/eclipse.org-equinox.common-3.6.0.xml deleted file mode 100644 index acb748b0..00000000 --- a/buildScripts/ivy-repo/eclipse.org-equinox.common-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml b/buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml deleted file mode 100644 index 55bae381..00000000 --- a/buildScripts/ivy-repo/eclipse.org-osgi-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/jcraft.com-jsch-0.1.42.xml b/buildScripts/ivy-repo/jcraft.com-jsch-0.1.42.xml deleted file mode 100644 index 8c91c0cf..00000000 --- a/buildScripts/ivy-repo/jcraft.com-jsch-0.1.42.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml b/buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml deleted file mode 100644 index aa31e5b0..00000000 --- a/buildScripts/ivy-repo/projectlombok.org-junit-4.8.1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 25f21928..83bd3a19 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -12,18 +12,18 @@ - - - - + + + + - + - + - + @@ -33,10 +33,10 @@ - + - - + + -- cgit From 38b4128f899e81d8a5d19dca8b6cd1357ca3bd1a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 18 Mar 2011 18:25:59 +0100 Subject: previous attempt to use more maven central repos failed, so reverted most of it. see commit 1a28ccb3471c1309357547e72a3997e1ec4c91de. --- buildScripts/ivy-repo/eclipse.org-ecj-3.6.0.xml | 14 -------------- buildScripts/ivy-repo/eclipse.org-jdt.core-3.6.0.xml | 14 -------------- buildScripts/ivy-repo/eclipse.org-jdt.ui-3.6.0.xml | 14 -------------- .../ivy-repo/org.eclipse.custom-core.runtime-3.6.0.xml | 14 ++++++++++++++ buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml | 14 ++++++++++++++ .../ivy-repo/org.eclipse.custom-equinox.common-3.6.0.xml | 14 ++++++++++++++ .../ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml | 14 ++++++++++++++ buildScripts/ivy-repo/org.eclipse.custom-jdt.ui-3.6.0.xml | 14 ++++++++++++++ buildScripts/ivy-repo/org.eclipse.custom-osgi-3.6.0.xml | 14 ++++++++++++++ buildScripts/ivy.xml | 12 ++++++------ 10 files changed, 90 insertions(+), 48 deletions(-) delete mode 100644 buildScripts/ivy-repo/eclipse.org-ecj-3.6.0.xml delete mode 100644 buildScripts/ivy-repo/eclipse.org-jdt.core-3.6.0.xml delete mode 100644 buildScripts/ivy-repo/eclipse.org-jdt.ui-3.6.0.xml create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-core.runtime-3.6.0.xml create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-equinox.common-3.6.0.xml create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-jdt.ui-3.6.0.xml create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-osgi-3.6.0.xml (limited to 'buildScripts') diff --git a/buildScripts/ivy-repo/eclipse.org-ecj-3.6.0.xml b/buildScripts/ivy-repo/eclipse.org-ecj-3.6.0.xml deleted file mode 100644 index e3b8aceb..00000000 --- a/buildScripts/ivy-repo/eclipse.org-ecj-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/eclipse.org-jdt.core-3.6.0.xml b/buildScripts/ivy-repo/eclipse.org-jdt.core-3.6.0.xml deleted file mode 100644 index 7a3225d8..00000000 --- a/buildScripts/ivy-repo/eclipse.org-jdt.core-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/eclipse.org-jdt.ui-3.6.0.xml b/buildScripts/ivy-repo/eclipse.org-jdt.ui-3.6.0.xml deleted file mode 100644 index 6244df5b..00000000 --- a/buildScripts/ivy-repo/eclipse.org-jdt.ui-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/org.eclipse.custom-core.runtime-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-core.runtime-3.6.0.xml new file mode 100644 index 00000000..fe812bbc --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-core.runtime-3.6.0.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml new file mode 100644 index 00000000..6ea9088e --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/org.eclipse.custom-equinox.common-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-equinox.common-3.6.0.xml new file mode 100644 index 00000000..889a2ceb --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-equinox.common-3.6.0.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml new file mode 100644 index 00000000..f9a8f52d --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-jdt.core-3.6.0.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/org.eclipse.custom-jdt.ui-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-jdt.ui-3.6.0.xml new file mode 100644 index 00000000..dbee2865 --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-jdt.ui-3.6.0.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy-repo/org.eclipse.custom-osgi-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-osgi-3.6.0.xml new file mode 100644 index 00000000..93a7f381 --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-osgi-3.6.0.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 83bd3a19..4d3bb679 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -26,17 +26,17 @@ - + - - - - - + + + + + -- cgit From ead7ff428c14cbfd3a84723f8abae13d5ea79330 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 22 Mar 2011 21:02:04 +0100 Subject: jarjar now used to make sure asm is no longer on the bootclasspath when using lombok. --- buildScripts/ivy.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 4d3bb679..33d62da9 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -16,6 +16,7 @@ + -- cgit From 12e4f36a2f5aae5b17266fb15376c82d74b7bf95 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 1 Apr 2011 19:55:50 +0200 Subject: Yet another eclipse mirror went down or deleted an older version. We're now hosting this dependency ourselves; it was the last one we weren't already hosting. Also upped version from 3.6.0 to 3.6.2. --- buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml | 14 -------------- buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml | 14 ++++++++++++++ buildScripts/ivy.xml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml create mode 100644 buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml (limited to 'buildScripts') diff --git a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml deleted file mode 100644 index 6ea9088e..00000000 --- a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.0.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml new file mode 100644 index 00000000..fc9fa661 --- /dev/null +++ b/buildScripts/ivy-repo/org.eclipse.custom-ecj-3.6.2.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 33d62da9..7ff6bdc9 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -27,7 +27,7 @@ - + -- cgit