Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added origin information for the AJDT files.(cherry picked from commit
  • Loading branch information
dragos committed Dec 7, 2011
1 parent 3402992 commit f6160f4
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 0 deletions.
11 changes: 11 additions & 0 deletions org.scala-ide.sdt.aspects/cuprovider.exsd
@@ -1,6 +1,17 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="scala.tools.eclipse.contribution.weaving.jdt" xmlns="http://www.w3.org/2001/XMLSchema">

<!--
Added to the Scala plugin to fix interoperability issues between the
Spring IDE and the Scala IDE. This plugin now implements the cuprovider and
imagedescriptorselector extension points, previously provided by the
JDT weaving plugin.
Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
File: src/org.eclipse.contribution.weaving.jdt/schema/cuprovider.exsd
-->

<annotation>
<appInfo>
<meta.schema plugin="scala.tools.eclipse.contribution.weaving.jdt" id="cuprovider" name="Compilation Unit Provider"/>
Expand Down
11 changes: 11 additions & 0 deletions org.scala-ide.sdt.aspects/imagedescriptorselector.exsd
@@ -1,6 +1,17 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="scala.tools.eclipse.contribution.weaving.jdt" xmlns="http://www.w3.org/2001/XMLSchema">

<!--
Added to the Scala plugin to fix interoperability issues between the
Spring IDE and the Scala IDE. This plugin now implements the cuprovider and
imagedescriptorselector extension points, previously provided by the
JDT weaving plugin.
Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
File: src/org.eclipse.contribution.weaving.jdt/schema/imagedescriptorselector.exsd
-->

<annotation>
<appinfo>
<meta.schema plugin="scala.tools.eclipse.contribution.weaving.jdt" id="imagedescriptorselector" name="Image Descriptor Selector"/>
Expand Down
Expand Up @@ -8,6 +8,9 @@ import org.eclipse.jdt.core.ToolFactory;
* imagedescriptorselector extension points, previously provided by the
* JDT weaving plugin.
*
* Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
* File: src/org.eclipse.contribution.weaving.jdt/src/org/eclipse/contribution/jdt/IsWovenTester.aj
*
*******************************************************************************/


Expand Down
Expand Up @@ -15,6 +15,9 @@
* imagedescriptorselector extension points, previously provided by the
* JDT weaving plugin.
*
* Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
* File: src/org.eclipse.contribution.weaving.jdt/src/org/eclipse/contribution/jdt/preferences/WeavingStateConfigurer.java
*
*******************************************************************************/

package scala.tools.eclipse.contribution.weaving.jdt.configuration;
Expand Down
Expand Up @@ -17,6 +17,9 @@ package scala.tools.eclipse.contribution.weaving.jdt.cuprovider;
* imagedescriptorselector extension points, previously provided by the
* JDT weaving plugin.
*
* Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
* File: src/org.eclipse.contribution.weaving.jdt/src/org/eclipse/contribution/jdt/cuprovider/CompilationUnitProviderAspect.aj
*
*******************************************************************************/


Expand Down
Expand Up @@ -17,6 +17,9 @@
* imagedescriptorselector extension points, previously provided by the
* JDT weaving plugin.
*
* Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
* File: src/org.eclipse.contribution.weaving.jdt/src/org/eclipse/contribution/jdt/cuprovider/CompilationUnitProviderRegistry.java
*
*******************************************************************************/


Expand Down
Expand Up @@ -17,6 +17,9 @@
* imagedescriptorselector extension points, previously provided by the
* JDT weaving plugin.
*
* Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
* File: src/org.eclipse.contribution.weaving.jdt/src/org/eclipse/contribution/jdt/cuprovider/ICompilationUnitProvider.java
*
*******************************************************************************/


Expand Down
Expand Up @@ -17,6 +17,9 @@
* imagedescriptorselector extension points, previously provided by the
* JDT weaving plugin.
*
* Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
* File: src/org.eclipse.contribution.weaving.jdt/src/org/eclipse/contribution/jdt/imagedescriptor/IImageDescriptorSelector.java
*
*******************************************************************************/


Expand Down
Expand Up @@ -17,6 +17,9 @@ package scala.tools.eclipse.contribution.weaving.jdt.imagedescriptor;
* imagedescriptorselector extension points, previously provided by the
* JDT weaving plugin.
*
* Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
* File: src/org.eclipse.contribution.weaving.jdt/src/org/eclipse/contribution/jdt/imagedescriptor/ImageDescriptorSelectorAspect.aj
*
*******************************************************************************/


Expand Down
Expand Up @@ -17,6 +17,9 @@
* imagedescriptorselector extension points, previously provided by the
* JDT weaving plugin.
*
* Repo: git://git.eclipse.org/gitroot/ajdt/org.eclipse.ajdt.git
* File: src/org.eclipse.contribution.weaving.jdt/src/org/eclipse/contribution/jdt/imagedescriptor/ImageDescriptorSelectorRegistry.java
*
*******************************************************************************/

import java.util.HashSet;
Expand Down

0 comments on commit f6160f4

Please sign in to comment.