You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2009/02/03 16:55:27 UTC

svn commit: r740325 - in /incubator/etch/trunk: ./ binding-c/ binding-c/compiler/ binding-c/compiler/src/ binding-c/compiler/src/main/ binding-c/compiler/src/main/java/ binding-c/compiler/src/main/java/org/ binding-c/compiler/src/main/java/org/apache/ ...

Author: sccomer
Date: Tue Feb  3 15:55:25 2009
New Revision: 740325

URL: http://svn.apache.org/viewvc?rev=740325&view=rev
Log:
fix for ETCH-33: create directory structure for c binding

fix for ETCH-36: create the directory structure for the python binding

Added:
    incubator/etch/trunk/binding-c/
    incubator/etch/trunk/binding-c/compiler/
    incubator/etch/trunk/binding-c/compiler/src/
    incubator/etch/trunk/binding-c/compiler/src/main/
    incubator/etch/trunk/binding-c/compiler/src/main/java/
    incubator/etch/trunk/binding-c/compiler/src/main/java/org/
    incubator/etch/trunk/binding-c/compiler/src/main/java/org/apache/
    incubator/etch/trunk/binding-c/compiler/src/main/java/org/apache/etch/
    incubator/etch/trunk/binding-c/compiler/src/main/java/org/apache/etch/bindings/
    incubator/etch/trunk/binding-c/compiler/src/main/java/org/apache/etch/bindings/c/
    incubator/etch/trunk/binding-c/compiler/src/main/java/org/apache/etch/bindings/c/compiler/
    incubator/etch/trunk/binding-c/compiler/src/main/resources/
    incubator/etch/trunk/binding-c/compiler/src/main/resources/org/
    incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/
    incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/
    incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/
    incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/c/
    incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/c/compiler/
    incubator/etch/trunk/binding-c/runtime/
    incubator/etch/trunk/binding-c/runtime/src/
    incubator/etch/trunk/binding-c/runtime/src/main/
    incubator/etch/trunk/binding-c/runtime/src/main/c/
    incubator/etch/trunk/binding-c/runtime/src/test/
    incubator/etch/trunk/binding-c/runtime/src/test/c/
    incubator/etch/trunk/binding-python/
    incubator/etch/trunk/binding-python/compiler/
    incubator/etch/trunk/binding-python/compiler/src/
    incubator/etch/trunk/binding-python/compiler/src/main/
    incubator/etch/trunk/binding-python/compiler/src/main/java/
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/
    incubator/etch/trunk/binding-python/compiler/src/main/java/org/apache/etch/bindings/python/compiler/
    incubator/etch/trunk/binding-python/compiler/src/main/resources/
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/
    incubator/etch/trunk/binding-python/compiler/src/main/resources/org/apache/etch/bindings/python/compiler/
    incubator/etch/trunk/binding-python/runtime/
    incubator/etch/trunk/binding-python/runtime/src/
    incubator/etch/trunk/binding-python/runtime/src/main/
    incubator/etch/trunk/binding-python/runtime/src/main/python/
    incubator/etch/trunk/binding-python/runtime/src/test/
    incubator/etch/trunk/binding-python/runtime/src/test/python/
Modified:
    incubator/etch/trunk/.classpath

Modified: incubator/etch/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/.classpath?rev=740325&r1=740324&r2=740325&view=diff
==============================================================================
--- incubator/etch/trunk/.classpath (original)
+++ incubator/etch/trunk/.classpath Tue Feb  3 15:55:25 2009
@@ -35,6 +35,10 @@
 	<classpathentry kind="src" path="examples/perf/src/main/java"/>
 	<classpathentry kind="src" path="examples/perf/target/generated-sources/main/etch/java"/>
 	<classpathentry kind="src" path="examples/perf/src/test/java"/>
+	<classpathentry kind="src" path="binding-c/compiler/src/main/java"/>
+	<classpathentry kind="src" path="binding-c/compiler/src/main/resources"/>
+	<classpathentry kind="src" path="binding-python/compiler/src/main/java"/>
+	<classpathentry kind="src" path="binding-python/compiler/src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ETCH_DEPENDENT_JARS"/>
 	<classpathentry kind="output" path="bin"/>