Skip to content

Commit

Permalink
Exports the new kabeja packages and JTS leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Apr 2, 2021
1 parent ae74166 commit 655b64c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions msi.gama.ext/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,23 @@ Export-Package: com.conversantmedia.util.collection,
javax.media.jai.util,
javax.vecmath,
msi.gama.ext.graphstream,
msi.gama.ext.kabeja.dxf,
msi.gama.ext.kabeja.dxf.helpers,
msi.gama.ext.kabeja.dxf.objects,
msi.gama.ext.kabeja.io,
msi.gama.ext.kabeja.math,
msi.gama.ext.kabeja.parser,
msi.gama.ext.kabeja.parser.dxf,
msi.gama.ext.kabeja.parser.dxf.filter,
msi.gama.ext.kabeja.parser.entities,
msi.gama.ext.kabeja.parser.header,
msi.gama.ext.kabeja.parser.objects,
msi.gama.ext.kabeja.parser.table,
msi.gama.ext.kabeja.processing,
msi.gama.ext.kabeja.processing.event,
msi.gama.ext.kabeja.processing.helper,
msi.gama.ext.kabeja.tools,
msi.gama.ext.kabeja.xml,
msi.gama.ext.osmosis,
msi.gama.ext.svgsalamander,
msi.gama.ext.webb,
Expand Down Expand Up @@ -461,6 +478,7 @@ Export-Package: com.conversantmedia.util.collection,
org.jgrapht.util,
org.locationtech.jts,
org.locationtech.jts.algorithm;uses:="org.locationtech.jts.index.chain,org.locationtech.jts.geom,org.locationtech.jts.math",
org.locationtech.jts.algorithm.construct,
org.locationtech.jts.algorithm.distance;uses:="org.locationtech.jts.geom",
org.locationtech.jts.algorithm.locate,
org.locationtech.jts.algorithm.match,
Expand All @@ -477,17 +495,20 @@ Export-Package: com.conversantmedia.util.collection,
org.locationtech.jts.index,
org.locationtech.jts.index.bintree,
org.locationtech.jts.index.chain,
org.locationtech.jts.index.hprtree,
org.locationtech.jts.index.intervalrtree,
org.locationtech.jts.index.kdtree,
org.locationtech.jts.index.quadtree;uses:="org.locationtech.jts.geom,org.locationtech.jts.index",
org.locationtech.jts.index.strtree,
org.locationtech.jts.index.sweepline,
org.locationtech.jts.io;uses:="org.locationtech.jts.geom",
org.locationtech.jts.io.geojson,
org.locationtech.jts.io.gml2,
org.locationtech.jts.io.kml,
org.locationtech.jts.linearref,
org.locationtech.jts.math,
org.locationtech.jts.noding,
org.locationtech.jts.noding.snap,
org.locationtech.jts.noding.snapround,
org.locationtech.jts.operation,
org.locationtech.jts.operation.buffer;uses:="org.locationtech.jts.noding,org.locationtech.jts.geom,org.locationtech.jts.geomgraph",
Expand All @@ -498,6 +519,7 @@ Export-Package: com.conversantmedia.util.collection,
org.locationtech.jts.operation.overlay,
org.locationtech.jts.operation.overlay.snap,
org.locationtech.jts.operation.overlay.validate,
org.locationtech.jts.operation.overlayng,
org.locationtech.jts.operation.polygonize,
org.locationtech.jts.operation.predicate,
org.locationtech.jts.operation.relate,
Expand Down

0 comments on commit 655b64c

Please sign in to comment.