~ubuntu-branches/ubuntu/utopic/aspectj/utopic

« back to all changes in this revision

Viewing changes to org.aspectj/modules/taskdefs/.classpath

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch, Michael Koch, Thomas Girard, Mark Howard
  • Date: 2008-01-05 23:31:47 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080105233147-r425rd8nymruj6fk
Tags: 1.5.4-1
[ Michael Koch ]
* New upstream version. Closes: #459363
* Updated Standards-Version to 3.7.3.
* Added myself to Uploaders.

[ Thomas Girard ]
* Add Homepage: control field, and convert XS-Vcs-* to Vcs-*.

[ Mark Howard ]
* debian/watch: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<classpath>
3
 
        <classpathentry kind="src" path="src">
4
 
                <attributes>
5
 
                </attributes>
6
 
        </classpathentry>
7
 
        <classpathentry kind="src" path="testsrc">
8
 
                <attributes>
9
 
                </attributes>
10
 
        </classpathentry>
11
 
        <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB">
12
 
                <attributes>
13
 
                </attributes>
14
 
        </classpathentry>
15
 
        <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar">
16
 
                <attributes>
17
 
                </attributes>
18
 
        </classpathentry>
19
 
        <classpathentry sourcepath="/lib/ant/ant-src.zip" kind="lib" path="/lib/ant/lib/ant.jar">
20
 
                <attributes>
21
 
                </attributes>
22
 
        </classpathentry>
23
 
        <classpathentry kind="src" path="/bridge">
24
 
                <attributes>
25
 
                </attributes>
26
 
        </classpathentry>
27
 
        <classpathentry kind="src" path="/org.aspectj.ajdt.core">
28
 
                <attributes>
29
 
                </attributes>
30
 
        </classpathentry>
31
 
        <classpathentry kind="src" path="/util">
32
 
                <attributes>
33
 
                </attributes>
34
 
        </classpathentry>
35
 
        <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar">
36
 
                <attributes>
37
 
                </attributes>
38
 
        </classpathentry>
39
 
        <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar">
40
 
                <attributes>
41
 
                </attributes>
42
 
        </classpathentry>
 
3
        <classpathentry kind="src" path="src"/>
 
4
        <classpathentry kind="src" path="testsrc"/>
 
5
        <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
 
6
        <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
 
7
        <classpathentry sourcepath="/lib/ant/ant-src.zip" kind="lib" path="/lib/ant/lib/ant.jar"/>
 
8
        <classpathentry kind="src" path="/bridge"/>
 
9
        <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
 
10
        <classpathentry kind="src" path="/util"/>
 
11
        <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/>
 
12
        <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/>
 
13
        <classpathentry combineaccessrules="false" kind="src" path="/ajdoc"/>
43
14
        <classpathentry kind="output" path="bin"/>
44
15
</classpath>