From: <aki...@us...> - 2014-01-26 19:31:40
|
Revision: 9546 http://sourceforge.net/p/gridarta/code/9546 Author: akirschbaum Date: 2014-01-26 19:31:34 +0000 (Sun, 26 Jan 2014) Log Message: ----------- Fix incorrect path names. Modified Paths: -------------- trunk/gridarta.ipr Modified: trunk/gridarta.ipr =================================================================== --- trunk/gridarta.ipr 2014-01-26 19:27:03 UTC (rev 9545) +++ trunk/gridarta.ipr 2014-01-26 19:31:34 UTC (rev 9546) @@ -2295,7 +2295,7 @@ <component name="libraryTable"> <library name="annotations"> <CLASSES> - <root url="jar://$PROJECT_DIR$/rep/annotations/0.0/annotations-0.0.jar!/" /> + <root url="jar://$PROJECT_DIR$/repo/annotations/0.0/annotations-0.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> @@ -2358,7 +2358,7 @@ </library> <library name="japi-lib-swing-prefs"> <CLASSES> - <root url="jar://$PROJECT_DIR$/repo/japi-lib-swing-prefs/0.1.0/japi-lib-swing-prefs-0.1.0.jar!/" /> + <root url="jar://$PROJECT_DIR$/repo/japi-lib/japi-lib-swing-prefs/0.1.0/japi-lib-swing-prefs-0.1.0.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> @@ -2414,7 +2414,7 @@ </library> <library name="rsyntaxtextarea"> <CLASSES> - <root url="jar://$PROJECT_DIR$/../gridarta.tmprepo/rsyntaxtextarea/1.5.1/rsyntaxtextarea-1.5.1.jar!/" /> + <root url="jar://$PROJECT_DIR$/repo/rsyntaxtextarea/1.5.1/rsyntaxtextarea-1.5.1.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |