3b9aa49f22
Previous style was all over the place; this commit attempts to bring uniformity. Overall, the style is: * 4 spaces only, no tabs * Prototypes do not create a new block * Constructor property continuations only indent one block svn path=/trunk/; revision=87
12 lines
443 B
XML
12 lines
443 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
|
|
<attributes>
|
|
<attribute name="hide" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
|
|
<classpathentry kind="output" path=""/>
|
|
</classpath>
|