This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright © 2013 Helio Frota <heliofrota at gmail.com> | |
* This work is free. You can redistribute it and/or modify it under the | |
* terms of the Do What The Fuck You Want To Public License, Version 2, | |
* as published by Sam Hocevar. See the COPYING file for more details. | |
*/ | |
package org.tfk.ui; | |
import javax.swing.JFrame; | |
import javax.swing.JButton; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:java (default-cli) on project tfk: An exception occured while executing the Java class. null: InvocationTargetException: Can't find bundle for base name org.tfk.i18n.messages, locale pt_BR -> [Help 1] | |
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:java (default-cli) on project tfk: An exception occured while executing the Java class. null | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217) | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) | |
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThre |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#As alterações abaixo irão dar permissão de acesso total a todas suas bases | |
#e a todos os usuários remotamente no servidor do postgreSQL então não use em produção. | |
#Testado no PostgreSQL 9.1 | |
#No arquivo pg_hba.conf | |
# IPv4 local connections: | |
host all all 0.0.0.0/0 trust | |
#No arquivo postgressql.conf | |
# - Connection Settings - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Levy Moreira - 12/04/2012 | |
#define MyAppName "Program" | |
#define MyAppVersion "1.0" | |
#define MyAppPublisher "NextTi" | |
#define MyAppURL "http://www.nextti.com/" | |
#define MyAppExeName "Program.jar" | |
[Setup] | |
; NOTE: The value of AppId uniquely identifies this application. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>Test</groupId> | |
<artifactId>Test</artifactId> | |
<version>0.0.1-SNAPSHOT</version> | |
<repositories> | |
<repository> | |
<id>maven2-repository.dev.java.net</id> | |
<name>Java.net Repository for Maven</name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- antlr-2.7.6 --> | |
<dependency> | |
<groupId>antlr</groupId> | |
<artifactId>antlr</artifactId> | |
<version>2.7.6</version> | |
</dependency> | |
<!-- c3p0-0.9.1 --> | |
<dependency> | |
<groupId>c3p0</groupId> | |
<artifactId>c3p0</artifactId> |
NewerOlder