Skip to content

Commit

Permalink
changed paths for new libs also in Info.plist
Browse files Browse the repository at this point in the history
when changing paths in build.xml, please also update the paths in /addon/YaCy.app/Contents/Info.plist

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7198 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Sep 27, 2010
1 parent f4357df commit fc3ee9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/YaCy.app/Contents/Info.plist
Expand Up @@ -48,9 +48,9 @@
<string>$JAVAROOT/lib/activation.jar</string>
<string>$JAVAROOT/lib/apache-mime4j-0.6.jar</string>
<string>$JAVAROOT/lib/J7Zip-modified.jar</string>
<string>$JAVAROOT/lib/httpclient-4.0.1.jar</string>
<string>$JAVAROOT/lib/httpclient-4.0.3.jar</string>
<string>$JAVAROOT/lib/httpcore-4.0.1.jar</string>
<string>$JAVAROOT/lib/httpmime-4.0.1.jar</string>
<string>$JAVAROOT/lib/httpmime-4.0.3.jar</string>
<string>$JAVAROOT/lib/icu4j-core.jar</string>
<string>$JAVAROOT/lib/jakarta-oro-2.0.8.jar</string>
<string>$JAVAROOT/lib/jcifs-1.3.14.jar</string>
Expand Down
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -175,6 +175,7 @@
</target>

<!-- define the classpath that should be used for compiling -->
<!-- when changing paths here, please also update the paths in /addon/YaCy.app/Contents/Info.plist -->
<path id="project.class.path">
<pathelement location="${build}" />
<pathelement location="${htroot}" />
Expand Down

0 comments on commit fc3ee9d

Please sign in to comment.