svn commit: r1911387 - /cocoon/trunk/blocks/cocoon-jfor/pom.xml
[email protected] Tue, 01 Aug 2023 08:37:45 -0000
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: cdutz
Date: Tue Aug 1 08:37:45 2023
New Revision: 1911387
URL: http://svn.apache.org/viewvc?rev=1911387&view=rev
Log:
Disabled the jfor modules as I couldn't find them in any maven repo.
Modified:
cocoon/trunk/blocks/cocoon-jfor/pom.xml
Modified: cocoon/trunk/blocks/cocoon-jfor/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-jfor/pom.xml?rev=1911387&r1=1911386&r2=1911387&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-jfor/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-jfor/pom.xml Tue Aug 1 08:37:45 2023
@@ -40,9 +40,10 @@
</repository>
</repositories>
- <modules>
+ <!-- Disabled as I couldn't find the jfor artifact anywhere -->
+ <!--modules>
<module>cocoon-jfor-impl</module>
<module>cocoon-jfor-sample</module>
- </modules>
+ </modules-->
</project>