Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2016-01-08 11:03:04 +0000
committerJonah Graham2016-01-08 11:03:04 +0000
commit07855588c7d408fb02acf6ba90fed3050ac2dbc7 (patch)
tree9b4acf31f16c871f918c0ffc5d1c3f51d4802ac1
parent6671a00884064ceab6098d1245cf4d71c4b56aeb (diff)
downloadorbit-recipes-07855588c7d408fb02acf6ba90fed3050ac2dbc7.tar.gz
orbit-recipes-07855588c7d408fb02acf6ba90fed3050ac2dbc7.tar.xz
orbit-recipes-07855588c7d408fb02acf6ba90fed3050ac2dbc7.zip
Bug 471077: add "3" to bundle name of math3
Correct the bundle name of the commons-math3 library to be a unique name from commons-math library to follow convention set by upstream apache. This is a note from the commons-math3 releases notes (version 3.0): "Because of the base package name change, this release can be used together with earlier versions of Commons Math." Change-Id: I706e148e18640cd66c95f50b5d6043636bff4876 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
-rw-r--r--apache/org.apache.commons.math3_3.5.0/.project (renamed from apache/org.apache.commons.math_3.5.0/.project)2
-rw-r--r--apache/org.apache.commons.math3_3.5.0/osgi.bnd (renamed from apache/org.apache.commons.math_3.5.0/osgi.bnd)0
-rw-r--r--apache/org.apache.commons.math3_3.5.0/pom.xml (renamed from apache/org.apache.commons.math_3.5.0/pom.xml)2
-rw-r--r--apache/org.apache.commons.math3_3.5.0/src/eclipse/ip_log.xml (renamed from apache/org.apache.commons.math_3.5.0/src/eclipse/ip_log.xml)6
-rw-r--r--apache/org.apache.commons.math3_3.5.0/src/main/resources/OSGI-INF/l10n/bundle.properties (renamed from apache/org.apache.commons.math_3.5.0/src/main/resources/OSGI-INF/l10n/bundle.properties)2
-rw-r--r--apache/org.apache.commons.math3_3.5.0/src/main/resources/about.html (renamed from apache/org.apache.commons.math_3.5.0/src/main/resources/about.html)2
-rw-r--r--apache/org.apache.commons.math3_3.5.0/src/main/resources/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt (renamed from apache/org.apache.commons.math_3.5.0/src/main/resources/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt)0
-rw-r--r--apache/pom.xml2
8 files changed, 8 insertions, 8 deletions
diff --git a/apache/org.apache.commons.math_3.5.0/.project b/apache/org.apache.commons.math3_3.5.0/.project
index 6b9e9a62..9797f74e 100644
--- a/apache/org.apache.commons.math_3.5.0/.project
+++ b/apache/org.apache.commons.math3_3.5.0/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.apache.commons.math_3.5.0</name>
+ <name>org.apache.commons.math3_3.5.0</name>
<comment></comment>
<projects>
</projects>
diff --git a/apache/org.apache.commons.math_3.5.0/osgi.bnd b/apache/org.apache.commons.math3_3.5.0/osgi.bnd
index 9eb1049b..9eb1049b 100644
--- a/apache/org.apache.commons.math_3.5.0/osgi.bnd
+++ b/apache/org.apache.commons.math3_3.5.0/osgi.bnd
diff --git a/apache/org.apache.commons.math_3.5.0/pom.xml b/apache/org.apache.commons.math3_3.5.0/pom.xml
index 03c3297b..231f94ed 100644
--- a/apache/org.apache.commons.math_3.5.0/pom.xml
+++ b/apache/org.apache.commons.math3_3.5.0/pom.xml
@@ -7,7 +7,7 @@
<artifactId>apache</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
- <artifactId>org.apache.commons.math</artifactId>
+ <artifactId>org.apache.commons.math3</artifactId>
<version>3.5.0-SNAPSHOT</version>
<packaging>eclipse-bundle-recipe</packaging>
<name>Apache Commons Math</name>
diff --git a/apache/org.apache.commons.math_3.5.0/src/eclipse/ip_log.xml b/apache/org.apache.commons.math3_3.5.0/src/eclipse/ip_log.xml
index d338fa85..1e408f95 100644
--- a/apache/org.apache.commons.math_3.5.0/src/eclipse/ip_log.xml
+++ b/apache/org.apache.commons.math3_3.5.0/src/eclipse/ip_log.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<ip_log version="1.0">
- <project id="org.apache.commons.math" version="3.5.0" status="done">
+ <project id="org.apache.commons.math3" version="3.5.0" status="done">
<info>
<name>Apache Commons Math</name>
<repository>scm:git:git.eclipse.org:/gitroot/orbit/recipes.git</repository>
- <location>apache/org.apache.commons.math</location>
+ <location>apache/org.apache.commons.math3</location>
</info>
<contact>
<name>Philip Wenig</name>
@@ -20,4 +20,4 @@
<package>commons-math3-3.5.jar</package>
</legal>
</project>
-</ip_log>
+</ip_log> \ No newline at end of file
diff --git a/apache/org.apache.commons.math_3.5.0/src/main/resources/OSGI-INF/l10n/bundle.properties b/apache/org.apache.commons.math3_3.5.0/src/main/resources/OSGI-INF/l10n/bundle.properties
index 42bc7b5d..69cada6c 100644
--- a/apache/org.apache.commons.math_3.5.0/src/main/resources/OSGI-INF/l10n/bundle.properties
+++ b/apache/org.apache.commons.math3_3.5.0/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,3 @@
# Bundle Localization
-bundleName = Apache Commons Math
+bundleName = Apache Commons Math3
bundleVendor = Eclipse Orbit
diff --git a/apache/org.apache.commons.math_3.5.0/src/main/resources/about.html b/apache/org.apache.commons.math3_3.5.0/src/main/resources/about.html
index 770f0451..b194b974 100644
--- a/apache/org.apache.commons.math_3.5.0/src/main/resources/about.html
+++ b/apache/org.apache.commons.math3_3.5.0/src/main/resources/about.html
@@ -8,7 +8,7 @@
<body lang="EN-US">
<h2>About This Content</h2>
-<p>November 13, 2015</p>
+<p>January 8, 2016</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
diff --git a/apache/org.apache.commons.math_3.5.0/src/main/resources/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt b/apache/org.apache.commons.math3_3.5.0/src/main/resources/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt
index d6456956..d6456956 100644
--- a/apache/org.apache.commons.math_3.5.0/src/main/resources/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt
+++ b/apache/org.apache.commons.math3_3.5.0/src/main/resources/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt
diff --git a/apache/pom.xml b/apache/pom.xml
index 8eee3f61..1ec4309d 100644
--- a/apache/pom.xml
+++ b/apache/pom.xml
@@ -16,7 +16,7 @@
<name>Eclipse Orbit :: Apache Recipes</name>
<modules>
- <module>org.apache.commons.math_3.5.0</module>
+ <module>org.apache.commons.math3_3.5.0</module>
</modules>
</project>

Back to the top