[xwiki-notifications] [Issue] Created: (XWIKI-1727) Whitespace between list items breaks the continuity of the list

2007-09-08 Thread Sergiu Dumitriu (JIRA)
Whitespace between list items breaks the continuity of the list
---

 Key: XWIKI-1727
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1727
 Project: XWiki Platform
  Issue Type: Bug
  Components: Rendering
Affects Versions: 1.1 RC2
Reporter: Sergiu Dumitriu
Priority: Minor


Because between list items only a sequence of newlines is allowed, and a line 
with one space will cause a break in the list.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Default #446 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #446 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3183&buildTypeId=bt7




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Default #445 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #445 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3174&buildTypeId=bt7




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise Manager::Default #468 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise Manager::Default #468 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3172&buildTypeId=bt11




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XWIKI-1726) Exception deleting large documents

2007-09-08 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu closed XWIKI-1726.
--

Resolution: Fixed

Fixed in rev. 4852

> Exception deleting large documents
> --
>
> Key: XWIKI-1726
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1726
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Storage
> Environment: mysql
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M1
>
>
> ... because the column length for the recycled content is too small.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r4852 - xwiki-platform/core/trunk/xwiki-core/src/main/resources

2007-09-08 Thread Sergiu Dumitriu
Author: sdumitriu
Date: 2007-09-09 01:01:36 +0200 (Sun, 09 Sep 2007)
New Revision: 4852

Modified:
   xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.hbm.xml
Log:
XWIKI-1726: Exception deleting large documents
Fixed.


Modified: xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.hbm.xml
===
--- xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.hbm.xml   
2007-09-08 19:49:47 UTC (rev 4851)
+++ xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.hbm.xml   
2007-09-08 23:01:36 UTC (rev 4852)
@@ -139,7 +139,7 @@
 
 

-   
+   

 
 

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XWIKI-1726) Exception deleting large documents

2007-09-08 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu updated XWIKI-1726:
---

  Environment: mysql
Fix Version/s: 1.2 M1
 Assignee: Sergiu Dumitriu

> Exception deleting large documents
> --
>
> Key: XWIKI-1726
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1726
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Storage
> Environment: mysql
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M1
>
>
> ... because the column length for the recycled content is too small.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Created: (XWIKI-1726) Exception deleting large documents

2007-09-08 Thread Sergiu Dumitriu (JIRA)
Exception deleting large documents
--

 Key: XWIKI-1726
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1726
 Project: XWiki Platform
  Issue Type: Bug
  Components: Storage
Reporter: Sergiu Dumitriu


... because the column length for the recycled content is too small.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Commented: (XWIKI-1578) Wiki formatting characters break links

2007-09-08 Thread Sergiu Dumitriu (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XWIKI-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_18199
 ] 

Sergiu Dumitriu commented on XWIKI-1578:


Ludovic, I don't agree with the way you fixed this. This disables wiki 
rendering for links, so XWIKI-418 will not be valid anymore. I think that the 
content inside the link should still be rendered.

> Wiki formatting characters break links
> --
>
> Key: XWIKI-1578
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1578
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.1 M3
>Reporter: Ludovic Dubost
> Assigned To: Ludovic Dubost
> Fix For: 1.1 M4
>
>
> Characters like -- * [ can't be used in links because they are transformed by 
> the wiki syntax after the link rendering.
> We need to escape them in link rendering.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Default #444 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #444 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3167&buildTypeId=bt7




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Default #443 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #443 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3159&buildTypeId=bt7




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-869) The charting wizard is not available from the XWiki user interface.

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-869:


Assignee: (was: Catalin Hritcu)

> The charting wizard is not available from the XWiki user interface.
> ---
>
> Key: XWIKI-869
> URL: http://jira.xwiki.org/jira/browse/XWIKI-869
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.0 B4
>Reporter: Catalin Hritcu
> Fix For: Future
>
>
> The charting wizard is not available from the XWiki interface. This even 
> though we have a lot of code for the charting wizard, and that this code used 
> to work well in pre 1.0 versions of XWiki. It's a real pity to let our code 
> rot like this. Sure, later we can improve it in a lot of ways, but this is no 
> excuse for depriving the XWiki users of functionality that is already 
> implemented and working fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-872) Add a button to start the charting wizard in the WYSIWYG editor

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-872:


Assignee: (was: Catalin Hritcu)

