From 405ae3b8aa0aca6c427774318cd313f103654599 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Wed, 12 Mar 2014 22:04:17 -0400 Subject: [PATCH] library and build properties files --- resources/build.properties | 30 ++++++++-------- resources/library.properties | 12 +++---- resources/library.properties.template | 49 --------------------------- 3 files changed, 21 insertions(+), 70 deletions(-) delete mode 100644 resources/library.properties.template diff --git a/resources/build.properties b/resources/build.properties index 7b380da..64ec9e9 100644 --- a/resources/build.properties +++ b/resources/build.properties @@ -17,7 +17,7 @@ # For windows the default path to your sketchbook would be # ${user.home}/My Documents/Processing (make adjustments below). -sketchbook.location=${user.home}/Documents/Processing +sketchbook.location=${user.home}/Dropbox/Processing @@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Documents/Processing # Uncommenting the line below will overwrite the classpath.local.location from # above. -classpath.local.location=/Applications/Processing.app/Contents/Resources/Java/core/library/ +classpath.local.location=/Applications/Processing-2.1.app/Contents/Java/core/library/ # Add all jar files that are required for compiling your project to the local @@ -59,7 +59,7 @@ classpath.libraries.location=${sketchbook.location}/libraries # (3) # Set the java version that should be used to compile your library. -java.target.version=1.6 +java.target.version=1.7 # Set the description of the Ant build.xml file. @@ -72,11 +72,11 @@ ant.description=ProcessingLibs Ant build file. # Project details. # Give your library a name. The name must not contain spaces or special characters. -project.name=YourLibrary +project.name=httprequests_processing # The name as the user will see it. This can contain spaces and special characters. -project.prettyName=Your Library +project.prettyName=HTTP Requests for Processing # Use 'normal' or 'fast' as value for project.compile. @@ -98,14 +98,14 @@ project.compile=normal # If you need more control, you can edit web/index.html and # web/library.properties directly. -author.name=Your Name -author.url=http://yoururl.com +author.name=Rune Madsen +author.url=http://www.runemadsen.com # Set the web page for your library. # This is NOT a direct link to where to download it. -library.url=http://yourlibraryname.com +library.url=https://github.com/runemadsen/HTTProcessing # Set the category of your library. This must be one (or many) of the following: @@ -139,9 +139,9 @@ library.paragraph= # Set the source code repository for your project. # Recommendations for storing your source code online are Google Code or GitHub. -source.host=Google Code -source.url=http://code.google.com/p/yourProject -source.repository=http://code.google.com/p/yourProject/source/browse/ +source.host=Github +source.url=https://github.com/runemadsen/HTTProcessing +source.repository=https://github.com/runemadsen/HTTProcessing # The current version of your library. @@ -154,18 +154,18 @@ library.version=1 # The version as the user will see it. -library.prettyVersion=1.0.0 +library.prettyVersion=0.1.1 -library.copyright=(c) 2013 +library.copyright=(c) 2014 library.dependencies=? library.keywords=? tested.platform=osx,windows -tested.processingVersion=1.5 +tested.processingVersion=2.1 # Include javadoc references into your project's javadocs. javadoc.java.href=http://java.sun.com/javase/6/docs/api/ -javadoc.processing.href=http://processing.googlecode.com/svn/trunk/processing/build/javadoc/core/ +javadoc.processing.href=http://processing.org/reference/javadoc/core/ diff --git a/resources/library.properties b/resources/library.properties index 2d7de8c..490a598 100644 --- a/resources/library.properties +++ b/resources/library.properties @@ -1,11 +1,11 @@ -# More on this file here: http://code.google.com/p/processing/wiki/LibraryBasics +# More on this file here: https://github.com/processing/processing/wiki/Library-Basics # UTF-8 supported. # The name of your library as you want it formatted. -name = HTTProcessing +name = HTTP Requests for Processing # List of authors. Links can be provided using the syntax [author name](url). -authorList = [Rune Madsen](http://www.runemadsen.com) +authorList = [Rune Madsen](http://www.runemadsen.com), [Daniel Shiffman](http://shiffman.net]) # A web page for your library, NOT a direct link to where to download it. url = http://github.com/runemadsen/HTTProcessing @@ -25,13 +25,13 @@ category = Data # 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. -sentence = HTTProcessing is a small library that takes the pain out of doing HTTP requests in Processing. +sentence = HTTP Requests for Processing is a small library that takes the pain out of doing HTTP requests in Processing. # Additional information suitable for the Processing website. The value of # 'sentence' always will be prepended, so you should start by writing the # second sentence here. If your library only works on certain operating systems, # mention it here. -paragraph = +paragraph = # Links in the 'sentence' and 'paragraph' attributes can be inserted using the # same syntax as for authors. @@ -46,4 +46,4 @@ version = 1 # This must be parsable as an int # The version as the user will see it. If blank, the version attribute will be # used here. -prettyVersion = 0.1.1 # This is treated as a String +prettyVersion = 0.1.1 # This is treated as a String diff --git a/resources/library.properties.template b/resources/library.properties.template deleted file mode 100644 index 900df40..0000000 --- a/resources/library.properties.template +++ /dev/null @@ -1,49 +0,0 @@ -# More on this file here: https://github.com/processing/processing/wiki/Library-Basics -# UTF-8 supported. - -# The name of your library as you want it formatted. -name = ##library.name## - -# List of authors. Links can be provided using the syntax [author name](url). -authorList = [##author.name##](##author.url##) - -# A web page for your library, NOT a direct link to where to download it. -url = ##library.url## - -# The category of your library, 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 -# "Other". -category = ##library.category## - -# 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. -sentence = ##library.sentence## - -# Additional information suitable for the Processing website. The value of -# 'sentence' always will be prepended, so you should start by writing the -# second sentence here. If your library only works on certain operating systems, -# mention it here. -paragraph = ##library.paragraph## - -# Links in the 'sentence' and 'paragraph' attributes can be inserted using the -# same syntax as for authors. -# That is, [here is a link to Processing](http://processing.org/) - - -# A version number that increments once with each release. This is used to -# compare different versions of the same library, and check if an update is -# available. You should think of it as a counter, counting the total number of -# releases you've had. -version = ##library.version## # This must be parsable as an int - -# The version as the user will see it. If blank, the version attribute will be -# used here. -prettyVersion = ##library.prettyVersion## # This is treated as a String