Bug 75052 - On install, AJDT should register ending '.aj' as ASCII for CVS
Summary: On install, AJDT should register ending '.aj' as ASCII for CVS
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.1.12   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 1.2.1   Edit
Assignee: Ben Dalziel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-26 10:06 EDT by Eric Bodden CLA
Modified: 2005-07-12 08:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Bodden CLA 2004-09-26 10:06:47 EDT
Currently, .aj-files are by default being recognized as binary by the CVS 
subsystem. Thus, AJDT should on install this ending as being ASCII.
Comment 1 Bruno Harbulot CLA 2004-10-15 05:59:17 EDT
I think I've found a workaround.
It should work if these lines are added in plugin.xml:

<extension point="org.eclipse.team.core.fileTypes">
        <fileTypes extension="aj" type="text"/>
</extension>


This might require something like this as well at the begining of the file:
<requires>
    ...
    <import plugin="org.eclipse.team.core" optional="true"/>
</requires>
Comment 2 Ben Dalziel CLA 2005-07-12 08:13:44 EDT
Fix is as described in comment #1.  This can now be found in a development build