Author: amarkhel
Date: 2010-02-09 11:30:18 -0500 (Tue, 09 Feb 2010)
New Revision: 16434
Added:
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties
Removed:
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties
Modified:
branches/community/3.3.X/examples/photoalbum/source/ear/pom.xml
branches/community/3.3.X/examples/photoalbum/source/ejb/pom.xml
branches/community/3.3.X/examples/photoalbum/source/web/META-INF/MANIFEST.MF
branches/community/3.3.X/examples/photoalbum/source/web/pom.xml
Log:
Revert changes RF-8331
Modified: branches/community/3.3.X/examples/photoalbum/source/ear/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/ear/pom.xml 2010-02-09 15:58:13
UTC (rev 16433)
+++ branches/community/3.3.X/examples/photoalbum/source/ear/pom.xml 2010-02-09 16:30:18
UTC (rev 16434)
@@ -30,12 +30,12 @@
<version>${project.version}</version>
<type>ejb</type>
</dependency>
- <dependency>
+ <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<version>${seamVersion}</version>
Modified: branches/community/3.3.X/examples/photoalbum/source/ejb/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/ejb/pom.xml 2010-02-09 15:58:13
UTC (rev 16433)
+++ branches/community/3.3.X/examples/photoalbum/source/ejb/pom.xml 2010-02-09 16:30:18
UTC (rev 16434)
@@ -140,4 +140,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Copied:
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered (from
rev 16308,
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered)
Deleted:
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties
===================================================================
---
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties 2010-01-15
16:36:26 UTC (rev 16308)
+++
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties 2010-02-09
16:30:18 UTC (rev 16434)
@@ -1,4 +0,0 @@
-#
-#Mon Sep 15 14:29:32 EEST 2008
-jndiPattern=photoalbum-ear-${project.version}/#{ejbName}/local
-embeddedEjb=false
Copied:
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties
(from rev 16308,
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties)
===================================================================
---
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties
(rev 0)
+++
branches/community/3.3.X/examples/photoalbum/source/ejb/src/main/resources-filtered/components.properties 2010-02-09
16:30:18 UTC (rev 16434)
@@ -0,0 +1,4 @@
+#
+#Mon Sep 15 14:29:32 EEST 2008
+jndiPattern=photoalbum-ear-${project.version}/#{ejbName}/local
+embeddedEjb=false
Modified: branches/community/3.3.X/examples/photoalbum/source/web/META-INF/MANIFEST.MF
===================================================================
---
branches/community/3.3.X/examples/photoalbum/source/web/META-INF/MANIFEST.MF 2010-02-09
15:58:13 UTC (rev 16433)
+++
branches/community/3.3.X/examples/photoalbum/source/web/META-INF/MANIFEST.MF 2010-02-09
16:30:18 UTC (rev 16434)
@@ -1,7 +1,8 @@
Manifest-Version: 1.0
-Class-Path: commons-digester-1.8.1.jar jboss-seam-debug-2.1.1.GA.jar j
- boss-seam-jul-2.1.1.GA.jar jboss-seam-remoting-2.1.1.GA.jar jboss-sea
- m-ui-2.1.1.GA.jar jhighlight-1.0.jar jsf-facelets-1.1.15.B1.jar junit
- -3.8.jar metadata-extractor-2.4.0-beta1.jar richfaces-impl-3.3.2-SNAP
- SHOT.jar richfaces-ui-3.3.2-SNAPSHOT.jar
+Class-Path: commons-beanutils-1.8.0.jar commons-collections-3.2.jar co
+ mmons-digester-1.8.1.jar commons-logging-1.0.4.jar jboss-seam-debug-2
+ .1.1.GA.jar jboss-seam-jul-2.1.1.GA.jar jboss-seam-remoting-2.1.1.GA.
+ jar jboss-seam-ui-2.1.1.GA.jar jhighlight-1.0.jar jsf-facelets-1.1.15
+ .B1.jar junit-3.8.jar metadata-extractor-2.4.0-beta1.jar richfaces-im
+ pl-3.3.3-SNAPSHOT.jar richfaces-ui-3.3.3-SNAPSHOT.jar
Modified: branches/community/3.3.X/examples/photoalbum/source/web/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/web/pom.xml 2010-02-09 15:58:13
UTC (rev 16433)
+++ branches/community/3.3.X/examples/photoalbum/source/web/pom.xml 2010-02-09 16:30:18
UTC (rev 16434)
@@ -264,6 +264,7 @@
<goals>
<goal>export</goal>
</goals>
+
<configuration>
<connectionType>connection</connectionType>
<
developerConnectionUrl>scm:svn:http://anonsvn.jboss.org/repos/richface...