summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Mazzitelli <mazz@redhat.com>2009-10-02 12:25:30 -0400
committerJohn Mazzitelli <mazz@redhat.com>2009-10-02 12:25:30 -0400
commit1105e736b1a422b1d37a7d7d5878b9d3053c3576 (patch)
treebe37739d8aa753ba670826f6133e175a59bc1eda
parentb15267366fd52f4127f87a5342cce596868736ac (diff)
downloadpuppet-plugin-1105e736b1a422b1d37a7d7d5878b9d3053c3576.tar.gz
puppet-plugin-1105e736b1a422b1d37a7d7d5878b9d3053c3576.tar.xz
puppet-plugin-1105e736b1a422b1d37a7d7d5878b9d3053c3576.zip
ignore eclipse generated files
-rw-r--r--.classpath20
-rw-r--r--.gitignore4
-rw-r--r--.project34
3 files changed, 31 insertions, 27 deletions
diff --git a/.classpath b/.classpath
index f18cca8..ee6a949 100644
--- a/.classpath
+++ b/.classpath
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-domain/1.4.0-SNAPSHOT/rhq-core-domain-1.4.0-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-plugin-api/1.4.0-SNAPSHOT/rhq-core-plugin-api-1.4.0-SNAPSHOT.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-native-system/1.4.0-SNAPSHOT/rhq-core-native-system-1.4.0-SNAPSHOT.jar"/>
- <classpathentry kind="output" path="eclipse-classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-domain/1.4.0-SNAPSHOT/rhq-core-domain-1.4.0-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-plugin-api/1.4.0-SNAPSHOT/rhq-core-plugin-api-1.4.0-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/rhq/rhq-core-native-system/1.4.0-SNAPSHOT/rhq-core-native-system-1.4.0-SNAPSHOT.jar"/>
+ <classpathentry kind="output" path="eclipse-classes"/>
+</classpath>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..102d503
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+target
+target/*
+eclipse-classes
+eclipse-classes/*
diff --git a/.project b/.project
index 1f72711..c15f9f6 100644
--- a/.project
+++ b/.project
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>puppet-plugin</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>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>puppet-plugin</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>