Author: ktlili
Date: Wed Oct 31 10:05:30 2007
New Revision: 19005
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D19005&repname=
=3Djahia
Log:
- add gwt dependencies in project.xml . Please don't compile with -o after =
checkout
Modified:
branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.xml
Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/project.xml&rev=3D19005&repname=3Djahia
=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
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.xml (original)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.xml Wed Oct 31 10:05:30 =
2007
@@ -1,4 +1,4 @@
-<?xml version=3D"1.0" encoding=3D"UTF-8"?>
+=C3=AF=C2=BB=C2=BF<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<!DOCTYPE project [
<!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entiti=
es;
]>
@@ -1585,6 +1585,24 @@
</properties>
</dependency>
<!--END to generate taglib documentation-->
+ =
+ <!-- gwt --> =
+ <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>false</war.bundle>
+ </properties>
+ </dependency>
=
</dependencies>
=
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list