Skip to content

Commit 2a99c67

Browse files
committed
Merge branch 'eclipse-plugin' of https://github.com/dobesv/functionaljava into eclipse-plugin
2 parents 36ddb94 + 3bff9bb commit 2a99c67

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

META-INF/MANIFEST.MF

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Functional Java
4+
Bundle-SymbolicName: org.functionaljava
5+
Bundle-Version: 4.3.0.qualifier
6+
Export-Package: fj,
7+
fj.control,
8+
fj.control.db,
9+
fj.control.parallel,
10+
fj.data,
11+
fj.data.fingertrees,
12+
fj.data.hlist,
13+
fj.data.vector,
14+
fj.demo,
15+
fj.demo.concurrent,
16+
fj.demo.euler,
17+
fj.demo.test,
18+
fj.function,
19+
fj.parser
20+
Bundle-ActivationPolicy: lazy
21+
Bundle-Vendor: functionaljava.org

0 commit comments

Comments
 (0)