Community
Participate
Working Groups
Open Deployment Assembly property page. Select Add... 1. "Classpath Container": The term classpath container is API terminology. JDT surfaces this construct to the user using the term "Library". 2. "Referenced Projects Classpath Entries": Should "Projects" be "Project's" or "Projects'"? Further, the term "Classpath" is not used by JDT. The term is "Build Path". Note the space.
Assigning to Chuck for initial investigation. The first string comes from org.eclipse.jst.common.ui/plugin.properties. The second string comes from org.eclipse.jst.j2ee.ui/plugin.properties Also of note, we have around 100 strings that expose the word classpath to the user. Most of those are validation messages. I also stumbled upon 5 instances where classpath was part of the key, but the user-exposed wording was either Build Path or Libraries.
Both of these strings were removed as part of the Deployment Assembly rework. *** This bug has been marked as a duplicate of bug 318068 ***