We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e3b2a commit f52c4f2Copy full SHA for f52c4f2
plugins/de.fraunhofer.ipa.ros.editor/src/ros/presentation/RosModelWizard.java
@@ -226,7 +226,7 @@ protected void execute(IProgressMonitor progressMonitor) {
226
//
227
//ResourceSet resourceSet = new ResourceSetImpl();
228
229
- byte[] bytes = ("PackageSet { package {\n" +" CatkinPackage " +project.getName()+ "{ artifact {\n" +" Artifact "+project.getName()+" {}}}}}").getBytes();
+ byte[] bytes = ("PackageSet {\n" +" CatkinPackage " +project.getName()+ " {\n" +" Artifact "+project.getName()+" {}}}").getBytes();
230
InputStream source = new ByteArrayInputStream(bytes);
231
modelFile.create(source, IResource.NONE, null);
232
0 commit comments