You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2011/12/09 17:18:00 UTC

svn commit: r1212501 - /openjpa/trunk/openjpa-project/pom.xml

Author: struberg
Date: Fri Dec  9 16:18:00 2011
New Revision: 1212501

URL: http://svn.apache.org/viewvc?rev=1212501&view=rev
Log:
OPENJPA-2091 fix comment for installing JAI

Despite the groupId 'javax.media' is more recent, 
'com.sun' is what we use in our build atm.

Modified:
    openjpa/trunk/openjpa-project/pom.xml

Modified: openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=1212501&r1=1212500&r2=1212501&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Fri Dec  9 16:18:00 2011
@@ -95,16 +95,16 @@
 
             ie :
             $ mvn install:install-file -Dfile=jai_core.jar \
-              -DgroupId=javax.media -DartifactId=jai_core \
+              -DgroupId=com.sun -DartifactId=jai_core \
               -Dversion=1.1.3 -Dpackaging=jar
             $ mvn install:install-file -Dfile=jai_codec.jar \
-              -DgroupId=javax.media -DartifactId=jai_codec \
+              -DgroupId=com.sun -DartifactId=jai_codec \
               -Dpackaging=jar -Dversion=1.1.3
 
             Alternatively if you have installed the JAI artifacts to an 
             internal repository you can specify it on the command line:
               -Djai.maven.repo=REPOS_URL
-              -Djai.groupId=javax.media
+              -Djai.groupId=com.sun
             -->
         <jai.maven.repo>https://m2proxy.atlassian.com/repository/public</jai.maven.repo>
         <jai.groupId>com.sun</jai.groupId>