Skip to content

Instantly share code, notes, and snippets.

@wjlafrance
Created April 12, 2011 11:34
Show Gist options
  • Save wjlafrance/915358 to your computer and use it in GitHub Desktop.
Save wjlafrance/915358 to your computer and use it in GitHub Desktop.
#Create a file named project2.properties and place it into the projects/config directory.
#This file will contain entries for the following:
#The name of the author of the project
project.author.name=William LaFrance
#The email address of the author
[email protected]
#The course title
course.title=Java 112
#The course meeting days and times
course.section=MW230
#The name of your instructor
course.instructor=Eric Knapp
#A multi-line description of the project
project.description=This is a multiline description of Project 2 \
I don't really know what's supposed to be described here, so I'll recite a haiku \
I do not like Java \
I used to think it was cool \
iPhone is more fun \
Sorry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment