Skip to content

Commit

Permalink
LPS-56506 Add missing Eclipse project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithildir authored and brianchandotcom committed Jun 19, 2015
1 parent ef1395d commit 1605c8d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
22 changes: 22 additions & 0 deletions modules/test/whip/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>

<classpath>
<classpathentry excluding="**/.svn/**|.svn/" kind="src" path="src" />
<classpathentry kind="src" path="/portal-master" />
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
<classpathentry kind="lib" path="/portal-master/lib/development/activation.jar" />
<classpathentry kind="lib" path="/portal-master/lib/development/annotations.jar" />
<classpathentry kind="lib" path="/portal-master/lib/development/jsp-api.jar" />
<classpathentry kind="lib" path="/portal-master/lib/development/mail.jar" />
<classpathentry kind="lib" path="/portal-master/lib/development/servlet-api.jar" />
<classpathentry kind="lib" path="/portal-master/lib/global/portlet.jar" />
<classpathentry kind="lib" path="/portal-master/lib/portal/bnd.jar" />
<classpathentry kind="lib" path="/portal-master/lib/portal/commons-logging.jar" />
<classpathentry kind="lib" path="/portal-master/lib/portal/log4j.jar" />
<classpathentry kind="lib" path="/portal-master/portal-service/portal-service.jar" />
<classpathentry kind="lib" path="/portal-master/util-bridges/util-bridges.jar" />
<classpathentry kind="lib" path="/portal-master/util-java/util-java.jar" />
<classpathentry kind="lib" path="/portal-master/util-taglib/util-taglib.jar" />
<classpathentry kind="lib" path="lib/asm-debug-all.jar" />
<classpathentry kind="output" path="bin" />
</classpath>
16 changes: 16 additions & 0 deletions modules/test/whip/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>

<projectDescription>
<name>whip-master</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>

0 comments on commit 1605c8d

Please sign in to comment.