Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
2885f74f
Commit
2885f74f
authored
7 years ago
by
Jordine Tobias Dr.
Browse files
Options
Downloads
Patches
Plain Diff
Updated .gitignore for use with IntelliJ. Minimum JDK version is now JDK 9.
parent
51bbb1ac
No related branches found
No related tags found
1 merge request
!2
Java 9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ws/Archetypes/maven-prototype-javafx/.gitignore
+52
-1
52 additions, 1 deletion
ws/Archetypes/maven-prototype-javafx/.gitignore
ws/Archetypes/maven-prototype-javafx/pom.xml
+3
-3
3 additions, 3 deletions
ws/Archetypes/maven-prototype-javafx/pom.xml
with
55 additions
and
4 deletions
ws/Archetypes/maven-prototype-javafx/.gitignore
+
52
−
1
View file @
2885f74f
...
...
@@ -2,4 +2,55 @@
/.settings/
.classpath
.project
dependency-reduced-pom.xml
\ No newline at end of file
dependency-reduced-pom.xml
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Source: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
# Gradle:
.idea/**/gradle.xml
.idea/**/libraries
# CMake
cmake-build-debug/
cmake-build-release/
# Mongo Explorer plugin:
.idea/**/mongoSettings.xml
## File-based project format:
*.iws
## Plugin-specific files:
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ws/Archetypes/maven-prototype-javafx/pom.xml
+
3
−
3
View file @
2885f74f
...
...
@@ -4,7 +4,7 @@
<groupId>
de.hdm-stuttgart.mi.sda2
</groupId>
<artifactId>
maven-prototype-javafx
</artifactId>
<version>
1.
0
</version>
<version>
1.
1
</version>
<packaging>
jar
</packaging>
<name>
account
</name>
...
...
@@ -51,8 +51,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.5.1
</version>
<configuration>
<source>
1.
8
</source>
<target>
1.
8
</target>
<source>
1.
9
</source>
<target>
1.
9
</target>
</configuration>
</plugin>
<plugin>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment