This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<project> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.github.kingargyle</groupId> | |
<artifactId>p2-orbit-repo-example</artifactId> | |
<version>1.0.0</version> | |
<packaging>pom</packaging> | |
<build> |
This file contains hidden or 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
<?xml version="1.0" encoding="ISO-8859-1"?> | |
<opml version="2.0"> | |
<head> | |
<title>TWiT.tv</title> | |
<dateModified>Thu, 25 Apr 2013 23:35:52 GMT</dateModified> | |
</head> | |
<body> | |
<outline text="TWiT.tv"> | |
<outline text="Tech News Today" type="rss" xmlUrl="http://feeds.twit.tv/tnt_video_hd" /> | |
<outline text="This Week in Tech" type="rss" xmlUrl="http://feeds.twit.tv/twit_video_hd" /> |
This file contains hidden or 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
<profiles> | |
<profile> | |
<id>release-profile</id> | |
<properties> | |
<p2repo-dir>${basedir}/target/deployed-repository</p2repo-dir> | |
<buildNumber>${project.version}.${maven.build.timestamp}</buildNumber> | |
</properties> | |
<build> | |
<plugins> | |
<plugin> |
This file contains hidden or 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
/** | |
* Takes a value in pixels and converts it to a dpi value. It adjusts | |
* the dpi size based on the screen density that is returned by | |
* android. | |
* | |
* @param originalHeight | |
* @param context The activity context | |
* @return | |
*/ | |
public static int getDPI(int pixelsize, Activity context) { |
NewerOlder