> Add a button to start the charting wizard in the WYSIWYG editor
> ---
>
> Key: XWIKI-872
> URL: http://jira.xwiki.org/jira/browse/XWIKI-872
> Project: XWiki Platform
>  Issue Type: Sub-task
>  Components: Editor - WYSIWYG
>Affects Versions: 1.0 B4
>Reporter: Catalin Hritcu
> Fix For: Future
>
>
> The URL for starting the charting wizard is 
> http://localhost:8080/xwiki/bin/chartwizard/MySpace/MyPage
> so the action is "chartwizard"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-881) Stored data sources for charts don't work any more

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-881:


Assignee: (was: Catalin Hritcu)

> Stored data sources for charts don't work any more
> --
>
> Key: XWIKI-881
> URL: http://jira.xwiki.org/jira/browse/XWIKI-881
> Project: XWiki Platform
>  Issue Type: Sub-task
>  Components: Plugin - Other
>Affects Versions: 1.0 B4
>Reporter: Catalin Hritcu
> Fix For: Future
>
>
> Did they ever work? :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-390) Remove usage of Jfreechart's setDataAreaRatio() as it no longer exists in version 1.0.0

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-390:


Assignee: (was: Catalin Hritcu)

> Remove usage of Jfreechart's setDataAreaRatio() as it no longer exists in 
> version 1.0.0
> ---
>
> Key: XWIKI-390
> URL: http://jira.xwiki.org/jira/browse/XWIKI-390
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Plugin - Other
>Affects Versions: 0.9.1252
>Reporter: Vincent Massol
>Priority: Minor
> Fix For: Future
>
>
> We're currently using 1.0.0-rc1 but the setDataAreaRatio() API has been 
> removed in 1.0.0. It's probably been replaced by something else. We need to 
> find out by what and make the change so that we can upgrade to a more recent 
> version of jfreechart.
> Depends on XWIKI-867

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-867) Move to the latest JFreeChart library version

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-867:


Assignee: (was: Catalin Hritcu)

> Move to the latest JFreeChart library version
> -
>
> Key: XWIKI-867
> URL: http://jira.xwiki.org/jira/browse/XWIKI-867
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Plugin - Other
>Affects Versions: 1.0 B4
>Reporter: Catalin Hritcu
>Priority: Minor
> Fix For: Future
>
>
> Move the charting plugin from JFreeChart 1.0.0-RC1 to 1.0.4. There are 
> probably some incompatible changes, but still it might be nice to keep up 
> with the improvements in JFreeChart.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-955) Radeox tables inside forms cannot be used

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-955:


Assignee: (was: Catalin Hritcu)

> Radeox tables inside forms cannot be used
> -
>
> Key: XWIKI-955
> URL: http://jira.xwiki.org/jira/browse/XWIKI-955
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Plugin - Other
>Affects Versions: 1.0 B5
>Reporter: Catalin Hritcu
>Priority: Minor
> Fix For: Future
>
>
> There is no way to build chart data sources for radeox tables that are inside 
> forms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-1664) Extensions to the XML-RPC Confluence API

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-1664:
-

Assignee: (was: Catalin Hritcu)

>  Extensions to the XML-RPC Confluence API
> -
>
> Key: XWIKI-1664
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1664
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Web Services
>Affects Versions: 1.1 M4
>Reporter: Catalin Hritcu
>
> Priorities:
> - access to translations
> - access to objects (read / write)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-1626) Write a tutorial explaining how to use the XWiki XML-RPC interface

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-1626:
-

Assignee: (was: Catalin Hritcu)

> Write a tutorial explaining how to use the XWiki XML-RPC interface
> --
>
> Key: XWIKI-1626
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1626
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Documentation & xwiki.org
>Affects Versions: 1.1 M4
>Reporter: Catalin Hritcu
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Assigned: (XWIKI-1560) Improve the XWiki implementation of the XML-RPC Confluence API

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu reassigned XWIKI-1560:
-

Assignee: (was: Catalin Hritcu)

