Skip to content

Commit

Permalink
- Modified project to use the Eclipse built-in coding style explicitl…
Browse files Browse the repository at this point in the history
…y (Local modifications to the project - added to the repository).

- Reformatted all source to that style. Modified readme to reflect that.
- Added svn:keywords property on txt files.


git-svn-id: https://properjavardp.svn.sourceforge.net/svnroot/properjavardp/trunk@12 d622ee20-0a30-0410-b28f-cea8982ee2e1
  • Loading branch information
miha_vitorovic committed May 11, 2007
1 parent b6d7e36 commit 2f248d8
Show file tree
Hide file tree
Showing 109 changed files with 16,498 additions and 14,562 deletions.
248 changes: 248 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .settings/org.eclipse.jdt.ui.prefs
@@ -0,0 +1,4 @@
#Fri May 11 13:31:22 CEST 2007
eclipse.preferences.version=1
formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile
formatter_settings_version=10
2 changes: 1 addition & 1 deletion gpl.txt
@@ -1,6 +1,6 @@
Text from: http://www.gnu.org/licenses/gpl.txt

$Id: /cvsroot/properjavardp/properJavaRDP/gpl.txt,v 1.1 2003/09/22 09:55:54 taylof Exp $
$Id$

-------------------------------------------------------------------------
GNU GENERAL PUBLIC LICENSE
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Expand Up @@ -19,6 +19,14 @@ http://sourceforge.net/projects/properjavardp
This software is released without warranty under the GPL (see
gpl.txt).

$Id: /cvsroot/properjavardp/properJavaRDP/readme.txt,v 1.2 2005/08/16 12:46:13 telliott Exp $
* * * * * * * * * Coding style * * * * * * * * *
We mainly develop this oriject using Eclipse.

This project uses Eclipse built-in coding style to have consisten coding
style accross all files (also minimizes diffs). Please press format the code
before commiting. Thanks.
* * * * * * * * * Coding style * * * * * * * * *

$Id$

End.

0 comments on commit 2f248d8

Please sign in to comment.