Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 319651

Summary: [NLS] [usability] incorrect terminology used in the Deployment Assembly page
Product: [WebTools] WTP Java EE Tools Reporter: Konstantin Komissarchik <konstantin>
Component: jst.j2eeAssignee: jst.j2ee <jst.j2ee-inbox>
Status: CLOSED DUPLICATE QA Contact: Chuck Bridgham <cbridgha>
Severity: normal    
Priority: P3 CC: ccc, ripsi_1
Version: 3.2   
Target Milestone: 3.2.2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Konstantin Komissarchik CLA 2010-07-12 20:47:46 EDT
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.
Comment 1 Carl Anderson CLA 2010-07-13 09:08:23 EDT
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.
Comment 2 Carl Anderson CLA 2010-09-01 08:47:44 EDT
Both of these strings were removed as part of the Deployment Assembly rework.

*** This bug has been marked as a duplicate of bug 318068 ***