You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/03/14 10:09:28 UTC

svn commit: r385768 - /incubator/harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching/build.properties

Author: tellison
Date: Tue Mar 14 01:09:26 2006
New Revision: 385768

URL: http://svn.apache.org/viewcvs?rev=385768&view=rev
Log:
Fix build to include the things we reall want in the plug-in

Modified:
    incubator/harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching/build.properties

Modified: incubator/harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching/build.properties
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching/build.properties?rev=385768&r1=385767&r2=385768&view=diff
==============================================================================
--- incubator/harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching/build.properties (original)
+++ incubator/harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching/build.properties Tue Mar 14 01:09:26 2006
@@ -1,7 +1,13 @@
 source.. = src/
 output.. = bin/
-bin.includes = META-INF/,\
+bin.includes = plugin.properties,\
                .,\
-               bin/
-src.includes = src/,\
+               plugin.xml,\
+               about.html,\
+               .options,\
                META-INF/
+src.includes = about.html,\
+               schema/,\
+               .options,\
+               src/
+               
\ No newline at end of file