Skip to content

Commit

Permalink
Bumps JBullet to 1.0.1 and adds the sources
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed May 13, 2021
1 parent 7f00435 commit b9a24ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion simtools.gaml.extensions.physics/.classpath
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/jbullet-1.0.1.jar" sourcepath="lib/jbullet-1.0.1-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/vecmath-1.5.2.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/jbullet.jar"/>
<classpathentry kind="src" path="gaml">
<attributes>
<attribute name="optional" value="true"/>
Expand Down
4 changes: 2 additions & 2 deletions simtools.gaml.extensions.physics/META-INF/MANIFEST.MF
Expand Up @@ -6,8 +6,8 @@ Bundle-Version: 1.8.1.qualifier
Require-Bundle: msi.gama.core,
msi.gama.ext
Bundle-ClassPath: .,
lib/jbullet.jar,
lib/vecmath-1.5.2.jar
lib/vecmath-1.5.2.jar,
lib/jbullet-1.0.1.jar
Export-Package:
javax.vecmath,
simtools.gaml.extensions.physics
Expand Down
5 changes: 4 additions & 1 deletion simtools.gaml.extensions.physics/build.properties
Expand Up @@ -5,5 +5,8 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
lib/,\
models/
models/,\
lib/jbullet-1.0.1.jar
bin.excludes = lib/jbullet.jar,\
lib/jbullet-1.0.1-sources.jar

Binary file not shown.
Binary file not shown.
Binary file removed simtools.gaml.extensions.physics/lib/jbullet.jar
Binary file not shown.

0 comments on commit b9a24ca

Please sign in to comment.