This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 87e4ffc  accidentally changed project files in commit 
0b28687e40304eaba3185331a170225c16307b2e
87e4ffc is described below

commit 87e4ffcd97f555c5a482ec993b3ce68ec057503f
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Sep 10 11:58:55 2018 -0700

    accidentally changed project files in commit 
0b28687e40304eaba3185331a170225c16307b2e
---
 compiler-jx/.classpath | 55 ++++----------------------------------------------
 compiler-jx/.project   | 10 ++++-----
 2 files changed, 8 insertions(+), 57 deletions(-)

diff --git a/compiler-jx/.classpath b/compiler-jx/.classpath
index a66643a..31d0100 100644
--- a/compiler-jx/.classpath
+++ b/compiler-jx/.classpath
@@ -1,28 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" output="target/classes" path="src/main/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="src" output="target/test-classes" 
path="src/test/java">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="test" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry excluding="**" kind="src" output="target/classes" 
path="src/main/resources">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
+       <classpathentry kind="src" path="src/main/java"/>
+       <classpathentry kind="src" path="src/test/java"/>
+       <classpathentry kind="src" path="src/main/resources"/>
+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry combineaccessrules="false" kind="src" path="/compiler"/>
        <classpathentry kind="lib" 
path="lib/google/closure-compiler/compiler.jar"/>
        <classpathentry kind="lib" path="lib/commons-io.jar"/>
@@ -36,33 +17,5 @@
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-common"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-externc"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/compiler-test-utils"/>
-       <classpathentry excluding="**" kind="src" output="target/test-classes" 
path="src/test/resources">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="test" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="con" 
path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-               <attributes>
-                       <attribute name="maven.pomderived" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="src" path="target/generated-sources/annotations">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="ignore_optional_problems" 
value="true"/>
-                       <attribute name="m2e-apt" value="true"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="src" output="target/test-classes" 
path="target/generated-test-sources/test-annotations">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-                       <attribute name="maven.pomderived" value="true"/>
-                       <attribute name="ignore_optional_problems" 
value="true"/>
-                       <attribute name="m2e-apt" value="true"/>
-                       <attribute name="test" value="true"/>
-               </attributes>
-       </classpathentry>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/compiler-jx/.project b/compiler-jx/.project
index e0b0be8..ce368b3 100644
--- a/compiler-jx/.project
+++ b/compiler-jx/.project
@@ -10,14 +10,12 @@
                        <arguments>
                        </arguments>
                </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.m2e.core.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
        </buildSpec>
        <natures>
-               <nature>org.eclipse.m2e.core.maven2Nature</nature>
                <nature>org.eclipse.jdt.core.javanature</nature>
        </natures>
+       <linkedResources>
+       </linkedResources>
+       <variableList>
+       </variableList>
 </projectDescription>

Reply via email to