Author: sisbell
Date: Sat Nov 24 13:05:31 2007
New Revision: 597917

URL: http://svn.apache.org/viewvc?rev=597917&view=rev
Log:
Compiler annotation for simple matching.

Added:
    
incubator/nmaven/tags/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/CompilerAnnotation.java
   (with props)

Added: 
incubator/nmaven/tags/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/CompilerAnnotation.java
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/tags/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/CompilerAnnotation.java?rev=597917&view=auto
==============================================================================
--- 
incubator/nmaven/tags/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/CompilerAnnotation.java
 (added)
+++ 
incubator/nmaven/tags/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/CompilerAnnotation.java
 Sat Nov 24 13:05:31 2007
@@ -0,0 +1,12 @@
+package org.apache.maven.dotnet.compiler;
+
+public @interface CompilerAnnotation
+{
+    String getClassFileExtension();
+
+    String getLanguaqe();
+
+    String getVendor();
+
+    String getFrameworkVersion();
+}

Propchange: 
incubator/nmaven/tags/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/CompilerAnnotation.java
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to