-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From revision 7451244a60a3da3d925b5ca33f11c5b4ede5b5a9 of sierra6
- Loading branch information
Showing
138 changed files
with
79,241 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
*.class | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
|
||
# gwt caches and compiled units # | ||
war/gwt_bree/ | ||
gwt-unitCache/ | ||
|
||
# boilerplate generated classes # | ||
.apt_generated/ | ||
|
||
# more caches and things from deploy # | ||
war/WEB-INF/deploy/ | ||
war/WEB-INF/classes/ | ||
|
||
#compilation logs | ||
.gwt/ | ||
|
||
#caching for already compiled files | ||
gwt-unitCache/ | ||
|
||
#gwt junit compilation files | ||
www-test/ | ||
|
||
#old GWT (1.5) created this dir | ||
.gwt-tmp/ | ||
|
||
#build crap | ||
target/ | ||
|
||
#protect workspace | ||
web/.idea/misc.xml | ||
web/.idea/workspace.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
language: java | ||
|
||
jdk: | ||
- oraclejdk7 | ||
|
||
script: mvn test -f web/pom.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Structure de dossiers | ||
===================== | ||
|
||
db = scripts de cr�ation de la base de donn�es | ||
web = IntelliJ workspace | ||
tools = programmes utilitaires random | ||
tests = random crap | ||
docs = documentation random |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Configure GIT (ONCE ONLY) | ||
------------------------- | ||
git config --global user.email "YOUR EMAIL" | ||
git config --global user.name "YOUR FULL NAME" | ||
git config --global push.default current | ||
git config --global core.autocrlf true | ||
git config --global credential.helper wincred | ||
|
||
git clone https://github.com/kevenv/sierra6.git TO GET THE INITIAL PROJECT DIRECTORY (ONCE ONLY) | ||
|
||
Commands | ||
-------- | ||
status STATUS | ||
commit -m "message" LOCAL COMMIT (avec message d'une ligne) | ||
commit LOCAL COMMIT (va ouvrir notepad++ et vous pourrez ecrire un commit message detaillé de plusieurs lignes) | ||
commit --amend UPDATE A LOCAL COMMIT (change the commit message) | ||
push REMOTE COMMIT | ||
pull REMOTE DOWNLOAD | ||
|
||
add ADD FILE | ||
add . ADD ALL FILES | ||
rm REMOVE FILE | ||
|
||
Workflow | ||
-------- | ||
1. status | ||
2. add/rm | ||
3. commit | ||
peut demander de faire un pull avant | ||
4. push | ||
|
||
Outils | ||
------ | ||
-TortoiseSVN (GUI + Merge tools) | ||
-SourceTree (GUI Atlassian) | ||
-P4Merge (Merge tool) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Install | ||
======= | ||
|
||
-git | ||
https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/Git-1.9.5-preview20150319.exe | ||
|
||
-JDK7 (Java SE Development Kit 7u79) | ||
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html | ||
|
||
-GWT sdk | ||
http://goo.gl/t7FQSn | ||
|
||
-IntelliJ (IntelliJ Ultimate - Trial) | ||
http://download.jetbrains.com/idea/ideaIU-14.1.3.exe | ||
|
||
-GWT intelliJ plugin | ||
[Int�gr� � IntelliJ, mais doit �tre activ�] | ||
|
||
-GWTP intelliJ plugin | ||
https://plugins.jetbrains.com/plugin/download?pr=&updateId=19583 | ||
|
||
-pgAdmin | ||
https://ftp.postgresql.org/pub/pgadmin3/release/v1.20.0/win32/pgadmin3-1.20.0.zip | ||
|
||
Setup workspace | ||
=============== | ||
[TODO] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# sierra8 | ||
sierra8 | ||
# sierra6 | ||
Projet S6 Génie Informatique - Université de Sherbrooke |
Empty file.
Empty file.
Empty file.
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.