I have a JavaFX project that references the JFXtras libraries. I have the JFXtras .jars added to a User Library in Eclipse, and my JavaFX project includes that User Library in its build path. When I updated the JavaFX plugin from ~1.3.x.N71 to 1.3.3.N119, the JavaFX compiler started ignoring the JFXtras libraries, so I get errors like "package org.jfxtras.scene.shape not found". I upgraded in order to get the fix for FXP-61 (inherit foreground color), but at least I could work around that. This has stopped my work entirely. I've tried adding the JFXtras .jars directly to the project's build path, and also to another Java project that is referenced by the JavaFX project. It looks like the update servers only keep the latest version, so I can't downgrade, and I can't work.

I have enabled archived
I have enabled archived version download here (button of the page): http://exadel.org/javafxplugin . You can download version 1.3.2. We will fix this issue.
Thanks. The 1.3.2 version
Thanks. The 1.3.2 version you posted also seems to have the same issue. I looked in Eclipse's software history, and it looks like the exact version I was using before is 1.3.1.N90. 1.3.3 was working OK until I cleaned all projects, but 1.3.1 was able to survive cleaning everything.
Version 1.3.1 is also
Version 1.3.1 is also available now.
That version fixes the build
That version fixes the build path problem. Hopefully that gives you enough information to find the cause.
http://jira.exadel.org/browse
http://jira.exadel.org/browse/FXP-74
Plug-in resolves User
Plug-in resolves User libraries entries in classpath successfully, but doesn't rebuild project after changes in it.
I've implemented full rebuilding of project after changing of classpath. It's working same as in JDT now.
You can get fix in the nightly build.
Nightly build is here -
Nightly build is here - http://download.exadel.org/javafx_plugin/updates/nightly/
Thanks for help.
Thanks for help.