Commit 9587af0
committed
Make package names lowercase
Maven seems to have problems with lowercase package names in Windows.
Furthermore, camel case names violate the naming convention.
http://maven.apache.org/guides/mini/guide-naming-conventions.html
Change-Id: I67c3f6c4286fc4ea17b7767aa11dac594da242bf1 parent 4af568d commit 9587af0
17 files changed
Lines changed: 5 additions & 5 deletions
File tree
- src
- main/java/de/tuberlin/dima/schubotz/mathmlquerygenerator
- test
- java/de/tuberlin/dima/schubotz/mathmlquerygenerator
- resources/de/tuberlin/dima/schubotz/mathmlquerygenerator
- cmml
- mws
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments