Skip to content

Commit

Permalink
fix a bug of shp viewer did not display the file content
Browse files Browse the repository at this point in the history
  • Loading branch information
hqnghi88 committed Jan 29, 2021
1 parent d0c6f29 commit c5d33b9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion msi.gama.ext/.classpath
Expand Up @@ -100,7 +100,11 @@
<classpathentry exported="true" kind="lib" path="geotools 21.4/mysql-connector-java-5.1.46.jar"/>
<classpathentry exported="true" kind="lib" path="geotools 21.4/postgresql-42.2.5.jar"/>
<classpathentry exported="true" kind="lib" path="geotools 21.4/sqlite-jdbc-3.27.2.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="protobuf-java-3.6.1.jar"/>
Expand All @@ -121,5 +125,6 @@
<classpathentry exported="true" kind="lib" path="kml/jars/jaxb-api.jar"/>
<classpathentry exported="true" kind="lib" path="kml/jars/jaxb-core.jar"/>
<classpathentry exported="true" kind="lib" path="jfreechart-1.5.0.jar" sourcepath="jfreechart-1.5.0.zip"/>
<classpathentry exported="true" kind="lib" path="disruptor-1.2.19.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
8 changes: 6 additions & 2 deletions msi.gama.ext/META-INF/MANIFEST.MF
Expand Up @@ -6,7 +6,10 @@ Bundle-Version: 1.8.1.qualifier
Bundle-Activator: msi.gama.ext.Activator
Bundle-Vendor: MSI
Bundle-ActivationPolicy: lazy
Export-Package: com.fasterxml.jackson.core,
Export-Package: com.conversantmedia.util.collection,
com.conversantmedia.util.concurrent,
com.conversantmedia.util.estimation,
com.fasterxml.jackson.core,
com.fasterxml.jackson.core.async,
com.fasterxml.jackson.core.base,
com.fasterxml.jackson.core.filter,
Expand Down Expand Up @@ -712,6 +715,7 @@ Bundle-ClassPath: .,
commons-lang3-3.11/commons-lang3-3.11.jar,
geotools 21.4/jackson-core-2.9.10.jar,
geotools 21.4/ejml-core-0.34.jar,
jts-1.16.1/jts-core-1.16.1.jar
jts-1.16.1/jts-core-1.16.1.jar,
disruptor-1.2.19.jar
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: msi.gama.ext
3 changes: 2 additions & 1 deletion msi.gama.ext/build.properties
Expand Up @@ -114,7 +114,8 @@ bin.includes = .,\
commons-lang3-3.11/commons-lang3-3.11.jar,\
geotools 21.4/jackson-core-2.9.10.jar,\
geotools 21.4/ejml-core-0.34.jar,\
jts-1.16.1/jts-core-1.16.1.jar
jts-1.16.1/jts-core-1.16.1.jar,\
disruptor-1.2.19.jar
source.. = src/
output.. = bin/
bin.excludes = jgrapht 1.0.1/src.zip,\
Expand Down
Binary file added msi.gama.ext/disruptor-1.2.19.jar
Binary file not shown.

0 comments on commit c5d33b9

Please sign in to comment.