Skip to content

Commit d3cf3a7

Browse files
committed
markdown fun
1 parent faa3e1b commit d3cf3a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ In order to add the plugin to your BimServer instance, just grab the plugin jar
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)
14+
1415
2. create a new project (Eclipse) or module (other IDEs) and checkout the ServerPlugin
16+
1517
3. Add the following line to org.bimserver.LocalDePluginLoader.java:
1618

17-
pluginManager.loadPluginsFromEclipseProject(new File("../JsonModelFormat2Serializer"));
19+
pluginManager.loadPluginsFromEclipseProject(new File("../JsonModelFormat2Serializer"));
1820

1921
The plugin will now be visible in the bimserver webinterface and you can download files on "ThreeJs" json format to show in the ThreeJs client.
2022

0 commit comments

Comments
 (0)