Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Import 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Aug 25, 2016
1 parent ef15dc1 commit 5c5dd48
Show file tree
Hide file tree
Showing 77 changed files with 805 additions and 7,686 deletions.
54 changes: 41 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
https://jsr-275.dev.java.net/
======================================================================= -->

<!-- $Id: pom.xml 126 2010-02-17 08:41:38Z martdesruisseaux $ -->
<!-- $Id: pom.xml 204 2010-02-25 01:36:05Z keilw $ -->
<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
Expand All @@ -25,7 +25,7 @@
<groupId>javax.measure</groupId>
<artifactId>jsr-275</artifactId>
<packaging>jar</packaging>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>
<name>JSR-275</name>
<url>https://jsr-275.dev.java.net/</url>

Expand Down Expand Up @@ -155,17 +155,48 @@
<role>Java Developer</role>
</roles>
</developer>
</developers>

<contributors>
<contributor>
<developer>
<name>Daniel Leuck</name>
<organization>Ikayzo</organization>
<email>[email protected]</email>
<timezone>-9</timezone>
<roles>
<role>EG Member</role>
<role>Repository Admin</role>
<role>Globalization Support</role>
</roles>
</developer>
</developers>

<contributors>
<contributor>
<name>Scott Murphy</name>
<organization>Ikayzo</organization>
<email>[email protected]</email>
<timezone>-9</timezone>
<roles>
<role>Translator</role>
<role>Japanese</role>
</roles>
</contributor>
<contributor>
<name>Mika Terada</name>
<organization>Ikayzo</organization>
<email>[email protected]</email>
<timezone>-9</timezone>
<roles>
<role>Translator</role>
<role>Japanese</role>
</roles>
</contributor>
<contributor>
<name>Anatol Filin</name>
<organization>Gramant</organization>
<email>[email protected]</email>
<timezone>+4</timezone>
<roles>
<role>Translator</role>
<role>Russian</role>
</roles>
</contributor>
<contributor>
Expand Down Expand Up @@ -229,8 +260,6 @@
</contributor>
</contributors>



<!-- =========================================================== -->
<!-- Dependency Management -->
<!-- -->
Expand All @@ -246,7 +275,6 @@
</dependencies>



<!-- ======================================================= -->
<!-- Build Settings -->
<!-- ======================================================= -->
Expand Down Expand Up @@ -284,7 +312,7 @@

<!-- ======================================================= -->
<!-- License -->
<!-- =======================================================
<!-- =======================================================
<plugin>
<groupId>com.google.code.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
Expand All @@ -306,7 +334,7 @@
</execution>
</executions>
</plugin>
TODO enable this only for major upgrades
TODO enable this only for major upgrades
(ensure to copy LICENSE.txt to LICENSE.bak first)
-->

Expand Down Expand Up @@ -364,7 +392,7 @@
<Implementation-Version>${project.version}</Implementation-Version>
<!-- mode>development</mode> TODO call it stage?
<SCM-Revision>${buildNumber}</SCM-Revision-->
<SCM-Revision>$Revision: 126 $</SCM-Revision>
<SCM-Revision>$Revision: 204 $</SCM-Revision>
</manifestEntries>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
</archive>
Expand Down Expand Up @@ -410,7 +438,7 @@
<noqualifier>all</noqualifier> <!-- Omit qualifying package name before class names in output. -->
<quiet>true</quiet> <!-- Shuts off non-error and non-warning messages. -->
<keywords>true</keywords> <!-- Adds HTML meta keyword tags to the generated files. -->

<excludePackageNames>javax.measure.unit.format:javax.measure.unit.converter:javax.measure.util</excludePackageNames>
<!-- Creates links to existing javadoc-generated -->
<!-- documentation of external referenced classes. -->
<links>
Expand Down
Binary file modified src/doc/JSR-275.odt
Binary file not shown.
6 changes: 2 additions & 4 deletions src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Manifest-Version: 1.0
Export-Package: javax.measure;uses:="javax.measure.unit,junit.framework",
javax.measure.quantity,
Export-Package: javax.measure.quantity,
javax.measure.unit;uses:="junit.framework"
Bundle-Version: 0.9.5
Tool: Bundlor 1.0.0.BUILD-20091207202403
Bundle-Name: Units of Measure
Bundle-ManifestVersion: 2
Bundle-SymbolicName: javax.measure
Import-Package: junit.framework
Provide-Package: javax.measure,javax.measure.quantity,javax.measure.un
it
Provide-Package: javax.measure.quantity,javax.measure.unit

31 changes: 0 additions & 31 deletions src/main/java/javax/measure/ConversionException.java

This file was deleted.

Loading

0 comments on commit 5c5dd48

Please sign in to comment.