Skip to content

Commit 4895e83

Browse files
d-cameronalecw
authored andcommittedMay 22, 2014
Updated eclipse references
1 parent 50a9642 commit 4895e83

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed
 

‎.classpath

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src/java"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5-
<classpathentry kind="lib" path="lib/testng/testng-5.5-jdk15.jar"/>
6-
<classpathentry kind="lib" path="lib/ant/bcel-5.2.jar"/>
7-
<classpathentry kind="output" path="bin"/>
3+
<classpathentry kind="src" path="src/java"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="lib" path="lib/testng/testng-5.5-jdk15.jar"/>
6+
<classpathentry kind="lib" path="lib/ant/bcel-5.2.jar"/>
7+
<classpathentry kind="lib" path="lib/cofoja/cofoja-1.0-r139.jar"/>
8+
<classpathentry kind="lib" path="lib/commons-jexl-2.1.1.jar"/>
9+
<classpathentry kind="lib" path="lib/apache-ant-1.8.2-bzip2.jar"/>
10+
<classpathentry kind="lib" path="lib/snappy-java-1.0.3-rc3.jar"/>
11+
<classpathentry kind="output" path="bin"/>
812
</classpath>

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ atlassian-ide-plugin.xml
99
intellij.testclasses
1010
intellij.classes
1111

12+
/bin

‎.project

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>picard</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
</buildSpec>
14-
<natures>
15-
<nature>org.eclipse.jdt.core.javanature</nature>
16-
</natures>
3+
<name>htsjdk</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
1717
</projectDescription>

0 commit comments

Comments
 (0)
Please sign in to comment.