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: [email protected]
For additional commands, e-mail: [email protected]