You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2012/11/22 10:04:55 UTC

svn commit: r1412458 - in /qpid/proton/trunk/proton-j/proton: ./ LICENSE README build.xml pom.xml src/ src/test/java/org/apache/qpid/proton/test/JythonTest.java

Author: rgodfrey
Date: Thu Nov 22 09:04:54 2012
New Revision: 1412458

URL: http://svn.apache.org/viewvc?rev=1412458&view=rev
Log:
PROTON-140 : [Proton-J] Add contib, examples directories

Added:
    qpid/proton/trunk/proton-j/proton/
    qpid/proton/trunk/proton-j/proton/LICENSE
      - copied unchanged from r1412453, qpid/proton/trunk/proton-j/LICENSE
    qpid/proton/trunk/proton-j/proton/README
      - copied unchanged from r1412453, qpid/proton/trunk/proton-j/README
    qpid/proton/trunk/proton-j/proton/build.xml
      - copied unchanged from r1412453, qpid/proton/trunk/proton-j/build.xml
    qpid/proton/trunk/proton-j/proton/pom.xml
      - copied, changed from r1412453, qpid/proton/trunk/proton-j/pom.xml
    qpid/proton/trunk/proton-j/proton/src/
      - copied from r1412453, qpid/proton/trunk/proton-j/src/
Modified:
    qpid/proton/trunk/proton-j/proton/src/test/java/org/apache/qpid/proton/test/JythonTest.java

Copied: qpid/proton/trunk/proton-j/proton/pom.xml (from r1412453, qpid/proton/trunk/proton-j/pom.xml)
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/proton/pom.xml?p2=qpid/proton/trunk/proton-j/proton/pom.xml&p1=qpid/proton/trunk/proton-j/pom.xml&r1=1412453&r2=1412458&rev=1412458&view=diff
==============================================================================
--- qpid/proton/trunk/proton-j/pom.xml (original)
+++ qpid/proton/trunk/proton-j/proton/pom.xml Thu Nov 22 09:04:54 2012
@@ -17,14 +17,14 @@
 -->
 <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 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>9</version>
+    <groupId>org.apache.qpid</groupId>
+    <artifactId>proton-project</artifactId>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.qpid</groupId>
-  <artifactId>qpid-proton</artifactId>
+  <artifactId>proton-core</artifactId>
   <version>1.0-SNAPSHOT</version>
 
   <properties>

Modified: qpid/proton/trunk/proton-j/proton/src/test/java/org/apache/qpid/proton/test/JythonTest.java
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/proton/src/test/java/org/apache/qpid/proton/test/JythonTest.java?rev=1412458&r1=1412453&r2=1412458&view=diff
==============================================================================
--- qpid/proton/trunk/proton-j/proton/src/test/java/org/apache/qpid/proton/test/JythonTest.java (original)
+++ qpid/proton/trunk/proton-j/proton/src/test/java/org/apache/qpid/proton/test/JythonTest.java Thu Nov 22 09:04:54 2012
@@ -39,7 +39,7 @@ public class JythonTest
     public void test() throws Exception
     {
 
-        File basedir = new File(getClass().getProtectionDomain().getCodeSource().getLocation().getFile(), "../..").getCanonicalFile();
+        File basedir = new File(getClass().getProtectionDomain().getCodeSource().getLocation().getFile(), "../../..").getCanonicalFile();
         File testDir;
         String protonTestsVar = System.getenv(PROTON_TESTS);
         if( protonTestsVar != null && protonTestsVar.trim().length()>0 )



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org