Skip to content

Commit 4e906dc

Browse files
committed
readme, Bimserver/plugin version mapping
1 parent 3b06634 commit 4e906dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ ThreeJs viewer consists of a server side part (serializer plugin) and a clientsi
66
How to deploy the server side part
77
==================================
88

9-
In order to add the plugin to your BimServer instance, just grab the plugin jar file from downloads and drop it into the BimServer plugin folder.
9+
In order to add the plugin to your BimServer instance, just grab the plugin jar file from downloads and drop it into the BimServer plugin folder. Make sure to use the plugin version matching your BimServer version (1.1beta -> 0.1, 1.1final -> 0.2).
1010

1111
If you want to develop the serializer, do the following:
1212

1313
1. checkout the BimServer source code and setup your IDE for BimServer development, e.g. for Eclipse as [explained here](http://code.google.com/p/bimserver/wiki/Eclipse)
1414

1515
2. create a new project (Eclipse) or module (other IDEs) and checkout the ServerPlugin
1616

17-
3. Add the following line to org.bimserver.LocalDePluginLoader.java:
17+
3. Add the following line to org.bimserver.LocalDevPluginLoader.java:
1818

1919
pluginManager.loadPluginsFromEclipseProject(new File("../JsonModelFormat2Serializer"));
2020

0 commit comments

Comments
 (0)