8000 Added Google Guava (r06) libraries. · randomcoding/JavaUtilities@82334d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82334d3

Browse files
author
Tym the Enchanter
committed
Added Google Guava (r06) libraries.
1 parent 95d9857 commit 82334d3

File tree

6 files changed

+17
-1
lines changed

6 files changed

+17
-1
lines changed

RandomCodingJavaUtilities/.classpath

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry exported="true" kind="lib" path="lib/guava-r06.jar" sourcepath="lib-src/guava-src-r06.zip">
4+
<attributes>
5+
<attribute name="javadoc_location" value="jar:platform:/resource/RandomCodingJavaUtilities/lib-doc/guava-r06-javadoc.zip!/javadoc"/>
6+
</attributes>
7+
</classpathentry>
38
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
49
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
510
<classpathentry kind="src" path="src"/>

RandomCodingJavaUtilities/META-INF/MANIFEST.MF

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ Bundle-SymbolicName: uk.co.randomcoding.common.JavaUtilities
55
Bundle-Version: 1.0.0.qualifier
66
Bundle-Vendor: Tym the Enchanter <tymtheenchanter@randomcoding.co.uk>
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
8+
Bundle-ClassPath: lib/guava-r06.jar,
9+
.
10+
Export-Package: com.google.common.annotations,
11+
com.google.common.base,
12+
com.google.common.collect,
13+
com.google.common.io,
14+
com.google.common.net,
15+
com.google.common.primitives,
16+
com.google.common.util.concurrent,
17+
uk.co.randomcoding.java.util.collection
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source.. = src/
22
output.. = bin/
33
bin.includes = META-INF/,\
4-
.
4+
.,\
5+
lib/guava-r06.jar
Binary file not shown.
Binary file not shown.
912 KB
Binary file not shown.

0 commit comments

Comments
 (0)
0