Examples of addGaeAsLibrary()


Examples of com.google.appengine.tck.lib.LibUtils.addGaeAsLibrary()

        war.addClass(MapReduceTestBase.class);

        war.addAsWebInfResource("queue.xml", "queue.xml");

        LibUtils libUtils = new LibUtils();
        libUtils.addGaeAsLibrary(war);
        libUtils.addLibrary(war, "com.google.appengine.tools", "appengine-mapreduce");
        libUtils.addLibrary(war, "com.google.appengine.tools", "appengine-pipeline");

        // GCS
        libUtils.addLibrary(war, "com.google.appengine.tools", "appengine-gcs-client");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.