Commit d6dd94fe authored by Florian Schmaus's avatar Florian Schmaus Committed by flow

Added eclipse settings under build/eclipse and Makefile

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13436 b35dd754-fafc-0310-a699-88a17e54d16e
parent fc0cbdb5
.PHONY: all clean eclipse
all: build-openfire
# Can not use 'build' as target name, because there is a
# directory called build
build-openfire:
cd build && ant
clean:
cd build && ant clean
eclipse: .settings .classpath .project
.settings:
ln -s build/eclipse/settings .settings
.classpath:
ln -s build/eclipse/classpath .classpath
.project:
ln -s build/eclipse/project .project
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>openfire</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment