Modified:
/wiki/DeveloperGuide.wiki
=======================================
--- /wiki/DeveloperGuide.wiki Thu Dec 9 07:01:02 2010
+++ /wiki/DeveloperGuide.wiki Mon Dec 13 07:53:11 2010
@@ -4,11 +4,8 @@
# Sign up for the [http://groups.google.com/group/prettyfaces-users Users
Group] group , [http://groups.google.com/group/prettyfaces-dev Dev List]
and [http://groups.google.com/group/prettyfaces-notify Dev Notification]
lists:
----
== Get the code ==
- # Check-out the source
[http://code.google.com/p/prettyfaces/source/checkout from SVN]
- * *Members:*
- `svn co https://prettyfaces.googlecode.com/svn/prettyfaces/trunk
prettyfaces --username {username}`
- * *Guests:* (read only):
- `svn co http://prettyfaces.googlecode.com/svn/prettyfaces/trunk
prettyfaces`
+ # Check-out the source
[http://code.google.com/p/prettyfaces/source/checkout from GitHub]
+ * `git clone git://github.com/ocpsoft/prettyfaces.git`
# Build the source using [http://maven.apache.org Maven]:
`mvn -U clean package`
# Start developing
@@ -16,16 +13,10 @@
== Give Back ==
# Write JUnit / [DeveloperGuide#Arquillian Arquillian] tests for ANY
modification/enhancement *(Changes get accepted faster with tests!)*
# If you're using Eclipse, please use the
[http://prettyfaces.googlecode.com/svn/tools/eclipse/ocp_code_format.xml
OCP Code Formatter]. Nobody likes merging white space changes!
- * *Committers:*
- # Commit to a branch if you want a review, or the work is in progress.
- # Commit to trunk if the work is complete and you have tests
- # Merge all tests/changes from trunk to the 2.0 branch (Or ask Lincoln
to help)
- * *Guests:* Submit a Patch
- # Navigate to the folder where you checked out the project source (The
folder where `pom.xml` is located)
- # Run: `svn diff {your_patch_name.patch}`
- # Email the patch to the
[http://groups.google.com/group/prettyfaces-users Users Group]
- * *Releasers:*
- # Perform the [Releasing Release].
+ * *Forking the repository:*
+ # Create a fork on github.com.
+ # Push all changes to your fork: `git push origin master`
+ # Send a pull-request from your fork to upstream/master:
[http://github.com/ocpsoft/prettyfaces]
----
== Arquillian ==
It's almost as easy as writing a basic unit test!