Author: jboynes
Date: Wed Apr  5 18:25:03 2006
New Revision: 391873

URL: http://svn.apache.org/viewcvs?rev=391873&view=rev
Log:
remove codegen step for JavaScript container

Modified:
    incubator/tuscany/java/sca/containers/container.js/pom.xml

Modified: incubator/tuscany/java/sca/containers/container.js/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/containers/container.js/pom.xml?rev=391873&r1=391872&r2=391873&view=diff
==============================================================================
--- incubator/tuscany/java/sca/containers/container.js/pom.xml (original)
+++ incubator/tuscany/java/sca/containers/container.js/pom.xml Wed Apr  5 
18:25:03 2006
@@ -65,27 +65,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.tuscany</groupId>
-                <artifactId>tuscany-sdo-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <configuration>
-                            
<schemaFile>${basedir}/src/main/resources/model/sca-implementation-js.xsd</schemaFile>
-                            <generateLoader>true</generateLoader>
-                            <generateSwitch>true</generateSwitch>
-                            <noNotification>true</noNotification>
-                            <noUnsettable>true</noUnsettable>
-                        </configuration>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>


Reply via email to