Skip to content

Commit

Permalink
Fixed references.
Browse files Browse the repository at this point in the history
  • Loading branch information
prisonerjohn committed Oct 18, 2015
1 parent 8495d20 commit 2ed2d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sketchbook.location=${user.home}/Documents/Processing
# package, in case you put Processing inside your Applications folder.

#classpath.local.location=${user.home}/Documents/workspace/libs
classpath.local.location=/Applications/Processing.app/Contents/Java/core/library
classpath.local.location=/Applications/Processing.app/Contents/Java


# Add all jar files that are required for compiling your project to the local
Expand Down Expand Up @@ -170,4 +170,4 @@ tool.keywords=?
# Include javadoc references into your project's javadocs.

javadoc.java.href=http://docs.oracle.com/javase/7/docs/api/
javadoc.processing.href=http://processing.org/reference/javadoc/core/
javadoc.processing.href=http://processing.org/reference/javadoc/everything/
4 changes: 2 additions & 2 deletions resources/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<target name="init">
<echo>${line}
Building the Processing tool, ${project.name} ${tool.version}
Building the Processing Tool, ${project.name} ${tool.version}
${line}
src path ${project.src}
bin path ${project.bin}
Expand Down Expand Up @@ -211,7 +211,7 @@ ${line}
<target name="generate.javadoc" if="is.normal">
<!-- create the java reference of the tool -->
<javadoc bottom="Processing tool ${project.name} by ${author.name}. ${tool.copyright}"
classpath="${classpath.local.location}/core.jar;{project.bin}"
classpath="${classpath.local.location}/core.jar;${classpath.local.location}/pde.jar;{project.bin}"
destdir="${project.tmp}/${project.name}/reference"
verbose="false"
stylesheetfile="resources/stylesheet.css"
Expand Down

0 comments on commit 2ed2d84

Please sign in to comment.