forked from egonet/egonet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combined Enet and Eweb projects into one.
- Loading branch information
Showing
361 changed files
with
46,449 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry excluding="com/endlessloopsoftware/ego/client/graph/NodePanel.java|com/endlessloopsoftware/ego/client/graph/EdgePanel.java" kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="lib" path="lib/EXML.jar"/> | ||
<classpathentry kind="lib" path="lib/jung-1.7.6.jar" sourcepath="/home/sonam/JavaLib/JUNG1.7/jung-1.7.6-src.jar"/> | ||
<classpathentry kind="lib" path="lib/forms-1.1.0.jar"/> | ||
<classpathentry kind="lib" path="lib/FoamRuntime.jar"/> | ||
<classpathentry kind="lib" path="lib/elsutils.jar"/> | ||
<classpathentry kind="lib" path="lib/looks-2.1.4.jar"/> | ||
<classpathentry combineaccessrules="false" kind="src" path="/EgoWeb"/> | ||
<classpathentry kind="lib" path="/EgoWeb/lib/appletlib/colt.jar"/> | ||
<classpathentry kind="lib" path="/EgoWeb/lib/strutslib/jbossall-client.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-collections-3.2.jar"/> | ||
<classpathentry kind="lib" path="lib/swing-layout-1.0.3.jar"/> | ||
<classpathentry kind="lib" path="lib/swing-worker-1.1.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry excluding="com/endlessloopsoftware/ego/client/graph/NodePanel.java|com/endlessloopsoftware/ego/client/graph/EdgePanel.java" kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="lib" path="lib/EXML.jar"/> | ||
<classpathentry kind="lib" path="lib/jung-1.7.6.jar" sourcepath="/home/sonam/JavaLib/JUNG1.7/jung-1.7.6-src.jar"/> | ||
<classpathentry kind="lib" path="lib/forms-1.1.0.jar"/> | ||
<classpathentry kind="lib" path="lib/FoamRuntime.jar"/> | ||
<classpathentry kind="lib" path="lib/elsutils.jar"/> | ||
<classpathentry kind="lib" path="lib/looks-2.1.4.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-collections-3.2.jar"/> | ||
<classpathentry kind="lib" path="lib/swing-layout-1.0.3.jar"/> | ||
<classpathentry kind="lib" path="lib/swing-worker-1.1.jar"/> | ||
<classpathentry kind="lib" path="lib/appletlib/colt.jar"/> | ||
<classpathentry kind="lib" path="lib/strutslib/jbossall-client.jar"/> | ||
<classpathentry kind="lib" path="lib/strutslib/javax.servlet.jar"/> | ||
<classpathentry kind="lib" path="lib/strutslib/struts.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#Mon May 19 22:26:47 EDT 2008 | ||
eclipse.preferences.version=1 | ||
encoding//WEB-INF/struts-html.tld=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd"> | ||
<application> | ||
<display-name>Sum Application</display-name> | ||
<module> | ||
<ejb>EgoEJB.jar</ejb> | ||
</module> | ||
<module> | ||
<web> | ||
<web-uri>EgoWeb.war</web-uri> | ||
<context-root>/EgoWeb</context-root> | ||
</web> | ||
</module> | ||
</application> |
Oops, something went wrong.