Update of /var/cvs/contributions/didactor2
In directory james.mmbase.org:/tmp/cvs-serv1958

Modified Files:
        build.xml 
Log Message:
always create a jar, also if the component happens to include no java code at 
all


See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2


Index: build.xml
===================================================================
RCS file: /var/cvs/contributions/didactor2/build.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -b -r1.114 -r1.115
--- build.xml   24 Jul 2008 14:53:35 -0000      1.114
+++ build.xml   24 Jul 2008 14:58:59 -0000      1.115
@@ -236,7 +236,8 @@
                deprecation="off"
                debug="yes"
                classpathref="classpath" />
-
+      </then>
+    </if>
 
         <if>
           <available file="src/${component}/metainf" />
@@ -256,8 +257,6 @@
                  />
           </else>
         </if>
-      </then>
-    </if>
   </target>
 
   <target name="build.component" depends="compile.component">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to