Bug 147851 - Typo in PDE Documentation
Summary: Typo in PDE Documentation
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Doc (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Noam Chitayat CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-06-20 07:14 EDT by Binil Thomas CLA
Modified: 2007-06-07 15:15 EDT (History)
1 user (show)

See Also:


Attachments
Patch for bug 147851. (2.06 KB, patch)
2007-05-29 17:34 EDT, Noam Chitayat CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Binil Thomas CLA 2006-06-20 07:14:43 EDT
I am using Eclipse 3.2 RC7.

In Help -> Plug-in Development Environment Guide -> Tasks -> Building features -> Controlling what will be built: allElements.xml section, the XML snippet:

<!--Target for assembling  os=win32, ws=win32, arch=x86 -->
<target name="assemble.org.foo.Feature.win32.win32.x86">	
  <ant antfile="${assembleScriptName}" dir="${buildDirectory}/">
</target>

has a typo - the <ant> element is not properly terminated because of the misplaced ".
Comment 1 Noam Chitayat CLA 2007-05-29 17:34:23 EDT
Created attachment 69171 [details]
Patch for bug 147851.

Fixed. :)
Comment 2 Mike Pawlowski CLA 2007-05-30 14:28:28 EDT
Thanks Noam.
Patch released to HEAD.