http://www.toysteam.net/ has basic Wilesco and Jensen engines as well as Krick boat kits.
Put-Put engines might be the simplest steam engine to build at home, see http://sciencetoymaker.org/boat/makeBoat4_07.htm
R/C Models, HAM Radio, Computers, ...
<meta name="viewport" content="width=device-width">
Eclipse-PlatformFilter: (| (osgi.os=linux) (osgi.os=win32))
<plugin id="non_osx_tool" os="linux" ...
os="linux,win32"
but that resulted in compiler errors The type ... cannot be resolved. It is indirectly referenced from required .class files
referring to code in dependent plugins which were suddenly not found. Listing multiple architectures is either unsupported, or uses a format that I couldn't find.
<includes
id="my_feature.linux"
version="0.0.0"
os="linux"/>
<includes
id="my_feature.win32"
version="0.0.0"
os="win32"/>
# Set default workspace locationosgi.instance.area.default=@user.home/MyRCPAppWorkspace
# Add the following to the generated config.ini
instructions.install = \
setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/MyRCPAppWorkspace);