Removes Eclipse-IDE specific project files

This will remove .project and .pydevproject files from the
repository, and will also add those files to .gitignore

Those are relevant only for Eclipse-IDE, and are specific to a
local workplace - as such they should not be a part of the charm.

Change-Id: I5ad164a4f380ed28ce41bf6c19a2766df3987f36
This commit is contained in:
Mario Splivalo 2017-07-27 00:04:29 +02:00 committed by Billy Olsen
parent 01386e0cb2
commit 6dc119f7f4
3 changed files with 3 additions and 25 deletions

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ revision
.testrepository
*.sw[nop]
*.pyc
.project
.pydevproject

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>rabbitmq-server</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/rabbitmq-server/hooks</path>
</pydev_pathproperty>
</pydev_project>