mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Removes l2jserver2-site folder
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,4 +11,5 @@
|
||||
target/
|
||||
|
||||
# Find bugs configuration file
|
||||
/.fbprefs
|
||||
/.fbprefs
|
||||
/l2jserver2-site
|
||||
|
||||
@@ -8,10 +8,9 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>l2jserver2-common</artifactId>
|
||||
|
||||
|
||||
<name>L2JServer 2 commons</name>
|
||||
<description>This module contains all classes common to both login and game server</description>
|
||||
<url>http://github.com/l2jserver2</url>
|
||||
<inceptionYear>2011</inceptionYear>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
<assembly
|
||||
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
|
||||
<id>h2-bin</id>
|
||||
<formats>
|
||||
<!-- <format>tar.gz</format> -->
|
||||
<!-- <format>tar.bz2</format> -->
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<baseDirectory></baseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>data/**</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>.gitignore</exclude>
|
||||
<exclude>data/cache/**</exclude>
|
||||
<exclude>data/pathing.db</exclude>
|
||||
<exclude>data/database.h2.*</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/distribution/global</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/distribution/sql</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.build.directory}</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>${project.artifactId}-${project.version}.jar</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
<outputDirectory>/libs</outputDirectory>
|
||||
<useProjectArtifact>false</useProjectArtifact>
|
||||
<unpack>false</unpack>
|
||||
<scope>runtime</scope>
|
||||
<excludes>
|
||||
<exclude>mysql:*</exclude>
|
||||
<exclude>com.orientechnologies:*</exclude>
|
||||
</excludes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
</assembly>
|
||||
@@ -1,54 +0,0 @@
|
||||
<assembly
|
||||
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
|
||||
<id>mysql5-bin</id>
|
||||
<formats>
|
||||
<!-- <format>tar.gz</format> -->
|
||||
<!-- <format>tar.bz2</format> -->
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<baseDirectory></baseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>data/**</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>.gitignore</exclude>
|
||||
<exclude>data/cache/**</exclude>
|
||||
<exclude>data/pathing.db</exclude>
|
||||
<exclude>data/database.h2.*</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/distribution/global</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/distribution/sql</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.build.directory}</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>${project.artifactId}-${project.version}.jar</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
<outputDirectory>/libs</outputDirectory>
|
||||
<useProjectArtifact>false</useProjectArtifact>
|
||||
<unpack>false</unpack>
|
||||
<scope>runtime</scope>
|
||||
<excludes>
|
||||
<exclude>com.h2database:*</exclude>
|
||||
<exclude>com.orientechnologies:*</exclude>
|
||||
</excludes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
</assembly>
|
||||
@@ -1,51 +0,0 @@
|
||||
<assembly
|
||||
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
|
||||
<id>orientdb-bin</id>
|
||||
<formats>
|
||||
<!-- <format>tar.gz</format> -->
|
||||
<!-- <format>tar.bz2</format> -->
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<baseDirectory></baseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>data/**</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>.gitignore</exclude>
|
||||
<exclude>data/cache/**</exclude>
|
||||
<exclude>data/pathing.db</exclude>
|
||||
<exclude>data/database.h2.*</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/distribution/global</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.build.directory}</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>${project.artifactId}-${project.version}.jar</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
<outputDirectory>/libs</outputDirectory>
|
||||
<useProjectArtifact>false</useProjectArtifact>
|
||||
<unpack>false</unpack>
|
||||
<scope>runtime</scope>
|
||||
<excludes>
|
||||
<exclude>mysql:*</exclude>
|
||||
<exclude>com.h2database:*</exclude>
|
||||
<exclude>commons-dbcp:*</exclude>
|
||||
</excludes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
</assembly>
|
||||
@@ -1,34 +0,0 @@
|
||||
<assembly
|
||||
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
|
||||
<id>src</id>
|
||||
<formats>
|
||||
<!-- <format>tar.gz</format> -->
|
||||
<!-- <format>tar.bz2</format> -->
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<baseDirectory></baseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>data/**</include>
|
||||
<include>src/**</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}/dist</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
<outputDirectory>/libs</outputDirectory>
|
||||
<useProjectArtifact>false</useProjectArtifact>
|
||||
<unpack>false</unpack>
|
||||
<scope>runtime</scope>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
</assembly>
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
<name>L2JServer 2 game server</name>
|
||||
<description>This game server is responsible for communicating the game client with the game virtual world. It provides data storage and processing along with broadcasting positioning data to other connected clients.</description>
|
||||
<url>http://github.com/l2jserver2</url>
|
||||
<inceptionYear>2011</inceptionYear>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -32,6 +32,7 @@ import com.l2jserver.model.id.object.provider.NPCIDProvider;
|
||||
import com.l2jserver.model.id.object.provider.NPCIDProvider.NPCIDGuiceFactory;
|
||||
import com.l2jserver.model.id.object.provider.ObjectIDResolver;
|
||||
import com.l2jserver.model.id.template.provider.CharacterTemplateIDProvider;
|
||||
import com.l2jserver.model.id.template.provider.EffectTemplateIDProvider;
|
||||
import com.l2jserver.model.id.template.provider.ItemTemplateIDProvider;
|
||||
import com.l2jserver.model.id.template.provider.NPCTemplateIDProvider;
|
||||
import com.l2jserver.model.id.template.provider.SkillTemplateIDProvider;
|
||||
@@ -74,6 +75,7 @@ public class IDProviderModule extends AbstractModule {
|
||||
|
||||
// TEMPLATE IDS
|
||||
install(new FactoryModuleBuilder().build(ItemTemplateIDProvider.class));
|
||||
install(new FactoryModuleBuilder().build(EffectTemplateIDProvider.class));
|
||||
install(new FactoryModuleBuilder().build(SkillTemplateIDProvider.class));
|
||||
install(new FactoryModuleBuilder()
|
||||
.build(CharacterTemplateIDProvider.class));
|
||||
|
||||
@@ -21,11 +21,13 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||
|
||||
import com.l2jserver.model.id.template.EffectTemplateID;
|
||||
import com.l2jserver.model.template.Template;
|
||||
import com.l2jserver.model.world.Actor;
|
||||
import com.l2jserver.model.world.actor.effect.Effect;
|
||||
import com.l2jserver.util.jaxb.EffectTemplateIDAdapter;
|
||||
|
||||
/**
|
||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||
@@ -35,6 +37,7 @@ import com.l2jserver.model.world.actor.effect.Effect;
|
||||
@XmlSeeAlso({ TeleportEffectTemplate.class })
|
||||
public abstract class EffectTemplate implements Template {
|
||||
@XmlAttribute(name = "id")
|
||||
@XmlJavaTypeAdapter(EffectTemplateIDAdapter.class)
|
||||
protected EffectTemplateID id;
|
||||
|
||||
protected EffectTemplate() {
|
||||
|
||||
@@ -19,7 +19,9 @@ package com.l2jserver.model.template.effect;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.l2jserver.model.world.Actor;
|
||||
@@ -29,6 +31,7 @@ import com.l2jserver.service.game.spawn.CharacterAlreadyTeleportingServiceExcept
|
||||
import com.l2jserver.service.game.spawn.NotSpawnedServiceException;
|
||||
import com.l2jserver.service.game.spawn.SpawnService;
|
||||
import com.l2jserver.util.geometry.Coordinate;
|
||||
import com.l2jserver.util.jaxb.CoordinateAdapter;
|
||||
|
||||
/**
|
||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||
@@ -42,7 +45,8 @@ public class TeleportEffectTemplate extends EffectTemplate {
|
||||
|
||||
@XmlAttribute(name = "type", required = false)
|
||||
private SkillTeleportEffectLocation type = SkillTeleportEffectLocation.TARGET;
|
||||
@XmlAttribute(name = "point")
|
||||
@XmlElement(name = "point")
|
||||
@XmlJavaTypeAdapter(CoordinateAdapter.class)
|
||||
private Coordinate coordinate;
|
||||
|
||||
/**
|
||||
|
||||
@@ -8,10 +8,9 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>l2jserver2-loginserver</artifactId>
|
||||
|
||||
|
||||
<name>L2JServer 2 login server</name>
|
||||
<description>The login server provides authentication capabilities for the game clients. The login server can provide login for several game servers at the same time.</description>
|
||||
<url>http://github.com/l2jserver2</url>
|
||||
<inceptionYear>2011</inceptionYear>
|
||||
|
||||
<dependencies>
|
||||
@@ -20,7 +19,7 @@
|
||||
<artifactId>l2jserver2-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
||||
@@ -1,125 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!-- Generated by Apache Maven Doxia at Oct 9, 2011 -->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Project Distribution Management</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20111009" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<div id="bannerLeft">
|
||||
L2JServer 2 commons
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
<span id="publishDate">Last Published: 2011-10-09</span>
|
||||
| <span id="projectVersion">Version: 0.1.0-SNAPSHOT</span>
|
||||
</div>
|
||||
<div class="xright"> <a href="./" title="L2JServer 2 commons">L2JServer 2 commons</a>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
<h5>Parent Project</h5>
|
||||
<ul>
|
||||
<li class="none">
|
||||
<a href="../index.html" title="L2JServer 2">L2JServer 2</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
<li class="expanded">
|
||||
<a href="project-info.html" title="Project Information">Project Information</a>
|
||||
<ul>
|
||||
<li class="none">
|
||||
<a href="source-repository.html" title="Source Repository">Source Repository</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="index.html" title="About">About</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<strong>Distribution Management</strong>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="dependencies.html" title="Dependencies">Dependencies</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="project-summary.html" title="Project Summary">Project Summary</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="plugins.html" title="Project Plugins">Project Plugins</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="team-list.html" title="Project Team">Project Team</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="license.html" title="Project License">Project License</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>The following is the distribution management information used by this project.</p><div class="section"><h3>Download URL<a name="Download_URL"></a></h3><a name="Download_URL"></a><a class="externalLink" href="https://github.com/l2jserver2/l2jserver2/downloads">https://github.com/l2jserver2/l2jserver2/downloads</a></div></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">
|
||||
Copyright © 2011
|
||||
<a href="http://www.l2jserver.com/">L2JServer team</a>.
|
||||
All Rights Reserved.
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 279 B |
@@ -1,125 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!-- Generated by Apache Maven Doxia at Oct 9, 2011 -->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>About</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20111009" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<div id="bannerLeft">
|
||||
L2JServer 2 commons
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
<span id="publishDate">Last Published: 2011-10-09</span>
|
||||
| <span id="projectVersion">Version: 0.1.0-SNAPSHOT</span>
|
||||
</div>
|
||||
<div class="xright"> <a href="./" title="L2JServer 2 commons">L2JServer 2 commons</a>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
<h5>Parent Project</h5>
|
||||
<ul>
|
||||
<li class="none">
|
||||
<a href="../index.html" title="L2JServer 2">L2JServer 2</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
<li class="expanded">
|
||||
<a href="project-info.html" title="Project Information">Project Information</a>
|
||||
<ul>
|
||||
<li class="none">
|
||||
<a href="source-repository.html" title="Source Repository">Source Repository</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<strong>About</strong>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="dependencies.html" title="Dependencies">Dependencies</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="project-summary.html" title="Project Summary">Project Summary</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="plugins.html" title="Project Plugins">Project Plugins</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="team-list.html" title="Project Team">Project Team</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="license.html" title="Project License">Project License</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>About L2JServer 2 commons<a name="About_L2JServer_2_commons"></a></h2><a name="About_L2JServer_2_commons"></a><p>This module contains all classes common to both login and game server</p></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">
|
||||
Copyright © 2011
|
||||
<a href="http://www.l2jserver.com/">L2JServer team</a>.
|
||||
All Rights Reserved.
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,125 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!-- Generated by Apache Maven Doxia at Oct 9, 2011 -->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Source Repository</title>
|
||||
<style type="text/css" media="all">
|
||||
@import url("./css/maven-base.css");
|
||||
@import url("./css/maven-theme.css");
|
||||
@import url("./css/site.css");
|
||||
</style>
|
||||
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20111009" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
|
||||
</head>
|
||||
<body class="composite">
|
||||
<div id="banner">
|
||||
<div id="bannerLeft">
|
||||
L2JServer 2 commons
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="breadcrumbs">
|
||||
|
||||
|
||||
<div class="xleft">
|
||||
<span id="publishDate">Last Published: 2011-10-09</span>
|
||||
| <span id="projectVersion">Version: 0.1.0-SNAPSHOT</span>
|
||||
</div>
|
||||
<div class="xright"> <a href="./" title="L2JServer 2 commons">L2JServer 2 commons</a>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="leftColumn">
|
||||
<div id="navcolumn">
|
||||
|
||||
|
||||
<h5>Parent Project</h5>
|
||||
<ul>
|
||||
<li class="none">
|
||||
<a href="../index.html" title="L2JServer 2">L2JServer 2</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h5>Project Documentation</h5>
|
||||
<ul>
|
||||
<li class="expanded">
|
||||
<a href="project-info.html" title="Project Information">Project Information</a>
|
||||
<ul>
|
||||
<li class="none">
|
||||
<strong>Source Repository</strong>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="index.html" title="About">About</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="dependencies.html" title="Dependencies">Dependencies</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="project-summary.html" title="Project Summary">Project Summary</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="plugins.html" title="Project Plugins">Project Plugins</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="team-list.html" title="Project Team">Project Team</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="license.html" title="Project License">Project License</a>
|
||||
</li>
|
||||
<li class="none">
|
||||
<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
|
||||
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="bodyColumn">
|
||||
<div id="contentBox">
|
||||
<div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses a Source Content Management System to manage its source code.</p></div><div class="section"><h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a><p>The following is a link to the online source repository.</p><div class="source"><pre><a class="externalLink" href="https://github.com/l2jserver2/l2jserver2/l2jserver2-common">https://github.com/l2jserver2/l2jserver2/l2jserver2-common</a></pre></div></div><div class="section"><h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a><p>Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:</p><div class="source"><pre>git://github.com/l2jserver2/l2jserver2.git/l2jserver2-common</pre></div></div><div class="section"><h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a><p>Refer to the documentation of the SCM used for more information about developer check out. The connection url is:</p><div class="source"><pre>ssh://git@github.com:l2jserver2/l2jserver2.git/l2jserver2-common</pre></div></div><div class="section"><h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a><p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">
|
||||
Copyright © 2011
|
||||
<a href="http://www.l2jserver.com/">L2JServer team</a>.
|
||||
All Rights Reserved.
|
||||
|
||||
</div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -8,13 +8,17 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>l2jserver2-tools</artifactId>
|
||||
|
||||
|
||||
<name>L2JServer 2 tools</name>
|
||||
<description>Module providing tools for developer usage only. Those tools are used for conversion and batch updating scripts.</description>
|
||||
<url>http://github.com/l2jserver2</url>
|
||||
<inceptionYear>2011</inceptionYear>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.l2jserver</groupId>
|
||||
<artifactId>l2jserver2-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.l2jserver</groupId>
|
||||
<artifactId>l2jserver2-gameserver</artifactId>
|
||||
|
||||
9
pom.xml
9
pom.xml
@@ -13,10 +13,15 @@
|
||||
<name>L2JServer team</name>
|
||||
<url>http://www.l2jserver.com/</url>
|
||||
</organization>
|
||||
<url>http://github.com/l2jserver2</url>
|
||||
|
||||
<url>http://www.l2jserver2.com/</url>
|
||||
|
||||
<distributionManagement>
|
||||
<downloadUrl>https://github.com/l2jserver2/l2jserver2/downloads</downloadUrl>
|
||||
<site>
|
||||
<id>l2jserver2</id>
|
||||
<name>l2jserver2</name>
|
||||
<url>scp:l2jserver@l2jserver.com/l2jserver2.com</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
<modules>
|
||||
|
||||
Reference in New Issue
Block a user