From 253436b5cc2ca8ad027d3af09dc21c0015f5e8d0 Mon Sep 17 00:00:00 2001 From: Marcio Augusto Guimaraes Date: Thu, 31 Aug 2017 16:09:41 -0300 Subject: [PATCH 1/3] removendo o braz --- .gitmodules | 3 --- braz | 1 - 2 files changed, 4 deletions(-) delete mode 160000 braz diff --git a/.gitmodules b/.gitmodules index 1014fde..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "braz"] - path = braz - url = https://github.com/marcioaug/braz diff --git a/braz b/braz deleted file mode 160000 index 1900f88..0000000 --- a/braz +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1900f88df6dba8925ce0b67195bae108a9924fa0 From ae436918df79985d4f709ffa1f429bf21eddc694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcio=20Augusto=20Guimar=C3=A3es?= Date: Thu, 12 Oct 2017 17:25:33 -0300 Subject: [PATCH 2/3] =?UTF-8?q?adicionando=20o=20manifest=20para=20gerar?= =?UTF-8?q?=20o=20jar=20execut=C3=A1vel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index 2854877..99169c9 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,12 @@ repositories { mavenCentral() } +jar { + manifest { + attributes 'Main-Class': 'br.edu.ufal.ic.easy.cppmt.main.Main' + } +} + dependencies { compile 'org.codehaus.groovy:groovy-all:2.3.11' testCompile group: 'junit', name: 'junit', version: '4.12' From b870cfafa36af260846a70402c961c2107b25e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcio=20Augusto=20Guimar=C3=A3es?= Date: Thu, 12 Oct 2017 17:26:25 -0300 Subject: [PATCH 3/3] =?UTF-8?q?adicionando=20o=20diret=C3=B3rio=20build/?= =?UTF-8?q?=20no=20.gitignore.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 97e7c4f..910a587 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ bin/ .classpath .settings/ +build/ log/ .idea/