Author: ktlili
Date: Tue Nov 27 16:42:30 2007
New Revision: 118

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D118&repname=
=3Dtimereporting
Log:
- commit timesheet v2.0

Modified:
    trunk/war/project.xml

Modified: trunk/war/project.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/war/project.xml=
&rev=3D118&repname=3Dtimereporting
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/war/project.xml (original)
+++ trunk/war/project.xml Tue Nov 27 16:42:30 2007
@@ -124,11 +124,83 @@
             </properties>
         </dependency>
 =

+        <dependency>
+            <groupId>javamail</groupId>
+            <artifactId>javamail</artifactId>
+            <version>1.3.3</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>activation</groupId>
+            <artifactId>activation</artifactId>
+            <version>1.0.2</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>quartz</groupId>
+            <artifactId>quartz</artifactId>
+            <version>1.5.0</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+
+        <dependency>
+            <groupId>quartz</groupId>
+            <artifactId>quartz</artifactId>
+            <version>quartz-oracle-1.5.0.jar</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+            <version>1.4.60</version>
+            <properties>
+                <war.bundle>false</war.bundle>
+            </properties>
+        </dependency>
+         <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-servlet</artifactId>
+            <version>1.4.60</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+   =

+        <dependency>
+            <groupId>com.mattboyd.gwt</groupId>
+            <artifactId>gwt-TreeTable</artifactId>
+            <version>20070416</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>jahia</groupId>
+            <artifactId>jahiaWebAppBridgePortlet</artifactId>
+            <version>SNAPSHOT</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
     </dependencies>
 =

 =

     <build>
-        <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
+        <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
 =

         <sourceDirectory>src/java</sourceDirectory>
         <!--

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to