You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by vk...@apache.org on 2009/05/13 17:00:07 UTC

svn commit: r774390 - in /portals/applications/gems/trunk: pom.xml src/main/java/org/apache/portals/gems/address/resources/ src/main/resources/org/apache/portals/gems/address/ src/main/resources/org/apache/portals/gems/address/resources/

Author: vkumar
Date: Wed May 13 15:00:06 2009
New Revision: 774390

URL: http://svn.apache.org/viewvc?rev=774390&view=rev
Log:
Fixing Flash Demo is broken in Demo
https://issues.apache.org/jira/browse/APA-12

Added:
    portals/applications/gems/trunk/src/main/resources/org/apache/portals/gems/address/
    portals/applications/gems/trunk/src/main/resources/org/apache/portals/gems/address/resources/
      - copied from r774225, portals/applications/gems/trunk/src/main/java/org/apache/portals/gems/address/resources/
Removed:
    portals/applications/gems/trunk/src/main/java/org/apache/portals/gems/address/resources/
Modified:
    portals/applications/gems/trunk/pom.xml

Modified: portals/applications/gems/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/gems/trunk/pom.xml?rev=774390&r1=774389&r2=774390&view=diff
==============================================================================
--- portals/applications/gems/trunk/pom.xml (original)
+++ portals/applications/gems/trunk/pom.xml Wed May 13 15:00:06 2009
@@ -139,17 +139,6 @@
     </dependency>
   </dependencies>
   
-   <build>
-    <resources>
-      <resource>
-        <directory>${basedir}/src/main/java</directory>
-        <includes>
-          <include>**/*.properties</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/gems/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/gems/trunk/</developerConnection>