Changeset 99c5a19
- Timestamp:
- May 22, 2014 6:09:55 PM (7 years ago)
- Branches:
- master
- Children:
- 0537a22
- Parents:
- d106f48 (diff), dee84e7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 2 added
- 1 deleted
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
apps/desktopgui/.classpath
rd106f48 r99c5a19 4 4 <classpathentry combineaccessrules="false" kind="src" path="/i2p_router"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/> 6 <classpathentry kind="lib" path="/lib/wrapper/all/wrapper.jar"/>7 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 7 <classpathentry combineaccessrules="false" kind="src" path="/installer"/> 8 8 <classpathentry kind="output" path="build"/> 9 9 </classpath> -
apps/routerconsole/.classpath
rd106f48 r99c5a19 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry kind="src" path=" src"/>3 <classpathentry kind="src" path="java/src"/> 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/desktopgui"/> … … 9 9 <classpathentry combineaccessrules="false" kind="src" path="/jrobin"/> 10 10 <classpathentry combineaccessrules="false" kind="src" path="/systray"/> 11 <classpathentry kind="lib" path="/lib/wrapper/all/wrapper.jar"/>12 <classpathentry kind="output" path=" build/obj"/>11 <classpathentry combineaccessrules="false" kind="src" path="/installer"/> 12 <classpathentry kind="output" path="java/build/obj"/> 13 13 </classpath> -
apps/susidns/src/.classpath
rd106f48 r99c5a19 3 3 <classpathentry kind="src" path="java/src"/> 4 4 <classpathentry combineaccessrules="false" kind="src" path="/i2p_sdk"/> 5 <classpathentry kind="lib" path="WEB-INF/lib/jstl.jar"/>6 <classpathentry kind="lib" path="WEB-INF/lib/standard.jar"/>5 <classpathentry exported="true" kind="lib" path="WEB-INF/lib/jstl.jar"/> 6 <classpathentry exported="true" kind="lib" path="WEB-INF/lib/standard.jar"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 8 <classpathentry kind="output" path="WEB-INF/classes"/>
Note: See TracChangeset
for help on using the changeset viewer.