- make master an eclipse project
This commit is contained in:
parent
7eef61580e
commit
53074bd128
13
.classpath
Normal file
13
.classpath
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
|
<classpathentry kind="src" path="buffer/src/main/java"/>
|
||||||
|
<classpathentry kind="src" path="codec/src/main/java"/>
|
||||||
|
<classpathentry kind="src" path="codec-http/src/main/java"/>
|
||||||
|
<classpathentry kind="src" path="common/src/main/java"/>
|
||||||
|
<classpathentry kind="src" path="handler/src/main/java"/>
|
||||||
|
<classpathentry kind="src" path="transport/src/main/java"/>
|
||||||
|
<classpathentry combineaccessrules="false" kind="src" path="/ch.finnova.pe.jdk.build.time.dependencies"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
.project
|
|
||||||
.classpath
|
|
||||||
.settings
|
.settings
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
@ -10,3 +8,4 @@
|
|||||||
*/target
|
*/target
|
||||||
/reports
|
/reports
|
||||||
*/reports
|
*/reports
|
||||||
|
bin/
|
||||||
|
34
.project
Normal file
34
.project
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>io.netty</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.pde.SchemaBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.pde.PluginNature</nature>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
Loading…
x
Reference in New Issue
Block a user