← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2422: Centralized FCK editor jar dependency

 

------------------------------------------------------------
revno: 2422
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2010-10-22 18:14:27 +0200
message:
  Centralized FCK editor jar dependency
modified:
  dhis-2/dhis-web/dhis-web-commons/pom.xml
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons/pom.xml'
--- dhis-2/dhis-web/dhis-web-commons/pom.xml	2010-10-12 07:36:49 +0000
+++ dhis-2/dhis-web/dhis-web-commons/pom.xml	2010-10-22 16:14:27 +0000
@@ -131,7 +131,6 @@
 	<dependency>
 	  <groupId>net.fckeditor</groupId>
 	  <artifactId>java-core</artifactId>
-	  <version>2.6</version>
 	</dependency>
   </dependencies>
   <properties>

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2010-10-21 22:38:32 +0000
+++ dhis-2/pom.xml	2010-10-22 16:14:27 +0000
@@ -390,6 +390,11 @@
         <version>2.4</version>
         <scope>provided</scope>
       </dependency>
+      <dependency>
+        <groupId>net.fckeditor</groupId>
+        <artifactId>java-core</artifactId>
+        <version>2.6</version>
+     </dependency>
       <!-- Apache Commons -->
       <dependency>
         <groupId>commons-collections</groupId>