This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.google.devrel.samples.gmstest.app; | |
import android.app.Activity; | |
import android.content.Intent; | |
import android.os.AsyncTask; | |
import android.os.Bundle; | |
import android.util.Log; | |
import android.view.Menu; | |
import android.view.MenuItem; | |
import android.view.View; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -------------------------------------------------------- | |
# vol as a shell script | |
# -------------------------------------------------------- | |
# You would put this code in a directory that's in your | |
# path, like ~/bin (PATH=~/bin:$PATH in your .bashrc to | |
# add a directory like that to your path.) | |
# The invokation syntax is the same as that of the | |
# function. | |
# -------------------------------------------------------- | |
# Example usage: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<!-- | |
Oracle WebLogic MBean Maker Maven Sample Build | |
- {weblogic.home} should point to the server installation | |
- {bea.modules} is expected to hold the weblogic "shared" jars | |
- sources are expected to live under 'src' folder | |
- the src folder is expected to contain the SampleAsserter.xml |