Skip to content

Commit de1d60c

Browse files
FrankHossfeldniloc132
authored andcommitted
Move to preferred maven structure, format to test in j2cl+gwt2
1 parent 87d30ac commit de1d60c

File tree

97 files changed

+6643
-4197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+6643
-4197
lines changed

.gitignore

Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### GWT template
3+
*.class
4+
5+
# gwt caches and compiled units #
6+
war/gwt_bree/
7+
gwt-unitCache/
8+
9+
# boilerplate generated classes #
10+
.apt_generated/
11+
12+
# more caches and things from deploy #
13+
war/WEB-INF/deploy/
14+
war/WEB-INF/classes/
15+
16+
#compilation logs
17+
.gwt/
18+
19+
#gwt junit compilation files
20+
www-test/
21+
22+
#old GWT (1.5) created this dir
23+
.gwt-tmp/
24+
### Java template
25+
# Compiled class file
26+
27+
# Log file
28+
*.log
29+
30+
# BlueJ files
31+
*.ctxt
32+
33+
# Mobile Tools for Java (J2ME)
34+
.mtj.tmp/
35+
36+
# Package Files #
37+
*.jar
38+
*.war
39+
*.nar
40+
*.ear
41+
*.zip
42+
*.tar.gz
43+
*.rar
44+
45+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
46+
hs_err_pid*
47+
### Gradle template
48+
.gradle
49+
/build/
50+
51+
# Ignore Gradle GUI config
52+
gradle-app.setting
53+
54+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
55+
!gradle-wrapper.jar
56+
57+
# Cache of project
58+
.gradletasknamecache
59+
60+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
61+
# gradle/wrapper/gradle-wrapper.properties
62+
### macOS template
63+
# General
64+
.DS_Store
65+
.AppleDouble
66+
.LSOverride
67+
68+
# Icon must end with two \r
69+
Icon
70+
71+
# Thumbnails
72+
._*
73+
74+
# Files that might appear in the root of a volume
75+
.DocumentRevisions-V100
76+
.fseventsd
77+
.Spotlight-V100
78+
.TemporaryItems
79+
.Trashes
80+
.VolumeIcon.icns
81+
.com.apple.timemachine.donotpresent
82+
83+
# Directories potentially created on remote AFP share
84+
.AppleDB
85+
.AppleDesktop
86+
Network Trash Folder
87+
Temporary Items
88+
.apdisk
89+
### Example user template template
90+
### Example user template
91+
92+
# IntelliJ project files
93+
.idea
94+
out
95+
*.iml
96+
97+
gen### Eclipse template
98+
99+
.metadata
100+
bin/
101+
tmp/
102+
*.tmp
103+
*.bak
104+
*.swp
105+
*~.nib
106+
local.properties
107+
.settings/
108+
.loadpath
109+
.recommenders
110+
111+
# External tool builders
112+
.externalToolBuilders/
113+
114+
# Locally stored "Eclipse launch configurations"
115+
*.launch
116+
117+
# PyDev specific (Python IDE for Eclipse)
118+
*.pydevproject
119+
120+
# CDT-specific (C/C++ Development Tooling)
121+
.cproject
122+
123+
# CDT- autotools
124+
.autotools
125+
126+
# Java annotation processor (APT)
127+
.factorypath
128+
129+
# PDT-specific (PHP Development Tools)
130+
.buildpath
131+
132+
# sbteclipse plugin
133+
.target
134+
135+
# Tern plugin
136+
.tern-project
137+
138+
# TeXlipse plugin
139+
.texlipse
140+
141+
# STS (Spring Tool Suite)
142+
.springBeans
143+
144+
# Code Recommenders
145+
.recommenders/
146+
147+
# Scala IDE specific (Scala & Java development for Eclipse)
148+
.cache-main
149+
.scala_dependencies
150+
.worksheet
151+
### AppEngine template
152+
# Google App Engine generated folder
153+
appengine-generated/
154+
### Clojure template
155+
/lib/
156+
/classes/
157+
/target/
158+
/checkouts/
159+
.lein-deps-sum
160+
.lein-repl-history
161+
.lein-plugins/
162+
.lein-failures
163+
.nrepl-port
164+
.cpcache/
165+
### JetBrains template
166+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
167+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
168+
169+
# User-specific stuff
170+
.idea/**/tasks.xml
171+
.idea/**/usage.statistics.xml
172+
.idea/**/dictionaries
173+
.idea/**/shelf
174+
175+
# Sensitive or high-churn files
176+
.idea/**/dataSources/
177+
.idea/**/dataSources.ids
178+
.idea/**/dataSources.local.xml
179+
.idea/**/sqlDataSources.xml
180+
.idea/**/dynamic.xml
181+
.idea/**/uiDesigner.xml
182+
.idea/**/dbnavigator.xml
183+
184+
# Gradle
185+
.idea/**/gradle.xml
186+
.idea/**/libraries
187+
188+
# Gradle and Maven with auto-import
189+
# When using Gradle or Maven with auto-import, you should exclude module files,
190+
# since they will be recreated, and may cause churn. Uncomment if using
191+
# auto-import.
192+
.idea/modules.xml
193+
.idea/*.iml
194+
.idea/modules
195+
196+
# CMake
197+
cmake-build-*/
198+
199+
# Mongo Explorer plugin
200+
.idea/**/mongoSettings.xml
201+
202+
# File-based project format
203+
*.iws
204+
205+
# IntelliJ
206+
out/
207+
208+
# mpeltonen/sbt-idea plugin
209+
.idea_modules/
210+
211+
# JIRA plugin
212+
atlassian-ide-plugin.xml
213+
214+
# Cursive Clojure plugin
215+
.idea/replstate.xml
216+
217+
# Crashlytics plugin (for Android Studio and IntelliJ)
218+
com_crashlytics_export_strings.xml
219+
crashlytics.properties
220+
crashlytics-build.properties
221+
fabric.properties
222+
223+
# Editor-based Rest Client
224+
.idea/httpRequests
225+
226+
# in our case the war directory
227+
war/
228+
229+
# target folder
230+
*/target/*

0 commit comments

Comments
 (0)