> Improve the XWiki implementation of the XML-RPC Confluence API
> --
>
> Key: XWIKI-1560
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1560
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Web Services
>Affects Versions: 1.1 M3
>Reporter: Catalin Hritcu
>
> The XWiki implementation of the XML-RPC Confluence API is deficient:
> - Not sufficiently tested (XWIKI-1528)
> - Incomplete (XWIKI-1559)
> - Not interoperable with Confluence (XWIKI-1616)
> - Poorly designed (lots of duplicate code) (XWIKI-1617)
> - Without proper exception handling (XWIKI-1618)
> - Insufficiently documented (XWIKI-1626)
> We plan to improve it on all these fronts.
> We are also working on extending the XML-RPC Confluence API where needed 
> (XWIKI-1664)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XWIKI-1617) Refactoring and Cleanup of XML-RPC implementation

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu closed XWIKI-1617.
-

Fix Version/s: 1.2 M1
   Resolution: Fixed

> Refactoring and Cleanup of  XML-RPC implementation
> --
>
> Key: XWIKI-1617
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1617
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Web Services
>Affects Versions: 1.1 M4
>Reporter: Catalin Hritcu
> Assigned To: Catalin Hritcu
> Fix For: 1.2 M1
>
>
> There is lots of duplication:
>  * inside the xml-rpc implementation itself (too much plumbing)
>  * between xml-rpc and swizzle
>  * between xml-rpc and actions (maybe this can be one day removed)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XWIKI-1346) Functional Test Suite (Google Summer of Code)

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu closed XWIKI-1346.
-

Fix Version/s: (was: Future)
   Resolution: Fixed

> Functional Test Suite (Google Summer of Code)
> -
>
> Key: XWIKI-1346
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1346
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Build, Tests, Infrastructure
>Affects Versions: 1.0
>Reporter: Catalin Hritcu
> Assigned To: Catalin Hritcu
>
> This project aims at building a functional test suite covering the basic 
> features of XWiki. This JIRA issue is supposed to serve as a container for 
> all the other tasks related to the project. More details to follow.
> Main issues (http://www.nabble.com/Testing-Ideas-for-XWiki-tf3848779.html):
> 5) Create a test plan listing tests to be written. XWIKI-1348
> 1) Finish setting up our Java functional test framework. XWIKI-1349
> 3) Add functional tests to cover 30% of the code under test. XWIKI-1350
> 9) Write a tutorial for newcomers on how to create Java selenium tests. 
> XWIKI-1351
> 10) Small enhancements to the the XWiki user interface. XE-30, XAPANELS-33
> new) Test the XMLRPC interface to XWiki. XWIKI-1528
> new) Improve the XWiki implementation of the XMLRPC Confluence API. XWIKI-1560
> Additional issues:
> 11) Running the functional tests in headless mode (http://tinyurl.com/2vstt3)
> 4) Explore in-VM testing
> Other issues:
>  + Test that checks the validity of all documents in the default wiki. 
> XWIKI-1275

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Default #442 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #442 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3152&buildTypeId=bt7




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XWIKI-1725) DBList cache always active

2007-09-08 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu closed XWIKI-1725.
--

Fix Version/s: 1.2 M1
   Resolution: Fixed
 Assignee: Sergiu Dumitriu

Fixed in rev. 4851

> DBList cache always active
> --
>
> Key: XWIKI-1725
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1725
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.1 RC2
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
>Priority: Critical
> Fix For: 1.2 M1
>
>
> The DBList property always uses the cached values, regardless of the "cache" 
> setting for that property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r4851 - xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/classes

2007-09-08 Thread Sergiu Dumitriu
Author: sdumitriu
Date: 2007-09-08 21:49:47 +0200 (Sat, 08 Sep 2007)
New Revision: 4851

Modified:
   
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/classes/DBListClass.java
Log:
XWIKI-1725: DBList cache always active
Fixed.


Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/classes/DBListClass.java
===
--- 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/classes/DBListClass.java
   2007-09-08 18:57:32 UTC (rev 4850)
+++ 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/classes/DBListClass.java
   2007-09-08 19:49:47 UTC (rev 4851)
