diff options
-rw-r--r-- | .gitignore | 48 | ||||
-rw-r--r-- | .project | 23 | ||||
-rw-r--r-- | .texlipse | 14 |
3 files changed, 85 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b65ad3d --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,48 @@ | |||
1 | # Directories # | ||
2 | /build/ | ||
3 | /bin/ | ||
4 | target/ | ||
5 | |||
6 | # OS Files # | ||
7 | .DS_Store | ||
8 | |||
9 | *.class | ||
10 | |||
11 | ###################### | ||
12 | # Eclipse | ||
13 | ###################### | ||
14 | |||
15 | *.pydevproject | ||
16 | .metadata | ||
17 | bin/** | ||
18 | tmp/** | ||
19 | tmp/**/* | ||
20 | *.tmp | ||
21 | *.bak | ||
22 | *.swp | ||
23 | *~.nib | ||
24 | local.properties | ||
25 | .classpath | ||
26 | .settings/ | ||
27 | .loadpath | ||
28 | /src/main/resources/rebel.xml | ||
29 | # External tool builders | ||
30 | .externalToolBuilders/ | ||
31 | |||
32 | # Locally stored "Eclipse launch configurations" | ||
33 | *.launch | ||
34 | |||
35 | # CDT-specific | ||
36 | .cproject | ||
37 | |||
38 | # PDT-specific | ||
39 | .buildpath | ||
40 | |||
41 | ###################### | ||
42 | # TeXlipse | ||
43 | ###################### | ||
44 | |||
45 | report/out/** | ||
46 | report/tmp/** | ||
47 | |||
48 | |||
diff --git a/.project b/.project new file mode 100644 index 0000000..655cc8c --- /dev/null +++ b/.project | |||
@@ -0,0 +1,23 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <projectDescription> | ||
3 | <name>pr1001-afg</name> | ||
4 | <comment></comment> | ||
5 | <projects> | ||
6 | </projects> | ||
7 | <buildSpec> | ||
8 | <buildCommand> | ||
9 | <name>com.googlecode.goclipse.goBuilder</name> | ||
10 | <arguments> | ||
11 | </arguments> | ||
12 | </buildCommand> | ||
13 | <buildCommand> | ||
14 | <name>net.sourceforge.texlipse.builder.TexlipseBuilder</name> | ||
15 | <arguments> | ||
16 | </arguments> | ||
17 | </buildCommand> | ||
18 | </buildSpec> | ||
19 | <natures> | ||
20 | <nature>goclipse.goNature</nature> | ||
21 | <nature>net.sourceforge.texlipse.builder.TexlipseNature</nature> | ||
22 | </natures> | ||
23 | </projectDescription> | ||
diff --git a/.texlipse b/.texlipse new file mode 100644 index 0000000..13e5f1c --- /dev/null +++ b/.texlipse | |||
@@ -0,0 +1,14 @@ | |||
1 | #TeXlipse project settings | ||
2 | #Wed Feb 12 10:30:04 CET 2014 | ||
3 | markTmpDer=true | ||
4 | builderNum=2 | ||
5 | outputDir=report/out | ||
6 | makeIndSty= | ||
7 | bibrefDir= | ||
8 | outputFormat=pdf | ||
9 | tempDir=report/tmp | ||
10 | mainTexFile=document.tex | ||
11 | outputFile=document.pdf | ||
12 | langSpell=fr | ||
13 | markDer=true | ||
14 | srcDir=report | ||