From ad36264b0c99c983b91fbef0ea75e60d6bcf2934 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 6 Jun 2022 21:26:50 -0500 Subject: Specify package: java in pom.xml --- back/aco-mdvrptw/.idea/.gitignore | 3 +++ back/aco-mdvrptw/.idea/compiler.xml | 13 +++++++++++++ .../.idea/inspectionProfiles/Project_Default.xml | 12 ++++++++++++ back/aco-mdvrptw/.idea/jarRepositories.xml | 20 ++++++++++++++++++++ back/aco-mdvrptw/.idea/misc.xml | 14 ++++++++++++++ back/aco-mdvrptw/.idea/vcs.xml | 6 ++++++ 6 files changed, 68 insertions(+) create mode 100644 back/aco-mdvrptw/.idea/.gitignore create mode 100644 back/aco-mdvrptw/.idea/compiler.xml create mode 100644 back/aco-mdvrptw/.idea/inspectionProfiles/Project_Default.xml create mode 100644 back/aco-mdvrptw/.idea/jarRepositories.xml create mode 100644 back/aco-mdvrptw/.idea/misc.xml create mode 100644 back/aco-mdvrptw/.idea/vcs.xml (limited to 'back/aco-mdvrptw/.idea') diff --git a/back/aco-mdvrptw/.idea/.gitignore b/back/aco-mdvrptw/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/back/aco-mdvrptw/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/back/aco-mdvrptw/.idea/compiler.xml b/back/aco-mdvrptw/.idea/compiler.xml new file mode 100644 index 0000000..ab69004 --- /dev/null +++ b/back/aco-mdvrptw/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/back/aco-mdvrptw/.idea/inspectionProfiles/Project_Default.xml b/back/aco-mdvrptw/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..09dbac8 --- /dev/null +++ b/back/aco-mdvrptw/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/back/aco-mdvrptw/.idea/jarRepositories.xml b/back/aco-mdvrptw/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/back/aco-mdvrptw/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/back/aco-mdvrptw/.idea/misc.xml b/back/aco-mdvrptw/.idea/misc.xml new file mode 100644 index 0000000..82dbec8 --- /dev/null +++ b/back/aco-mdvrptw/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/back/aco-mdvrptw/.idea/vcs.xml b/back/aco-mdvrptw/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/back/aco-mdvrptw/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3