Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E2316824 for ; Sun, 26 Jun 2011 18:59:17 +0000 (UTC) Received: (qmail 41885 invoked by uid 500); 26 Jun 2011 18:59:16 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 41838 invoked by uid 500); 26 Jun 2011 18:59:16 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 41831 invoked by uid 99); 26 Jun 2011 18:59:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jun 2011 18:59:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jun 2011 18:59:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9E90423889BB; Sun, 26 Jun 2011 18:58:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1139912 - in /incubator/airavata/services/trunk/xregistry: README.txt pom.xml Date: Sun, 26 Jun 2011 18:58:51 -0000 To: airavata-commits@incubator.apache.org From: raminder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110626185851.9E90423889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: raminder Date: Sun Jun 26 18:58:51 2011 New Revision: 1139912 URL: http://svn.apache.org/viewvc?rev=1139912&view=rev Log: Initial import. Added: incubator/airavata/services/trunk/xregistry/README.txt incubator/airavata/services/trunk/xregistry/pom.xml Added: incubator/airavata/services/trunk/xregistry/README.txt URL: http://svn.apache.org/viewvc/incubator/airavata/services/trunk/xregistry/README.txt?rev=1139912&view=auto ============================================================================== --- incubator/airavata/services/trunk/xregistry/README.txt (added) +++ incubator/airavata/services/trunk/xregistry/README.txt Sun Jun 26 18:58:51 2011 @@ -0,0 +1,4 @@ +The XRegistry service is compiled using Maven2. +mvn clean install +cd target/dist-bin +./xregistry.sh xregistry.properties Added: incubator/airavata/services/trunk/xregistry/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/services/trunk/xregistry/pom.xml?rev=1139912&view=auto ============================================================================== --- incubator/airavata/services/trunk/xregistry/pom.xml (added) +++ incubator/airavata/services/trunk/xregistry/pom.xml Sun Jun 26 18:58:51 2011 @@ -0,0 +1,371 @@ + + + + 4.0.0 + xregistry + xregistry + jar + 0.0.1-SNAPSHOT + Service Registry + + + ogce.m2.all + ogce.m2.all + http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all + + + + + standalone + + true + + + jdbc:mysql://localhost:3306/xregistry_ogce + xreg_ogce + xreg_pass + 0.8.3 + ${basedir}/target/dist-bin/ + 6666 + conf/trusted_cas.pem + conf/trusted_cas.pem + conf/ogce_services_key.pem + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + target/dist-bin/lib + false + true + + + + + + maven-antrun-plugin + + + Clean ${project.artifactId} + clean + + + + + + + + run + + + + prepareDir + + run + + process-resources + false + + + + + + + + + + + Install ${project.artifactId} + install + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + Generate Types jar ${project.artifactId} + package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + + + gfac + gfac-schemas + 1.5.4 + + + gfac + gfac-client + 1.0.1 + + + wsdl4j + wsdl4j + 1.5.2 + + + + xmlbeans + xbean + 2.3.0 + + + + xmlbeans-ogce + jsr173_api + 1.0 + provided + + + + xpp3 + xpp3 + 1.1.3_7 + + + + xpp3 + xpp3_xpath + 1.1.3_7 + + + + xsul + xsul + 2.10.5_b + + + + xutil + xutil + 0.1.2 + + + + mysql + mysql-connector-java + 5.1.12 + provided + + + xerces + xercesImpl + 2.7.1 + provided + + + + xerces + xmlParserAPIs + 2.6.2 + provided + + + + xsul + xsul_xwsdlc + 2.9.3 + + + lead-security + cryptix32 + versionless + provided + + + + lead-security + jce + jdk13-131 + provided + + + lead-security + cryptix-asn1 + versionless + provided + + + + lead-security + puretls + 0.9b4-1 + provided + + + xregistry + xregistry_generated + ${xregistry.typesVersion} + provided + jar + + + cog-jglobus + cog-jglobus + 1.8.0 + jar + + + + commons-logging + commons-logging + 1.0.4 + provided + + + + junit + junit + 4.7 + test + + +