Reviewers: zundel,

Description:
moved AjaxSampleLoader.html to public dir and changed runTarget in pom.
Also revved staging repo to -100 after pushing out new jars with source
in them

I'm able to gwt:compile & run in 2.0.3 or 2.0.4, but I have soyc 2.0.4
in my local repo so I'll work on getting that out tomorrow



Please review this at http://gwt-code-reviews.appspot.com/697801/show

Affected files:
  .
  pom.xml
  src/main/webapp/SampleAjaxLoader.html


### Eclipse Workspace Patch 1.0
#P SamplesAjaxLoader

Property changes on: .
___________________________________________________________________
Added: svn:ignore
   + .settings
.classpath
.project
target


Index: src/main/webapp/SampleAjaxLoader.html
===================================================================
--- src/main/webapp/SampleAjaxLoader.html       (revision 1832)
+++ src/main/webapp/SampleAjaxLoader.html       (working copy)
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-  <script language="javascript" src="http://www.google.com/jsapi";></script>
- <script language="javascript" src="./sampleajaxloader/sampleajaxloader.nocache.js"></script>
-  </head>
-  <body>
-  </body>
-</html>
Index: pom.xml
===================================================================
--- pom.xml     (revision 1832)
+++ pom.xml     (working copy)
@@ -23,7 +23,7 @@
           </execution>
         </executions>
         <configuration>
- <runTarget>com.google.gwt.ajaxloader.SampleAjaxLoader/SampleAjaxLoader.html</runTarget>
+          <runTarget>sampleajaxloader/SampleAjaxLoader.html</runTarget>
         </configuration>
       </plugin>
       <plugin>
@@ -79,7 +79,7 @@
     <repository>
       <id>Sonatype Staging</id>
<!-- *** Replace the url below with the staging URL you want to test -->
-      <url>http://oss.sonatype.org/content/repositories/comgoogle-097</url>
+      <url>http://oss.sonatype.org/content/repositories/comgoogle-100</url>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to