@@ -75,7 +75,7 @@
 public List getDBList(XWikiContext context)
 {
 List list = getCachedDBList();
-if (list==null) {
+if (list==null || getIntValue("cache") != 1) {
 
 XWiki xwiki = context.getWiki();
 String query = getQuery(context);

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Created: (XWIKI-1725) DBList cache always active

2007-09-08 Thread Sergiu Dumitriu (JIRA)
DBList cache always active
--

 Key: XWIKI-1725
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1725
 Project: XWiki Platform
  Issue Type: Bug
  Components: Core
Affects Versions: 1.1 RC2
Reporter: Sergiu Dumitriu
Priority: Critical


The DBList property always uses the cached values, regardless of the "cache" 
setting for that property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Default #441 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #441 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3144&buildTypeId=bt7




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Platform Core::Default #215 failed

2007-09-08 Thread teamcity
Build XWiki Platform Core::Default #215 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3139&buildTypeId=bt3

Changes included (1 change)

Change 4851 by hritcu (43 files):
XWIKI-1706: Use swizzle-confluence through a facade

see more information about changed files: 
http://teamcity.xwiki.org/viewLog.html?tab=buildChangesDiv&buildId=3139&buildTypeId=bt3



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Default #440 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #440 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3138&buildTypeId=bt7

Changes included (1 change)

Change 4851 by hritcu (7 files):
XWIKI-1706: Use swizzle-confluence through a facade

see more information about changed files: 
http://teamcity.xwiki.org/viewLog.html?tab=buildChangesDiv&buildId=3138&buildTypeId=bt7



Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XWIKI-1706) Use swizzle-confluence through a facade

2007-09-08 Thread Catalin Hritcu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Catalin Hritcu closed XWIKI-1706.
-

Fix Version/s: 1.2 M1
   Resolution: Fixed

Implemented in revision 4850.

> Use swizzle-confluence through a facade
> ---
>
> Key: XWIKI-1706
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1706
> Project: XWiki Platform
>  Issue Type: Improvement
>Affects Versions: 1.1 RC1
>Reporter: Catalin Hritcu
> Assigned To: Catalin Hritcu
> Fix For: 1.2 M1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r4849 - in xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse: model/impl util

2007-09-08 Thread Tharindu
Author: tharinduj
Date: 2007-09-08 20:10:17 +0200 (Sat, 08 Sep 2007)
New Revision: 4849

Modified:
   
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/model/impl/XWikiConnection.java
   
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/model/impl/XWikiConnectionManager.java
   
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/util/CacheUtils.java
   
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/util/XWikiConstants.java
Log:
Moved cache management code into CacheUtils.java

Modified: 
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/model/impl/XWikiConnection.java
===
--- 
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/model/impl/XWikiConnection.java
  2007-09-08 07:11:51 UTC (rev 4848)
+++ 
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/model/impl/XWikiConnection.java
  2007-09-08 18:10:17 UTC (rev 4849)
@@ -312,17 +312,9 @@
 public String getUserName()
 {
 return userName;
-}
+}
 
 /**
- * Sets the local cache directory of this connection.
- */
-protected void setCacheDirectory(IPath localCacheDir)
-{
-   this.localCacheDir = localCacheDir;
-}
-
-/**
  * [EMAIL PROTECTED]
  * 
  * @see 
org.xwiki.plugins.eclipse.model.IXWikiConnection#getCacheDirectory()
@@ -330,6 +322,14 @@
 public IPath getCacheDirectory() {
return localCacheDir;
}
+
+/**
+ * Sets the local cache directory of this connection.
+ */
+public void setCacheDirectory(IPath localCacheDir)
+{
+this.localCacheDir = localCacheDir;
+}
 
/**
  * [EMAIL PROTECTED]

Modified: 
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/model/impl/XWikiConnectionManager.java
===
--- 
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/model/impl/XWikiConnectionManager.java
   2007-09-08 07:11:51 UTC (rev 4848)
+++ 
xwiki-extensions/xwiki-eclipse/trunk/plugins/org.xwiki.eclipse/src/main/java/org/xwiki/plugins/eclipse/model/impl/XWikiConnectionManager.java
   2007-09-08 18:10:17 UTC (rev 4849)
@@ -21,26 +21,17 @@
 
 package org.xwiki.plugins.eclipse.model.impl;
 
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.ObjectOutputStream;
 import java.util.Collection;
-import java.util.Date;
-import java.util.HashMap;
 import java.util.LinkedList;
 import java.util.List;
-import java.util.Map;
 
 import org.codehaus.swizzle.confluence.Confluence;
 import org.codehaus.swizzle.confluence.IdentityObjectConvertor;
 import org.codehaus.swizzle.confluence.SwizzleConfluenceException;
 import org.codehaus.swizzle.confluence.SwizzleXWiki;
-import org.eclipse.core.runtime.IPath;
 import org.xwiki.plugins.eclipse.model.IXWikiConnection;
 import org.xwiki.plugins.eclipse.model.IXWikiConnectionManager;
 import org.xwiki.plugins.eclipse.util.CacheUtils;
-import org.xwiki.plugins.eclipse.util.XWikiConstants;
 
 /**
  * Default implementation of [EMAIL PROTECTED] IXWikiConnectionManager}.
@@ -103,33 +94,7 @@
 conection.setUserName(userName);
 conection.setRpcProxy(rpc);
 connections.add(conection);
-// Get cache locations
-IPath masterCacheDir = CacheUtils.getCacheDirectory();
-Date timeStamp = new Date();
-IPath connectionCacheDir =
-
masterCacheDir.addTrailingSeparator().append(String.valueOf(timeStamp.getTime()));
-IPath connectionCacheFile =
-
masterCacheDir.addTrailingSeparator().append(String.valueOf(timeStamp.getTime()))
-.addFileExtension("cache");
-// Prepare the data to be cached
-Map cacheData = new HashMap();
-cacheData.put(XWikiConstants.CONNECTION_USERNAME, userName);
-cacheData.put(XWikiConstants.CONNECTION_PASSWORD, password);
-cacheData.put(XWikiConstants.CONNECTION_URL, serverUrl);
-cacheData.put(XWikiConstants.CONNECTION_PROXY, proxy);
-// Write to the cache
-try {
-ObjectOutputStream oos =
-new ObjectOutputStream(new 
FileOutputStream(connectionCacheFile.toFile()));
-oos.writeObject(cacheData);
-oos.close();
-} catch (IOException e) {
-// TODO What should happen here ?
-}
-// Create and set the cache directory for this connection
-connectionCacheDir.toFi

[xwiki-notifications] Build XWiki Enterprise::Default #439 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #439 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3136&buildTypeId=bt7




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Commented: (XWIKI-99) Add support for removing class properties

2007-09-08 Thread Sergiu Dumitriu (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XWIKI-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_18196
 ] 

Sergiu Dumitriu commented on XWIKI-99:
--

No.

> Add support for removing class properties
> -
>
> Key: XWIKI-99
> URL: http://jira.xwiki.org/jira/browse/XWIKI-99
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Core, Wiki features
>Affects Versions: 0.9.840
>Reporter: Duke Tantiprasut
> Assigned To: Sergiu Dumitriu
> Fix For: Future
>
>
> Add support for removing properties from classes in addition to renaming.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build XWiki Enterprise::Default #438 failed

2007-09-08 Thread teamcity
Build XWiki Enterprise::Default #438 failed 
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=3133&buildTypeId=bt7




Configure email notifications: 
http://teamcity.xwiki.org/profile.html?init=1#notifications
___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r4848 - in xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1: . database distribution distribution-test distribution-test/selenium-tests distribution-test/xmlrpc-test

2007-09-08 Thread Vincent Massol
Author: vmassol
Date: 2007-09-08 09:11:51 +0200 (Sat, 08 Sep 2007)
New Revision: 4848

Modified:
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/database/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/selenium-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/xmlrpc-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/generic/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/windows/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/wiki/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/database/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/database/pom.xml  
2007-09-08 07:11:45 UTC (rev 4847)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/database/pom.xml  
2007-09-08 07:11:51 UTC (rev 4848)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-parent
-1.1-rc-2
+1.1-SNAPSHOT
   
   xwiki-enterprise-database
   XWiki Products - Enterprise - Database

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution/pom.xml
  2007-09-08 07:11:45 UTC (rev 4847)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution/pom.xml
  2007-09-08 07:11:51 UTC (rev 4848)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-parent
-1.1-rc-2
+1.1-SNAPSHOT
   
   xwiki-enterprise
   XWiki Products - Enterprise - Distribution

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/pom.xml
 2007-09-08 07:11:45 UTC (rev 4847)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/pom.xml
 2007-09-08 07:11:51 UTC (rev 4848)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-parent
-1.1-rc-2
+1.1-SNAPSHOT
   
   xwiki-enterprise-test
   XWiki Products - Enterprise - Functional Tests

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/selenium-tests/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/selenium-tests/pom.xml
  2007-09-08 07:11:45 UTC (rev 4847)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/selenium-tests/pom.xml
  2007-09-08 07:11:51 UTC (rev 4848)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-test
-1.1-rc-2
+1.1-SNAPSHOT
   
   xwiki-enterprise-test-selenium
   XWiki Products - Enterprise - Functional Selenium Tests

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/xmlrpc-tests/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/xmlrpc-tests/pom.xml
2007-09-08 07:11:45 UTC (rev 4847)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/xmlrpc-tests/pom.xml
2007-09-08 07:11:51 UTC (rev 4848)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-test
-1.1-rc-2
+1.1-SNAPSHOT
   
   xwiki-enterprise-test-xmlrpc
   XWiki Products - Enterprise - Functional XMLRPC Tests

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/generic/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/generic/pom.xml
2007-09-08 07:11:45 UTC (rev 4847)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/generic/pom.xml
2007-09-08 07:11:51 UTC (rev 4848)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-parent
-1.1-rc-2
+1.1-SNAPSHOT
   
   xwiki-enterprise-installer-generic
   XWiki Products - Enterprise - Installers - Generic

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/pom.xml
===

[xwiki-notifications] r4847 - xwiki-products/xwiki-enterprise/tags

2007-09-08 Thread Vincent Massol
Author: vmassol
Date: 2007-09-08 09:11:45 +0200 (Sat, 08 Sep 2007)
New Revision: 4847

Added:
   xwiki-products/xwiki-enterprise/tags/xwiki-enterprise-1.1-rc-2/
Log:
[maven-release-plugin]  copy for tag xwiki-enterprise-1.1-rc-2

Copied: xwiki-products/xwiki-enterprise/tags/xwiki-enterprise-1.1-rc-2 (from 
rev 4846, xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1)

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r4846 - in xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1: . database distribution distribution-test distribution-test/selenium-tests distribution-test/xmlrpc-test

2007-09-08 Thread Vincent Massol
Author: vmassol
Date: 2007-09-08 09:11:10 +0200 (Sat, 08 Sep 2007)
New Revision: 4846

Modified:
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/database/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/selenium-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/xmlrpc-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/generic/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/windows/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/wiki/pom.xml
Log:
[maven-release-plugin] prepare release xwiki-enterprise-1.1-rc-2

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/database/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/database/pom.xml  
2007-09-07 23:49:00 UTC (rev 4845)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/database/pom.xml  
2007-09-08 07:11:10 UTC (rev 4846)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-parent
-1.1-SNAPSHOT
+1.1-rc-2
   
   xwiki-enterprise-database
   XWiki Products - Enterprise - Database

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution/pom.xml
  2007-09-07 23:49:00 UTC (rev 4845)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution/pom.xml
  2007-09-08 07:11:10 UTC (rev 4846)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-parent
-1.1-SNAPSHOT
+1.1-rc-2
   
   xwiki-enterprise
   XWiki Products - Enterprise - Distribution

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/pom.xml
 2007-09-07 23:49:00 UTC (rev 4845)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/pom.xml
 2007-09-08 07:11:10 UTC (rev 4846)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-parent
-1.1-SNAPSHOT
+1.1-rc-2
   
   xwiki-enterprise-test
   XWiki Products - Enterprise - Functional Tests

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/selenium-tests/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/selenium-tests/pom.xml
  2007-09-07 23:49:00 UTC (rev 4845)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/selenium-tests/pom.xml
  2007-09-08 07:11:10 UTC (rev 4846)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-test
-1.1-SNAPSHOT
+1.1-rc-2
   
   xwiki-enterprise-test-selenium
   XWiki Products - Enterprise - Functional Selenium Tests

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/xmlrpc-tests/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/xmlrpc-tests/pom.xml
2007-09-07 23:49:00 UTC (rev 4845)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/distribution-test/xmlrpc-tests/pom.xml
2007-09-08 07:11:10 UTC (rev 4846)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-test
-1.1-SNAPSHOT
+1.1-rc-2
   
   xwiki-enterprise-test-xmlrpc
   XWiki Products - Enterprise - Functional XMLRPC Tests

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/generic/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/generic/pom.xml
2007-09-07 23:49:00 UTC (rev 4845)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/generic/pom.xml
2007-09-08 07:11:10 UTC (rev 4846)
@@ -3,7 +3,7 @@
   
 com.xpn.xwiki.products
 xwiki-enterprise-parent
-1.1-SNAPSHOT
+1.1-rc-2
   
   xwiki-enterprise-installer-generic
   XWiki Products - Enterprise - Installers - Generic

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.1/installers/pom.xml