mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-05 23:22:47 +00:00
This commit modularizes the maven project into several modules: - l2jserver2-common: common sources for both login and gameserver - l2jserver2-gameserver: the game server - l2jserver2-loginserver: the login server - l2jserver2-tools: refactored src/tools/java soure folder
15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
# Eclipse project files and folders
|
|
.project
|
|
.metadata
|
|
.classpath
|
|
.settings/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# Maven target directory
|
|
target/
|
|
|
|
# Find bugs configuration file
|
|
/.fbprefs
|