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
| package org.mixer2.sample.web.controller; | |
| import static org.hamcrest.CoreMatchers.*; | |
| import static org.junit.Assert.*; | |
| import java.io.File; | |
| import java.sql.Connection; | |
| import java.util.Locale; | |
| import javax.sql.DataSource; |
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
| ... | |
| <!-- S2Mai --> | |
| <dependency> | |
| <groupId>org.seasar.mai</groupId> | |
| <artifactId>s2mai</artifactId> | |
| <version>0.9.6</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>ozacc-mail</groupId> | |
| <artifactId>ozacc-mail</artifactId> |
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
| Manifest-Version: 1.0 | |
| Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.co | |
| re.resources,org.eclipse.jdt.core,org.eclipse.ui.ide | |
| Export-Package: jp.mobster.eclipse.utilities,jp.mobster.eclipse.utilit | |
| ies.actions,jp.mobster.eclipse.utilities.preferences | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Vendor: Project Mobster | |
| Bundle-Name: %pluginName | |
| Bundle-ClassPath: utilities.jar,. | |
| Bundle-SymbolicName: jp.mobster.eclipse.utilities;singleton:=true |
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
| #!/bin/sh | |
| # | |
| # @author Jun Futagawa | |
| INSTALL_SRC_DIR="/usr/local/src/java" | |
| INSTALL_JAVA_DIR="/usr/local/java" | |
| INSTALL_JDK_HOME_DIR="/usr/local/java/jdk" | |
| OS="linux" | |
| OS_EXTENSION="tar.gz" | |
| # x64 or i586 |
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
| $ diff src/scandir.c.default src/scandir.c | |
| 42c42 | |
| < #ifdef __MINGW32__ | |
| --- | |
| > #ifdef __CYGWIN__ | |
| 51c51 | |
| < #ifdef __MINGW32__ | |
| --- | |
| > #ifdef __CYGWIN__ |
NewerOlder