Skip to content

Commit

Permalink
New version of the Eclipse plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwan Loisant committed Jan 11, 2010
1 parent 0adfa2d commit b9e35c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion play
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ try:
cXML = ""
for module in modules:
lXML += '<link><name>%s</name><type>2</type><location>%s</location></link>\n' % (os.path.basename(module), os.path.join(module, 'app').replace('\\', '/'))
lXML += '<link><name>conf/%s</name><type>2</type><location>%s/conf</location></link>\n' % (os.path.basename(module), module.replace('\\', '/'))
lXML += '\t<link><name>conf/%s</name><type>2</type><location>%s/conf</location></link>\n' % (os.path.basename(module), module.replace('\\', '/'))
cXML += '<classpathentry kind="src" path="%s"/>' % (os.path.basename(module))
replaceAll(dotProject, r'%LINKS%', '<linkedResources>%s</linkedResources>' % lXML)
replaceAll(dotClasspath, r'%MODULES%', cXML)
Expand Down
1 change: 1 addition & 0 deletions support/eclipse/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.2.3: Minor fixes in the editors
0.2.2: Folding for the HTML editor
0.2.1: Custom editor for application.conf and new icons
0.2.0: Custom editors for templates and routes
Expand Down
Binary file modified support/eclipse/playclipse.jar
Binary file not shown.

0 comments on commit b9e35c1

Please sign in to comment.