You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-commits@portals.apache.org by at...@apache.org on 2005/11/27 22:25:15 UTC

svn commit: r349316 - /portals/bridges/trunk/applications/jpetstore/project.xml

Author: ate
Date: Sun Nov 27 13:25:11 2005
New Revision: 349316

URL: http://svn.apache.org/viewcvs?rev=349316&view=rev
Log:
Fixed build config which inheritance isn't the same any more after the move from jetspeed-2.
Now, the JPetstore application is working again

Modified:
    portals/bridges/trunk/applications/jpetstore/project.xml

Modified: portals/bridges/trunk/applications/jpetstore/project.xml
URL: http://svn.apache.org/viewcvs/portals/bridges/trunk/applications/jpetstore/project.xml?rev=349316&r1=349315&r2=349316&view=diff
==============================================================================
--- portals/bridges/trunk/applications/jpetstore/project.xml (original)
+++ portals/bridges/trunk/applications/jpetstore/project.xml Sun Nov 27 13:25:11 2005
@@ -203,4 +203,16 @@
     </dependency>
    </dependencies>
 
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${basedir}/src/java</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
+  </build>
+
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-commits-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-commits-help@portals.apache.org