Added dot files, updated cleantmp.conf and gitignore
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 9 Mar 2021 20:49:50 +0000 (12:49 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 9 Mar 2021 20:49:50 +0000 (12:49 -0800)
.includepath [new file with mode: 0644]
.project [new file with mode: 0644]
.pydevproject [new file with mode: 0644]
etc/cleantmp.conf
rc/gitignore

diff --git a/.includepath b/.includepath
new file mode 100644 (file)
index 0000000..2bb15ef
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<includepath>
+  <includepathentry path="/opt/clearscm/maps/bin" />
+  <includepathentry path="/opt/clearscm/maps/lib" />
+  <includepathentry path="/opt/clearscm/lib" />
+</includepath>
+
diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..170c616
--- /dev/null
+++ b/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>ClearSCM</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.python.pydev.PyDevBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.epic.perleditor.perlbuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.epic.perleditor.perlnature</nature>
+               <nature>org.python.pydev.pythonNature</nature>
+       </natures>
+</projectDescription>
diff --git a/.pydevproject b/.pydevproject
new file mode 100644 (file)
index 0000000..40e9f40
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?eclipse-pydev version="1.0"?><pydev_project>
+<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
+<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
+</pydev_project>
index e2ccfc2..fdfd9e8 100644 (file)
@@ -33,3 +33,4 @@ SWT-*
 grilo-plugin-cache*
 qipc*
 birdtry*
+nsemail*
index 78b6e61..e69de29 100644 (file)
@@ -1,3 +0,0 @@
-.project
-.pydevproject
-.includepath