[webbeans-commits] Webbeans SVN: r79 - ri/trunk/examples/webbeans-pizzashack.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Aug 8 08:15:44 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-08-08 08:15:44 -0400 (Fri, 08 Aug 2008)
New Revision: 79

Modified:
   ri/trunk/examples/webbeans-pizzashack/
   ri/trunk/examples/webbeans-pizzashack/.classpath
Log:
ignores


Property changes on: ri/trunk/examples/webbeans-pizzashack
___________________________________________________________________
Name: svn:ignore
   + pom.properties

target


Modified: ri/trunk/examples/webbeans-pizzashack/.classpath
===================================================================
--- ri/trunk/examples/webbeans-pizzashack/.classpath	2008-08-08 12:07:21 UTC (rev 78)
+++ ri/trunk/examples/webbeans-pizzashack/.classpath	2008-08-08 12:15:44 UTC (rev 79)
@@ -3,5 +3,9 @@
   <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
   <classpathentry kind="output" path="target/classes"/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/junit/junit/4.4/junit-4.4.jar"/>
+  <classpathentry kind="var" path="M2_REPO/junit/junit/4.4/junit-4.4.jar" sourcepath="M2_REPO/junit/junit/4.4/junit-4.4-sources.jar">
+    <attributes>
+      <attribute value="jar:file:/Users/pmuir/.m2/repository/junit/junit/4.4/junit-4.4-javadoc.jar!/" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>
 </classpath>
\ No newline at end of file




More information about the weld-commits mailing list