Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc75d93

Browse files
committedAug 26, 2013
misplaced file
1 parent 3efba4b commit bc75d93

File tree

2 files changed

+12
-55
lines changed

2 files changed

+12
-55
lines changed
 

‎.classpath

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src/main/java"/>
4-
<classpathentry kind="src" path="src/test/java"/>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
515
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
616
<attributes>
717
<attribute name="maven.pomderived" value="true"/>

‎src/net/onrc/openvirtex/messages/OVXMessageUtil.java

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.