Skip to content

Commit 2be8715

Browse files
committed
Baseprogram adapted to local eclipse need (preliminary); compile works
1 parent ddeb101 commit 2be8715

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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>

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

resources/build.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.

0 commit comments

Comments
 (0)