File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<classpath >
33 <classpathentry kind =" src" output =" bin" path =" src" />
44 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5- <classpathentry combineaccessrules = " false " kind =" src " path =" /processing- core" />
5+ <classpathentry kind =" lib " path =" /home/rpoisel/workspace/libs/ core.jar " />
66 <classpathentry kind =" output" path =" resources/code" />
77</classpath >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<projectDescription >
3- <name >processing-library-template </name >
3+ <name >Baseprogram </name >
44 <comment ></comment >
55 <projects >
66 </projects >
Original file line number Diff line number Diff line change 1717# For windows the default path to your sketchbook would be
1818# ${user.home}/My Documents/Processing (make adjustments below).
1919
20- sketchbook.location =${user.home}/Documents/Processing
20+ sketchbook.location =${user.home}/sketchbook
2121
2222
2323
@@ -29,7 +29,7 @@ sketchbook.location=${user.home}/Documents/Processing
2929# For Windows the default path would be ${user.home}/workspace/libs (make
3030# adjustments below).
3131
32- # classpath.local.location=${user.home}/Documents /workspace/libs
32+ classpath.local.location =${user.home}/workspace/libs
3333
3434
3535# For OSX users.
@@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Documents/Processing
3838# Uncommenting the line below will overwrite the classpath.local.location from
3939# above.
4040
41- classpath.local.location =/Applications/Processing.app/Contents/Resources/Java/core/library/
41+ # classpath.local.location=/Applications/Processing.app/Contents/Resources/Java/core/library/
4242
4343
4444# Add all jar files that are required for compiling your project to the local
@@ -72,11 +72,11 @@ ant.description=ProcessingLibs Ant build file.
7272# Project details.
7373# Give your library a name. The name must not contain spaces or special characters.
7474
75- project.name =YourLibrary
75+ project.name =Baseprogram
7676
7777# The name as the user will see it. This can contain spaces and special characters.
7878
79- project.prettyName =Your Library
79+ project.prettyName =Base program for writing simple processing programs
8080
8181
8282# Use 'normal' or 'fast' as value for project.compile.
You can’t perform that action at this time.
0 commit comments