You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2012/07/12 23:14:16 UTC

svn commit: r1360950 - in /ace/sandbox/marrs/org.apache.ace.builder: .classpath .project bnd.bnd build.xml src/org/apache/ace/builder/packageinfo

Author: marrs
Date: Thu Jul 12 21:14:16 2012
New Revision: 1360950

URL: http://svn.apache.org/viewvc?rev=1360950&view=rev
Log:
Transformed this to a bnd project. It still builds a 'normal' jar though.

Added:
    ace/sandbox/marrs/org.apache.ace.builder/.classpath
    ace/sandbox/marrs/org.apache.ace.builder/.project
    ace/sandbox/marrs/org.apache.ace.builder/bnd.bnd
    ace/sandbox/marrs/org.apache.ace.builder/build.xml
    ace/sandbox/marrs/org.apache.ace.builder/src/org/apache/ace/builder/packageinfo

Added: ace/sandbox/marrs/org.apache.ace.builder/.classpath
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.builder/.classpath?rev=1360950&view=auto
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.builder/.classpath (added)
+++ ace/sandbox/marrs/org.apache.ace.builder/.classpath Thu Jul 12 21:14:16 2012
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="test"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
+	<classpathentry kind="con" path="org.testng.TESTNG_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: ace/sandbox/marrs/org.apache.ace.builder/.project
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.builder/.project?rev=1360950&view=auto
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.builder/.project (added)
+++ ace/sandbox/marrs/org.apache.ace.builder/.project Thu Jul 12 21:14:16 2012
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.apache.ace.builder</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>bndtools.core.bndbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>bndtools.core.bndnature</nature>
+	</natures>
+</projectDescription>

Added: ace/sandbox/marrs/org.apache.ace.builder/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.builder/bnd.bnd?rev=1360950&view=auto
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.builder/bnd.bnd (added)
+++ ace/sandbox/marrs/org.apache.ace.builder/bnd.bnd Thu Jul 12 21:14:16 2012
@@ -0,0 +1,2 @@
+-buildpath: org.apache.ace.test;version=latest
+Export-Package: org.apache.ace.builder
\ No newline at end of file

Added: ace/sandbox/marrs/org.apache.ace.builder/build.xml
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.builder/build.xml?rev=1360950&view=auto
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.builder/build.xml (added)
+++ ace/sandbox/marrs/org.apache.ace.builder/build.xml Thu Jul 12 21:14:16 2012
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="project" default="build"> 
+	<import file="../cnf/build.xml"/>
+</project>

Added: ace/sandbox/marrs/org.apache.ace.builder/src/org/apache/ace/builder/packageinfo
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.builder/src/org/apache/ace/builder/packageinfo?rev=1360950&view=auto
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.builder/src/org/apache/ace/builder/packageinfo (added)
+++ ace/sandbox/marrs/org.apache.ace.builder/src/org/apache/ace/builder/packageinfo Thu Jul 12 21:14:16 2012
@@ -0,0 +1 @@
+version 1.0
\ No newline at end of file