author | Eugene Ostroukhov <eugeneo@symbian.org> |
Thu, 14 Oct 2010 14:46:23 -0700 | |
changeset 493 | e4a4cac2cdeb |
parent 470 | d4809db37847 |
permissions | -rw-r--r-- |
493
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
2 |
<classpath> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
3 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
4 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
5 |
<classpathentry kind="src" path="cssvalidation-src"/> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
6 |
<classpathentry kind="src" path="cssvalidator-mods-src"/> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
7 |
<classpathentry exported="true" kind="lib" path="lib/tagsoup-1.2.jar"/> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
8 |
<classpathentry kind="src" path="cssvalidator-eclipse-src/"/> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
9 |
<classpathentry kind="output" path="bin"/> |
e4a4cac2cdeb
CSS validator plugin was made completely self-contained
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
10 |
</classpath> |