Navigation Menu

Skip to content

Commit

Permalink
Start using invokebinder to build method handle chains.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 22, 2012
1 parent 2bc12bf commit f80ab05
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 282 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -370,6 +370,7 @@
<zipfileset src="${build.lib.dir}/yydebug.jar"/>
<zipfileset src="${build.lib.dir}/nailgun-0.7.1.jar"/>
<zipfileset src="${build.lib.dir}/jzlib-1.1.0.jar"/>
<zipfileset src="${build.lib.dir}/invokebinder.jar"/>
<metainf dir="spi">
<include name="services/**"/>
</metainf>
Expand Down Expand Up @@ -473,6 +474,7 @@
<zipfileset src="${build.lib.dir}/yydebug.jar"/>
<zipfileset src="${build.lib.dir}/nailgun-0.7.1.jar"/>
<zipfileset src="${build.lib.dir}/jzlib-1.1.0.jar"/>
<zipfileset src="${build.lib.dir}/invokebinder.jar"/>
<metainf dir="spi">
<include name="services/**"/>
</metainf>
Expand Down Expand Up @@ -628,6 +630,7 @@
<zipfileset src="${build.lib.dir}/yydebug.jar"/>
<zipfileset src="${build.lib.dir}/nailgun-0.7.1.jar"/>
<zipfileset src="${build.lib.dir}/jzlib-1.1.0.jar"/>
<zipfileset src="${build.lib.dir}/invokebinder.jar"/>
<metainf dir="spi">
<include name="services/**"/>
</metainf>
Expand Down
Binary file added build_lib/invokebinder.jar
Binary file not shown.
9 changes: 9 additions & 0 deletions shared.iml
Expand Up @@ -487,6 +487,15 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/build_lib/invokebinder.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

0 comments on commit f80ab05

Please sign in to comment.