This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alexey Kazakov <[email protected]> | |
Andre Dietisheim <[email protected]> | |
Barry LaFond <[email protected]> | |
Bob Brodt <[email protected]> | |
Daniel Florian <[email protected]> | |
Fred Bricon <[email protected]> | |
Gorkem Ercan <[email protected]> | |
Ilya Buziuk <[email protected]> | |
Koen Aers <[email protected]> | |
Lars Heinemann <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
gem 'asciidoctor', '1.5.0.preview.2' | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eclipse: | |
luna: | |
kepler: | |
short_name: Kepler | |
full_name: Eclipse Kepler 4.3 | |
download_url: http://www.eclipse.org/downloads/ | |
juno: | |
short_name: Juno | |
full_name: Eclipse Juno 4.2.2 | |
download_url: http://www.eclipse.org/downloads/packages/release/juno/sr2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Home (/index.html) -> landing page. | |
"Hero-unit" with a hi-res screenshot, a title ("Eclipse Plugins for JBoss Technology"), links to videos and Install button | |
3 columns: | |
- Feature highlight | |
- latest news (2 or 3 links to latest blog with title/author/date) | |
- Upcoming Events | |
Download (/Download) | |
/index.html -> how to install JBT/JBDS (with BYOE), including links to download and update sites | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class JaxrsElementPostReconcileListener implements IElementChangedListener { | |
private final IJavaProject javaProject; | |
public JaxrsElementPostReconcileListener(IJavaProject javaProject) { | |
this.javaProject = javaProject; | |
} | |
@Override | |
public void elementChanged(ElementChangedEvent event) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.bytesparadise.tools.common.JdtUtilService"> | |
<implementation class="org.bytesparadise.tools.common.service.impl.JdtUtilsServiceImpl"/> | |
<service> | |
<provide interface="org.bytesparadise.tools.common.service.IJdtUtilsService"/> | |
</service> | |
</scr:component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.bytesparadise.tools.common.util; | |
import org.bytesparadise.tools.common.CommonBundleActivator; | |
import org.osgi.framework.Bundle; | |
import org.osgi.framework.BundleContext; | |
import org.osgi.framework.ServiceReference; | |
/** | |
* A Bundle-scoped utility class for Declarative Services location. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mockup version="1.0" skin="sketch" measuredW="418" measuredH="487" mockupW="374" mockupH="445"> | |
<controls> | |
<control controlID="16" controlTypeID="com.balsamiq.mockups::TabBar" x="34" y="32" w="374" h="445" measuredW="245" measuredH="100" zOrder="0" locked="false" isInGroup="-1"> | |
<controlProperties> | |
<text>JAX-RS%20Outline%20View</text> | |
</controlProperties> | |
</control> | |
<control controlID="19" controlTypeID="com.balsamiq.mockups::HelpButton" x="390" y="39" w="-1" h="-1" measuredW="18" measuredH="18" zOrder="1" locked="false" isInGroup="-1"/> | |
<control controlID="21" controlTypeID="com.balsamiq.mockups::SearchBox" x="40" y="60" w="223" h="-1" measuredW="65" measuredH="25" zOrder="2" locked="false" isInGroup="-1"> | |
<controlProperties> |
NewerOlder