mirror of
https://github.com/ProjectSWGCore/forwarder.git
synced 2026-01-16 23:04:28 -05:00
Setup Forwarder for intellij
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
|
||||
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,3 +1,12 @@
|
||||
bin/
|
||||
/.gradle/
|
||||
/build/
|
||||
.settings
|
||||
|
||||
# IDE-based
|
||||
Forwarder.iml
|
||||
out
|
||||
.idea
|
||||
|
||||
# Gradle
|
||||
build
|
||||
.gradle
|
||||
gradle
|
||||
gradlew*
|
||||
|
||||
23
.project
23
.project
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>Forwarder</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
Submodule Client Holocore updated: 075ae7a6ef...f6266df106
Submodule PSWGCommon updated: 8505a996c3...753adaca22
Reference in New Issue
Block a user