Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Brigitt Gyamfi Bright
Obli3_DeckOfCard
Commits
7d240267
Commit
7d240267
authored
Mar 20, 2021
by
Brigitt Gyamfi Bright
Browse files
Initial commit
parents
Pipeline
#118771
failed with stages
in 6 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
7d240267
.idea
\ No newline at end of file
Obli3_DeckOfCard.iml
0 → 100644
View file @
7d240267
<?xml version="1.0" encoding="UTF-8"?>
<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule=
"true"
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_14"
>
<output
url=
"file://$MODULE_DIR$/target/classes"
/>
<output-test
url=
"file://$MODULE_DIR$/target/test-classes"
/>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/resources"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/test/java"
isTestSource=
"true"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/target"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Maven: org.openjfx:javafx-controls:15.0.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.openjfx:javafx-controls:mac:15.0.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.openjfx:javafx-graphics:15.0.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.openjfx:javafx-graphics:mac:15.0.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.openjfx:javafx-base:15.0.1"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.openjfx:javafx-base:mac:15.0.1"
level=
"project"
/>
</component>
</module>
\ No newline at end of file
pom.xml
0 → 100644
View file @
7d240267
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
no.ntnu.idi.IDATT2001.brigittb.Obli3_DeckOfCard
</groupId>
<artifactId>
Obli3_DeckOfCard
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<properties>
<maven.compiler.source>
14
</maven.compiler.source>
<maven.compiler.target>
14
</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-controls
</artifactId>
<version>
15.0.1
</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-maven-plugin
</artifactId>
<version>
0.0.5
</version>
<configuration>
<mainClass></mainClass>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
0 → 100644
View file @
7d240267
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment