Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 393a9b4

Browse files
committed
updated build properties, ignore distribution folder
1 parent 595f0cf commit 393a9b4

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/bin
2+
/bin
3+
/distribution

resources/build.properties

Lines changed: 6 additions & 6 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}/Coding/Processing/sketchbook
20+
sketchbook.location=${user.home}/code/processing/sketchbook
2121

2222

2323

@@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Coding/Processing/sketchbook
3838
# Uncommenting the line below will overwrite the classpath.local.location from
3939
# above.
4040

41-
classpath.local.location=${user.home}/Coding/Processing/git/build/macosx/work/Processing.app/Contents/Java/core/library/
41+
classpath.local.location=${user.home}/code/processing/git/processing/build/macosx/work/Processing.app/Contents/Java/core/library
4242

4343

4444
# Add all jar files that are required for compiling your project to the local
@@ -149,20 +149,20 @@ source.repository=https://github.com/codeanticode/planetarium
149149
# This is used to compare different versions of the same library, and check if
150150
# an update is available.
151151

152-
library.version=2
152+
library.version=3
153153

154154

155155
# The version as the user will see it.
156156

157-
library.prettyVersion=0.2
157+
library.prettyVersion=0.3
158158

159159

160-
library.copyright=(c) 2013
160+
library.copyright=(c) 2013-2014
161161
library.dependencies=opengl
162162
library.keywords=dome projection,planetarium,real-time
163163

164164
tested.platform=osx,windows,linux
165-
tested.processingVersion=2.0.3
165+
tested.processingVersion=2.1.1
166166

167167

168168
# Include javadoc references into your project's javadocs.

0 commit comments

Comments
 (0)