| author | Sidharth Singh | 2013-01-02 07:28:59 (EST) |
|---|---|---|
| committer | Stephan Born | 2013-01-02 07:28:59 (EST) |
| commit | aae9817cf02aeb857215dd0ba0d7ddc496af60d2 (patch) (side-by-side diff) | |
| tree | bb4fe27c91d4cec76db1965058c897f9da16d78e | |
| parent | ae9f0dbf9dd22ec47c6071e5b7c676b5cd004132 (diff) | |
| download | org.eclipse.stardust.ide.wst-aae9817cf02aeb857215dd0ba0d7ddc496af60d2.zip org.eclipse.stardust.ide.wst-aae9817cf02aeb857215dd0ba0d7ddc496af60d2.tar.gz org.eclipse.stardust.ide.wst-aae9817cf02aeb857215dd0ba0d7ddc496af60d2.tar.bz2 | |
Jira-ID: CRNT-26580
- changes to adapt new IceFaces GA_P05 patch jars
- changed the naming convention of IceFaces jars
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide.wst@61755 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.ide.wst.facet.portal/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.stardust.ide.wst.facet.portal/pom.xml b/org.eclipse.stardust.ide.wst.facet.portal/pom.xml index daa21db..73c640f 100644 --- a/org.eclipse.stardust.ide.wst.facet.portal/pom.xml +++ b/org.eclipse.stardust.ide.wst.facet.portal/pom.xml @@ -435,15 +435,15 @@ </exclusion>
<exclusion>
<groupId>org.icefaces</groupId>
- <artifactId>icefaces-ee-infinity04</artifactId>
+ <artifactId>icefaces</artifactId>
</exclusion>
<exclusion>
<groupId>org.icefaces</groupId>
- <artifactId>icefaces-comps-ee-infinity04</artifactId>
+ <artifactId>icefaces-comps</artifactId>
</exclusion>
<exclusion>
<groupId>org.icefaces</groupId>
- <artifactId>icefaces-facelets-ee-infinity04</artifactId>
+ <artifactId>icefaces-facelets</artifactId>
</exclusion>
<exclusion>
<groupId>org.icefaces</groupId>
|

