This commit is contained in:
Gregory.Shrago
2012-04-04 14:09:23 +04:00
parent 50cfdc3d6e
commit 8abd7c3afd
2 changed files with 3 additions and 6 deletions
@@ -61,10 +61,6 @@
<flex destdir="source/com/intellij/lexer"
flexfile="${basedir}/_ELLexer.flex"/>
</target>
<target name="QL">
<flex destdir="EJB/QL/src/com/intellij/ql/psi/impl/lexer"
flexfile="${idea.project.home}/EJB/QL/src/com/intellij/ql/psi/impl/lexer/_QlLexer.flex"/>
</target>
<target name="DTD">
<flex destdir="source/com/intellij/lexer"
flexfile="${basedir}/_DTDLexer.flex"/>
+3 -2
View File
@@ -111,8 +111,9 @@
interface="com.intellij.openapi.compiler.util.InspectionValidator"
area="IDEA_PROJECT"/>
<extensionPoint name="persistenceModel.persistenceModelProvider"
interface="com.intellij.persistenceModel.PersistenceModelProvider"/>
<!-- to be moved to a dedicated com.intellij.jpa plugin when available -->
<extensionPoint name="jpa.ql.persistenceModelProvider"
interface="com.intellij.jpa.ql.model.PersistenceModelProvider"/>
<extensionPoint name="javaExpressionSurrounder"
interface="com.intellij.codeInsight.generation.surroundWith.JavaExpressionSurrounder"/>