From: <fko...@us...> - 2010-09-09 13:51:02
|
Revision: 3525 http://bigdata.svn.sourceforge.net/bigdata/?rev=3525&view=rev Author: fkoliver Date: 2010-09-09 13:50:53 +0000 (Thu, 09 Sep 2010) Log Message: ----------- Revert changes which brought sources from another project into this project. I apologize for making the change without proper consideration for license. Modified Paths: -------------- branches/maven_scaleout/bigdata-core/pom.xml branches/maven_scaleout/bigdata-core/src/test/deploy/testing/conf/standalone/ServerStarter.config branches/maven_scaleout/bigdata-core/thirdparty/maven.xml Added Paths: ----------- branches/maven_scaleout/bigdata-core/thirdparty/lib/cweb-junit-ext-1.1-b3-dev.jar Removed Paths: ------------- branches/maven_scaleout/bigdata-core/src/test/java/junit/ Property Changed: ---------------- branches/maven_scaleout/bigdata-core/ Property changes on: branches/maven_scaleout/bigdata-core ___________________________________________________________________ Deleted: svn:ignore - target Modified: branches/maven_scaleout/bigdata-core/pom.xml =================================================================== --- branches/maven_scaleout/bigdata-core/pom.xml 2010-09-08 20:52:07 UTC (rev 3524) +++ branches/maven_scaleout/bigdata-core/pom.xml 2010-09-09 13:50:53 UTC (rev 3525) @@ -216,6 +216,12 @@ </dependency> <dependency> <groupId>${thirdParty.groupId}</groupId> + <artifactId>cweb-junit-ext</artifactId> + <version>1.1.0-b3-dev</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>${thirdParty.groupId}</groupId> <artifactId>cweb-commons</artifactId> <version>1.1.0-b2-dev</version> </dependency> Modified: branches/maven_scaleout/bigdata-core/src/test/deploy/testing/conf/standalone/ServerStarter.config =================================================================== --- branches/maven_scaleout/bigdata-core/src/test/deploy/testing/conf/standalone/ServerStarter.config 2010-09-08 20:52:07 UTC (rev 3524) +++ branches/maven_scaleout/bigdata-core/src/test/deploy/testing/conf/standalone/ServerStarter.config 2010-09-09 13:50:53 UTC (rev 3525) @@ -59,6 +59,7 @@ libdir+"icu4j-3_6.jar"+File.pathSeparator+ // test suites only! libdir+"junit-3.8.1.jar"+File.pathSeparator+ + libdir+"cweb-junit-ext-1.1-b2-dev.jar"+File.pathSeparator+ // main bigdata JAR. //libdir+ "bigdata-core.jar" Copied: branches/maven_scaleout/bigdata-core/thirdparty/lib/cweb-junit-ext-1.1-b3-dev.jar (from rev 3520, branches/maven_scaleout/bigdata-core/thirdparty/lib/cweb-junit-ext-1.1-b3-dev.jar) =================================================================== (Binary files differ) Modified: branches/maven_scaleout/bigdata-core/thirdparty/maven.xml =================================================================== --- branches/maven_scaleout/bigdata-core/thirdparty/maven.xml 2010-09-08 20:52:07 UTC (rev 3524) +++ branches/maven_scaleout/bigdata-core/thirdparty/maven.xml 2010-09-09 13:50:53 UTC (rev 3525) @@ -69,6 +69,7 @@ <installJar groupId="com.bigdata.thirdparty" artifactId="ctc-utils" version="5-4-2005" jar="${thirdparty.dir}/ctc_utils-5-4-2005.jar" /> <installJar groupId="com.bigdata.thirdparty" artifactId="cweb-commons" version="1.1.0-b2-dev" jar="${thirdparty.dir}/cweb-commons-1.1-b2-dev.jar" /> <installJar groupId="com.bigdata.thirdparty" artifactId="cweb-extser" version="0.1.0-b2-dev" jar="${thirdparty.dir}/cweb-extser-0.1-b2-dev.jar" /> + <installJar groupId="com.bigdata.thirdparty" artifactId="cweb-junit-ext" version="1.1.0-b3-dev" jar="${thirdparty.dir}/cweb-junit-ext-1.1-b3-dev.jar" /> <installJar groupId="com.bigdata.thirdparty" artifactId="dsi-utils" version="1.0.6-020610" jar="${thirdparty.dir}/dsi-utils-1.0.6-020610.jar" /> <installJar groupId="com.bigdata.thirdparty" artifactId="unimi-fastutil" version="5.1.5" jar="${thirdparty.dir}/fastutil-5.1.5.jar" /> <installJar groupId="com.bigdata.thirdparty" artifactId="high-scale-lib" version="1.1.2" jar="${thirdparty.dir}/high-scale-lib-v1.1.2.jar" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |