Author: bramk
Date: Wed Aug 28 14:50:20 2013
New Revision: 1518223
URL: http://svn.apache.org/r1518223
Log:
ACE-347 Small comment
Modified:
ace/trunk/org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/AgentDeploymentTest.java
Modified:
ace/trunk/org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/AgentDeploymentTest.java
URL:
http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/AgentDeploymentTest.java?rev=1518223&r1=1518222&r2=1518223&view=diff
==============================================================================
---
ace/trunk/org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/AgentDeploymentTest.java
(original)
+++
ace/trunk/org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/AgentDeploymentTest.java
Wed Aug 28 14:50:20 2013
@@ -226,7 +226,7 @@ public class AgentDeploymentTest extends
for (int i = 0; i < headers.length; i += 2) {
b.setProperty(headers[i], headers[i + 1]);
}
- b.setProperty("Include-Resource", "bnd.bnd");
+ b.setProperty("Include-Resource", "bnd.bnd"); // prevent empty jar bug
Jar jar = b.build();
jar.getManifest(); // Not sure whether this is needed...
File file = File.createTempFile("testbundle", ".jar");