google / depan

DepAn is a direct manipulation tool for visualization, analysis, and refactoring of dependencies in large applications.
http://google.github.io/depan
Apache License 2.0
89 stars 20 forks source link

Repackage JOGL as a separate Plugin #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the JOGL libraries are bundled with the DepanApp plugin. 
Although this is convenient, it makes it difficult to re-target to other
platforms that require a different JOGL build.

If the JOGL libraries were bundled as a separate Plugin, different release
targets could draw different flavors of the Plugin.  We'd still might have
multiple deployment images at each release, but we wouldn't have to edit
the DepanApp/build.xml file for each one.

Original issue reported on code.google.com by le...@google.com on 25 Sep 2008 at 5:47

GoogleCodeExporter commented 9 years ago

Original comment by le...@google.com on 25 Sep 2008 at 5:57

GoogleCodeExporter commented 9 years ago
With trunk@r125, the JOGL api is a separate plugin, with platform-specific 
fragments
supplying the low-level integration .so-s 

Original comment by le...@google.com on 13 Feb 2009 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by le...@google.com on 13 Feb 2009 at 7:32