You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/08 14:19:27 UTC

svn commit: r773002 - in /incubator/kato/trunk/org.apache.kato.api: .classpath META-INF/MANIFEST.MF build.properties build.xml

Author: spoole
Date: Fri May  8 14:19:27 2009
New Revision: 773002

URL: http://svn.apache.org/viewvc?rev=773002&view=rev
Log:
updated org.apache.kato.api plugin project so it actually exports the right stuff

Removed:
    incubator/kato/trunk/org.apache.kato.api/build.xml
Modified:
    incubator/kato/trunk/org.apache.kato.api/.classpath
    incubator/kato/trunk/org.apache.kato.api/META-INF/MANIFEST.MF
    incubator/kato/trunk/org.apache.kato.api/build.properties

Modified: incubator/kato/trunk/org.apache.kato.api/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.api/.classpath?rev=773002&r1=773001&r2=773002&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato.api/.classpath (original)
+++ incubator/kato/trunk/org.apache.kato.api/.classpath Fri May  8 14:19:27 2009
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry exported="true" kind="lib" path="bin/"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="testsrc"/>

Modified: incubator/kato/trunk/org.apache.kato.api/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.api/META-INF/MANIFEST.MF?rev=773002&r1=773001&r2=773002&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato.api/META-INF/MANIFEST.MF (original)
+++ incubator/kato/trunk/org.apache.kato.api/META-INF/MANIFEST.MF Fri May  8 14:19:27 2009
@@ -18,3 +18,4 @@
 Implementation-Vendor: Apache
 dummy: dummy
 Require-Bundle: org.junit
+Bundle-ClassPath: bin/

Modified: incubator/kato/trunk/org.apache.kato.api/build.properties
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.api/build.properties?rev=773002&r1=773001&r2=773002&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato.api/build.properties (original)
+++ incubator/kato/trunk/org.apache.kato.api/build.properties Fri May  8 14:19:27 2009
@@ -23,4 +23,11 @@
 bin=bin
 srclevel=1.4
 jarfile=${dist}/kato.api-head.jar
-srcjarfile=${dist}/kato.api-head.src.jar
\ No newline at end of file
+srcjarfile=${dist}/kato.api-head.src.jar
+
+source.. = src/
+output.. = bin/
+bin.includes = plugin.xml,\
+	       schema/,\
+               META-INF/,\
+               .,\