diff options
author | Roel Spilker <r.spilker@gmail.com> | 2011-05-03 02:26:15 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2011-05-03 02:26:15 +0200 |
commit | b93a58298556aedaeef9e3d5fa4e53bc9b0ebe59 (patch) | |
tree | 5b9aa50af1f0b8648d8083bfe9f95e4f0ac4b618 /buildScripts/ivy-repo/org.eclipse.custom-jdt.ui-3.6.0.xml | |
parent | e5e35213780a87c813b892d5efc1288125980baf (diff) | |
parent | 12e4f36a2f5aae5b17266fb15376c82d74b7bf95 (diff) | |
download | lombok-b93a58298556aedaeef9e3d5fa4e53bc9b0ebe59.tar.gz lombok-b93a58298556aedaeef9e3d5fa4e53bc9b0ebe59.tar.bz2 lombok-b93a58298556aedaeef9e3d5fa4e53bc9b0ebe59.zip |
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Diffstat (limited to 'buildScripts/ivy-repo/org.eclipse.custom-jdt.ui-3.6.0.xml')
-rw-r--r-- | buildScripts/ivy-repo/org.eclipse.custom-jdt.ui-3.6.0.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ +<ivy-module version="2.0"> + <info organisation="org.eclipse.custom" module="jdt.ui" revision="3.6.0" publication="20100602160000"> + <license name="Eclipse Public Licence v1.0" url="http://www.eclipse.org/org/documents/epl-v10.php" /> + <description homepage="http://www.eclipse.org/eclipse/" /> + </info> + <configurations> + <conf name="default" /> + <conf name="sources" /> + </configurations> + <publications> + <artifact conf="default" url="http://projectlombok.org/ivyrepo/eclipse/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar" /> + <artifact type="zip" conf="sources" url="http://projectlombok.org/ivyrepo/eclipse/org.eclipse.jdt.ui_3.6.0.v20100602-1600-sources.jar" /> + </publications> +</ivy-module> |