Skip to content

Commit

Permalink
release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sojamo committed Mar 25, 2015
1 parent 621daa7 commit d6d9225
Show file tree
Hide file tree
Showing 11 changed files with 490 additions and 513 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ lib/
data/
TODO
NOTES
bin/
reference/
27 changes: 0 additions & 27 deletions examples/legacy/oscP5broadcastTester/oscP5broadcastTester.pde

This file was deleted.

74 changes: 37 additions & 37 deletions resources/build.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Create libraries for the Processing open source programming language and
# Create libraries for the Processing open source programming language and
# environment (http://www.processing.org)
#
# Customize the build properties to make the ant-build-process work for your
# Customize the build properties to make the ant-build-process work for your
# environment. How? Please read the comments below.
#
# The default properties are set for OSX, for Windows-settings please refer to
# The default properties are set for OSX, for Windows-settings please refer to
# comments made under (1) and (2).



# (1)
# Where is your Processing sketchbook located?
# If you are not sure, check the sketchbook location in your Processing
# (1)
# Where is your Processing sketchbook located?
# If you are not sure, check the sketchbook location in your Processing
# application preferences.
# ${user.home} points the compiler to your home directory.
# For windows the default path to your sketchbook would be
Expand All @@ -21,35 +21,35 @@ sketchbook.location=${user.home}/Documents/Processing



# (2)
# Where are the jar files located that are required for compiling your library
# (2)
# Where are the jar files located that are required for compiling your library
# such as e.g. core.jar?
# By default the local classpath location points to folder libs inside Eclipse's
# workspace (by default found in your home directory).
# For Windows the default path would be ${user.home}/workspace/libs (make
# For Windows the default path would be ${user.home}/workspace/libs (make
# adjustments below).

#classpath.local.location=${user.home}/Documents/workspace/libs


# For OSX users.
# The following path will direct you into Processing's application source code
# folder in case you put Processing inside your Applications folder.
# Uncommenting the line below will overwrite the classpath.local.location from
# For OSX users.
# The following path will direct you into Processing's application source code
# folder in case you put Processing inside your Applications folder.
# Uncommenting the line below will overwrite the classpath.local.location from
# above.

classpath.local.location=/Applications/Processing-2.0.app/Contents/Resources/Java/core/library/


# Add all jar files that are required for compiling your project to the local
# and project classpath, use a comma as delimiter. These jar files must be
# Add all jar files that are required for compiling your project to the local
# and project classpath, use a comma as delimiter. These jar files must be
# inside your classpath.local.location folder.

classpath.local.include=core.jar


# Add processing's libraries folder to the classpath.
# If you don't need to include the libraries folder to your classpath, comment
# If you don't need to include the libraries folder to your classpath, comment
# out the following line.

classpath.libraries.location=${sketchbook.location}/libraries
Expand Down Expand Up @@ -86,14 +86,14 @@ project.prettyName=OscP5

project.compile=fast

# All files compiled with project.compile=normal are stored
# All files compiled with project.compile=normal are stored
# in the distribution folder.



# (5)
# The following items are properties that will be used to make changes to the
# web document templates. Values of properties will be inserted into the
# The following items are properties that will be used to make changes to the
# web document templates. Values of properties will be inserted into the
# documents automatically.
# If you need more control, you can edit web/index.html and
# web/library.properties directly.
Expand All @@ -109,20 +109,20 @@ library.url=http://www.sojamo.de/libraries/oscP5


# Set the category of your library. This must be one (or many) of the following:
# "3D" "Animation" "Compilations" "Data"
# "Fabrication" "Geometry" "GUI" "Hardware"
# "I/O" "Language" "Math" "Simulation"
# "Sound" "Utilities" "Typography" "Video & Vision"
# If a value other than those listed is used, your library will listed as
# "3D" "Animation" "Compilations" "Data"
# "Fabrication" "Geometry" "GUI" "Hardware"
# "I/O" "Language" "Math" "Simulation"
# "Sound" "Utilities" "Typography" "Video & Vision"
# If a value other than those listed is used, your library will listed as
# "Other".

library.category=Data


# A short sentence (or fragment) to summarize the library's function. This will
# be shown from inside the PDE when the library is being installed. Avoid
# repeating the name of your library here. Also, avoid saying anything redundant
# like mentioning that it's a library. This should start with a capitalized
# A short sentence (or fragment) to summarize the library's function. This will
# be shown from inside the PDE when the library is being installed. Avoid
# repeating the name of your library here. Also, avoid saying anything redundant
# like mentioning that it's a library. This should start with a capitalized
# letter, and end with a period.

library.sentence=An Open Sound Control (OSC) implementation.
Expand All @@ -144,25 +144,25 @@ source.url=http://github.com/sojamo/oscp5
source.repository=http://github.com/sojamo/oscp5/src


# The current version of your library.
# This number must be parsable as an int. It increments once with each release.
# This is used to compare different versions of the same library, and check if
# The current version of your library.
# This number must be parsable as an int. It increments once with each release.
# This is used to compare different versions of the same library, and check if
# an update is available.

library.version=1
library.version=2


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

library.prettyVersion=2.0.1
library.prettyVersion=2.0.3


library.copyright=(c) 2004-2013
library.copyright=(c) 2004-2015
library.dependencies=-
library.keywords=osc,networking,tcp,udp

tested.platform=osx,windows
tested.processingVersion=2.0
tested.platform=osx,windows,linux
tested.processingVersion=2.2.1


# Include javadoc references into your project's javadocs.
Expand Down
Loading

0 comments on commit d6d9225

Please sign in to comment.