Ignore:
Timestamp:
2011-12-30T16:03:22+01:00 (14 years ago)
Author:
tilusnet
Message:
  • Added new, angle preserving aligning mode
  • Improvements and bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/.classpath

    r21613 r27348  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3         <classpathentry kind="src" path="src" />
    4         <classpathentry combineaccessrules="false" exported="true"
    5                 kind="src" path="/JOSM" />
    6         <classpathentry kind="con"
    7                 path="org.eclipse.jdt.launching.JRE_CONTAINER" />
    8         <classpathentry kind="lib" path="lib" />
    9         <classpathentry kind="output" path="build" />
     3        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="src" path="test/unit"/>
     5        <classpathentry combineaccessrules="false" exported="true" kind="src" path="/JOSM"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     7        <classpathentry kind="lib" path="lib"/>
     8        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
     9        <classpathentry kind="output" path="build"/>
    1010</classpath>
Note: See TracChangeset for help on using the changeset viewer.